Home
last modified time | relevance | path

Searched refs:selcon (Results 1 – 25 of 30) sorted by relevance

12

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/tools/
H A Dgradient-tool.h46 sigc::connection *selcon; variable
H A Dmesh-tool.h43 sigc::connection *selcon; variable
H A Dmesh-tool.cpp70 , selcon(nullptr) in MeshTool()
84 this->selcon->disconnect(); in ~MeshTool()
85 delete this->selcon; in ~MeshTool()
178 this->selcon = new sigc::connection(selection->connectChanged( in setup()
H A Dgradient-tool.cpp62 , selcon(nullptr) in GradientTool()
72 this->selcon->disconnect(); in ~GradientTool()
73 delete this->selcon; in ~GradientTool()
157 this->selcon = new sigc::connection(selection->connectChanged( in setup()
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/meshlabplugins/edit_texture/
H A Dmeshlab.qrc15 <file>images/selcon.png</file>
H A Dtextureeditor.ui157 <normaloff>:/images/selcon.png</normaloff>:/images/selcon.png</iconset>
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/
H A DnsContentAreaDragDrop.cpp390 nsISelectionController* selcon = textControl->GetSelectionController(); in Produce() local
391 if (selcon) { in Produce()
392 selcon->GetSelection(nsISelectionController::SELECTION_NORMAL, getter_AddRefs(selection)); in Produce()
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DnsContentAreaDragDrop.cpp527 nsISelectionController* selcon = in Produce() local
529 if (selcon) { in Produce()
531 selcon->GetSelection(nsISelectionController::SELECTION_NORMAL); in Produce()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DnsContentAreaDragDrop.cpp522 nsISelectionController* selcon = in Produce() local
524 if (selcon) { in Produce()
526 selcon->GetSelection(nsISelectionController::SELECTION_NORMAL); in Produce()
/dports/www/firefox/firefox-99.0/dom/base/
H A DnsContentAreaDragDrop.cpp521 nsISelectionController* selcon = in Produce() local
523 if (selcon) { in Produce()
525 selcon->GetSelection(nsISelectionController::SELECTION_NORMAL); in Produce()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DnsContentAreaDragDrop.cpp527 nsISelectionController* selcon = in Produce() local
529 if (selcon) { in Produce()
531 selcon->GetSelection(nsISelectionController::SELECTION_NORMAL); in Produce()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DnsContentAreaDragDrop.cpp522 nsISelectionController* selcon = textControl->GetSelectionController(); in Produce() local
523 if (selcon) { in Produce()
524 selcon->GetSelection(nsISelectionController::SELECTION_NORMAL, in Produce()
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/modules/
H A DInlineSpellChecker.jsm81 var selcon = this.mEditor.selectionController;
82 var spellsel = selcon.getSelection(selcon.SELECTION_SPELLCHECK);
/dports/www/firefox/firefox-99.0/toolkit/modules/
H A DInlineSpellChecker.jsm80 var selcon = this.mEditor.selectionController;
81 var spellsel = selcon.getSelection(selcon.SELECTION_SPELLCHECK);
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/modules/
H A DInlineSpellChecker.jsm81 var selcon = this.mEditor.selectionController;
82 var spellsel = selcon.getSelection(selcon.SELECTION_SPELLCHECK);
/dports/www/firefox-esr/firefox-91.8.0/toolkit/modules/
H A DInlineSpellChecker.jsm81 var selcon = this.mEditor.selectionController;
82 var spellsel = selcon.getSelection(selcon.SELECTION_SPELLCHECK);
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/modules/
H A DInlineSpellChecker.jsm71 var selcon = this.mEditor.selectionController;
72 var spellsel = selcon.getSelection(selcon.SELECTION_SPELLCHECK);
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/modules/
H A DInlineSpellChecker.jsm77 var selcon = this.mEditor.selectionController;
78 var spellsel = selcon.getSelection(selcon.SELECTION_SPELLCHECK);
/dports/www/firefox-legacy/firefox-52.8.0esr/extensions/spellcheck/src/
H A DmozInlineSpellChecker.cpp1804 nsCOMPtr<nsISelectionController> selcon; in GetSpellCheckSelection() local
1805 nsresult rv = editor->GetSelectionController(getter_AddRefs(selcon)); in GetSpellCheckSelection()
1808 return selcon->GetSelection(nsISelectionController::SELECTION_SPELLCHECK, aSpellCheckSelection); in GetSpellCheckSelection()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/forms/
H A DnsTextControlFrame.cpp711 nsCOMPtr<nsISelectionController> selcon = do_QueryInterface(presShell);
713 selcon->GetSelection(nsISelectionController::SELECTION_NORMAL,
/dports/lang/spidermonkey60/firefox-60.9.0/layout/forms/
H A DnsTextControlFrame.cpp749 nsCOMPtr<nsISelectionController> selcon = do_QueryInterface(presShell); in SetFocus() local
751 selcon->GetSelection(nsISelectionController::SELECTION_NORMAL, in SetFocus()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/html/
H A DnsHTMLDocument.cpp2819 nsCOMPtr<nsISelectionController> selcon; in EditingStateChanged() local
2820 nsresult rv = editor->GetSelectionController(getter_AddRefs(selcon)); in EditingStateChanged()
2824 rv = selcon->GetSelection(nsISelectionController::SELECTION_SPELLCHECK, in EditingStateChanged()
/dports/www/firefox-legacy/firefox-52.8.0esr/editor/libeditor/
H A DEditorBase.cpp659 nsCOMPtr<nsISelectionController> selcon; in GetSelection() local
660 GetSelectionController(getter_AddRefs(selcon)); in GetSelection()
661 if (!selcon) { in GetSelection()
664 return selcon->GetSelection(ToRawSelectionType(aSelectionType), aSelection); in GetSelection()
/dports/misc/solarized/solarized/emacs-colors-solarized/
H A DREADME.md97 … selective contrast](https://github.com/altercation/solarized/raw/master/img/solarized-selcon.png)\
/dports/lang/spidermonkey60/firefox-60.9.0/editor/libeditor/
H A DEditorBase.cpp659 nsISelectionController* selcon = GetSelectionController(); in GetSelection() local
660 if (!selcon) { in GetSelection()
663 return selcon->GetSelection(ToRawSelectionType(aSelectionType), aSelection); in GetSelection()

12