Home
last modified time | relevance | path

Searched refs:extendSelection (Results 1 – 25 of 236) sorted by relevance

12345678910

/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/textLayout/src/flashx/textLayout/utils/
H A DNavigationUtil.as156 if (extendSelection)
501 if (!extendSelection)
602 if (!extendSelection)
735 if (!extendSelection)
880 if (!extendSelection)
922 if (!extendSelection)
955 if (!extendSelection)
983 if (!extendSelection)
1008 if (!extendSelection)
1036 if (!extendSelection)
[all …]
/dports/biology/figtree/figtree-1.4.4/src/figtree/treeviewer/
H A DTreePaneSelector.java140 boolean extendSelection = mouseEvent.isShiftDown(); in mouseClicked()
143 if (!extendSelection && !invertSelection) { in mouseClicked()
158 treePane.addSelectedNode(selectedNode, invertSelection, extendSelection); in mouseClicked()
161 treePane.addSelectedClade(selectedNode, invertSelection, extendSelection); in mouseClicked()
164 treePane.addSelectedTip(selectedNode, invertSelection, extendSelection); in mouseClicked()
191 boolean extendSelection = mouseEvent.isShiftDown(); in mouseReleased()
194 if (!extendSelection && !invertSelection) { in mouseReleased()
210 … treePane.addSelectedNode(selectedNode, invertSelection, extendSelection); in mouseReleased()
213 … treePane.addSelectedClade(selectedNode, invertSelection, extendSelection); in mouseReleased()
216 treePane.addSelectedTip(selectedNode, invertSelection, extendSelection); in mouseReleased()
/dports/net-im/psi/psi-1.5/src/
H A Dpsifilteredcontactlistview.cpp107 if (extendSelection()) { in selectIndex()
114 if (extendSelection()) { in selectIndex()
129 bool PsiFilteredContactListView::extendSelection() const in extendSelection() function in PsiFilteredContactListView
H A Dpsifilteredcontactlistview.h45 bool extendSelection() const;
/dports/graphics/xournalpp/xournalpp-1.1.0/src/gui/
H A DTextEditor.h41 void moveCursor(GtkMovementStep step, int count, bool extendSelection);
78 void moveCursor(const GtkTextIter* newLocation, gboolean extendSelection);
86 void markPos(double x, double y, bool extendSelection);
H A DTextEditor.cpp436 void TextEditor::moveCursor(GtkMovementStep step, int count, bool extendSelection) { in moveCursor() argument
530 moveCursor(&newplace, extendSelection); in moveCursor()
590 void TextEditor::markPos(double x, double y, bool extendSelection) { in markPos() argument
594 this->markPosExtendSelection = extendSelection; in markPos()
609 moveCursor(&newplace, extendSelection); in markPos()
660 void TextEditor::moveCursor(const GtkTextIter* newLocation, gboolean extendSelection) { in moveCursor() argument
663 if (extendSelection) { in moveCursor()
/dports/devel/eric6/eric6-21.11/eric/eric6/HexEdit/
H A DHexEditGotoWidget.py112 extendSelection = self.selectionCheckBox.isChecked()
115 extendSelection=extendSelection)
/dports/emulators/sameboy/SameBoy-0.14.7/HexFiend/
H A DHFController.h333 …hGranularity:(HFControllerMovementGranularity)granularity andModifySelection:(BOOL)extendSelection;
334 …ndaryInDirection:(HFControllerMovementDirection)direction andModifySelection:(BOOL)extendSelection;
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/public/android/java/src/org/chromium/content/browser/accessibility/
H A DWebContentsAccessibilityImpl.java927 if (extendSelection && mIsCurrentlyExtendingSelection) { in nextAtGranularity()
929 WebContentsAccessibilityImpl.this, mSelectionGranularity, extendSelection, in nextAtGranularity()
933 WebContentsAccessibilityImpl.this, mSelectionGranularity, extendSelection, in nextAtGranularity()
939 int granularity, boolean extendSelection, int virtualViewId) { in previousAtGranularity() argument
945 WebContentsAccessibilityImpl.this, mSelectionGranularity, extendSelection, in previousAtGranularity()
951 String text, boolean extendSelection, int itemStartIndex, int itemEndIndex) { in finishGranularityMoveNext() argument
965 if (extendSelection) { in finishGranularityMoveNext()
1009 String text, boolean extendSelection, int itemStartIndex, int itemEndIndex) { in finishGranularityMovePrevious() argument
1023 if (extendSelection) { in finishGranularityMovePrevious()
1950 boolean extendSelection, int id, int cursorIndex); in nextAtGranularity() argument
[all …]
/dports/x11-fm/xfe/xfe-1.44/src/
H A DTextLabel.cpp451 extendSelection(cursor); in onLeftBtnPress()
465 extendSelection(contents.length()); in onLeftBtnPress()
512 extendSelection(cursor); in onMotion()
667 extendSelection(cursor); in onAutoScroll()
1400 extendSelection(cursor); in onCmdExtend()
1653 extendSelection(cursor); in selectAll()
1663 extendSelection(cursor); in setSelection()
1669 FXbool TextLabel::extendSelection(int pos) in extendSelection() function in TextLabel
/dports/sysutils/qdirstat/qdirstat-1.8/src/
H A DSelectionModel.cpp126 extendSelection( item, in selectItem()
131 void SelectionModel::extendSelection( FileInfo * item, bool clear ) in extendSelection() function in SelectionModel
H A DSelectionModel.h96 void extendSelection( FileInfo * item, bool clear = false );
/dports/www/wt/wt-4.6.1/src/Wt/
H A DWTree.h147 void extendSelection(WTreeNode *node);
H A DWTree.C248 void WTree::extendSelection(WTreeNode *node) in extendSelection() function
305 extendSelection(node); in onClick()
/dports/cad/sumo/sumo-1.2.0/src/utils/foxtools/
H A DMFXAddEditTypedTable.cpp471 extendSelection(current.row, current.col, TRUE); in onLeftBtnPress()
476 extendSelection(current.row, current.col, TRUE); in onLeftBtnPress()
484 extendSelection(current.row, current.col, TRUE); in onLeftBtnPress()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/UIProcess/API/gtk/
H A DPageClientImpl.cpp167 …llback(GtkWidget* widget, GtkMovementStep step, gint count, gboolean extendSelection, PageClientIm… in moveCursorCallback() argument
171 if (extendSelection) in moveCursorCallback()
/dports/editors/calligra/calligra-3.2.1/sheets/ui/
H A DCellToolBase_p.h120 QRect moveDirection(Calligra::Sheets::MoveTo direction, bool extendSelection);
/dports/x11-toolkits/fox14/fox-1.4.35/src/
H A DFXText.cpp2148 extendSelection(pos,SELECT_CHARS,TRUE); in onLeftBtnPress()
2289 extendSelection(pos,SELECT_CHARS,TRUE); in onAutoScroll()
2296 extendSelection(pos,SELECT_WORDS,TRUE); in onAutoScroll()
2303 extendSelection(pos,SELECT_LINES,TRUE); in onAutoScroll()
2321 extendSelection(pos,SELECT_CHARS,TRUE); in onMotion()
2329 extendSelection(pos,SELECT_WORDS,TRUE); in onMotion()
2337 extendSelection(pos,SELECT_LINES,TRUE); in onMotion()
3140 extendSelection(cursorpos,SELECT_CHARS,TRUE); in onCmdExtend()
3443 extendSelection(cursorpos,SELECT_WORDS,TRUE); in onCmdSelectWord()
3451 extendSelection(cursorpos,SELECT_LINES,TRUE); in onCmdSelectLine()
[all …]
H A DFXTextField.cpp543 extendSelection(pos); in onLeftBtnPress()
555 extendSelection(contents.length()); in onLeftBtnPress()
635 extendSelection(cursor); in onMotion()
747 extendSelection(cursor); in onAutoScroll()
1398 extendSelection(cursor); in onCmdExtend()
1875 extendSelection(cursor); in selectAll()
1884 extendSelection(cursor); in setSelection()
1890 FXbool FXTextField::extendSelection(FXint pos){ in extendSelection() function in FX::FXTextField
/dports/x11-toolkits/fox16/fox-1.6.57/src/
H A DFXText.cpp2299 extendSelection(cursorpos,SELECT_WORDS,TRUE); in onLeftBtnPress()
3320 extendSelection(cursorpos,SELECT_CHARS,TRUE); in onCmdExtend()
3656 extendSelection(cursorpos,SELECT_WORDS,TRUE); in onCmdSelectWord()
3664 extendSelection(cursorpos,SELECT_LINES,TRUE); in onCmdSelectLine()
3672 extendSelection(length,SELECT_CHARS,TRUE); in onCmdSelectAll()
3945 extendSelection(start+len,SELECT_CHARS,TRUE); in onCmdShiftText()
3981 extendSelection(pos+1,SELECT_CHARS,TRUE); in onCmdSelectMatching()
4009 extendSelection(end+1,SELECT_CHARS,TRUE); in onCmdSelectBlock()
4100 extendSelection(end,SELECT_CHARS,TRUE); in onCmdSearchSel()
4131 extendSelection(end[0],SELECT_CHARS,TRUE); in onCmdSearchNext()
[all …]
H A DFXTextField.cpp591 extendSelection(cursor); in onLeftBtnPress()
603 extendSelection(contents.length()); in onLeftBtnPress()
670 extendSelection(cursor); in onMotion()
782 extendSelection(cursor); in onAutoScroll()
1468 extendSelection(cursor); in onCmdExtend()
1998 extendSelection(cursor); in selectAll()
2007 extendSelection(cursor); in setSelection()
2013 FXbool FXTextField::extendSelection(FXint pos){ in extendSelection() function in FX::FXTextField
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.WebBrowser/Mono.Mozilla/interfaces/
H A DnsIAccessible.cs191 int extendSelection (); in extendSelection() method
476 int nsIAccessible.extendSelection () in nsIAccessible.extendSelection()
/dports/math/reduce/Reduce-svn5758-src/csl/fox/src/
H A DFXText.cpp2759 extendSelection(cursorpos,SELECT_WORDS,TRUE);
3784 extendSelection(cursorpos,SELECT_CHARS,TRUE);
4120 extendSelection(cursorpos,SELECT_WORDS,TRUE);
4128 extendSelection(cursorpos,SELECT_LINES,TRUE);
4136 extendSelection(length,SELECT_CHARS,TRUE);
4409 extendSelection(start+len,SELECT_CHARS,TRUE);
4445 extendSelection(pos+1,SELECT_CHARS,TRUE);
4473 extendSelection(end+1,SELECT_CHARS,TRUE);
4564 extendSelection(end,SELECT_CHARS,TRUE);
4595 extendSelection(end[0],SELECT_CHARS,TRUE);
[all …]
H A DFXTextField.cpp591 extendSelection(cursor); in onLeftBtnPress()
603 extendSelection(contents.length()); in onLeftBtnPress()
670 extendSelection(cursor); in onMotion()
782 extendSelection(cursor); in onAutoScroll()
1468 extendSelection(cursor); in onCmdExtend()
1998 extendSelection(cursor); in selectAll()
2007 extendSelection(cursor); in setSelection()
2013 FXbool FXTextField::extendSelection(FXint pos){ in extendSelection() function in FX::FXTextField
/dports/audio/gogglesmm/gogglesmm-1.2.2/cfox/lib/
H A DFXTextField.cpp599 extendSelection(cursor); in moveCursorAndSelect()
705 extendSelection(cursor); in selectAll()
714 extendSelection(cursor); in setSelection()
720 FXbool FXTextField::extendSelection(FXint pos){ in extendSelection() function in FX::FXTextField
1500 extendSelection(cursor); in onLeftBtnPress()
1512 extendSelection(contents.length()); in onLeftBtnPress()
1579 extendSelection(cursor); in onMotion()
1691 extendSelection(cursor); in onAutoScroll()

12345678910