Home
last modified time | relevance | path

Searched refs:GetSelectionStart (Results 1 – 25 of 197) sorted by relevance

12345678

/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/UI/
H A DLineEdit.cpp220 unsigned start = text_->GetSelectionStart(); in OnKey()
248 unsigned start = text_->GetSelectionStart(); in OnKey()
280 cursorPosition_ = text_->GetSelectionStart(); in OnKey()
312 cursorPosition_ = text_->GetSelectionStart() + text_->GetSelectionLength(); in OnKey()
345 unsigned start = text_->GetSelectionStart(); in OnKey()
392 unsigned start = text_->GetSelectionStart(); in OnKey()
463 unsigned start = text_->GetSelectionStart(); in OnTextInput()
H A DText.h153 unsigned GetSelectionStart() const { return selectionStart_; } in GetSelectionStart() function
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/common/
H A Dscintilla_tricks.cpp212 if( m_te->GetSelectionEnd() > m_te->GetSelectionStart() ) in onCharHook()
241 if( m_te->GetSelectionEnd() == m_te->GetSelectionStart() ) in onCharHook()
244 if( m_te->GetSelectionEnd() > m_te->GetSelectionStart() ) in onCharHook()
261 int startLine = m_te->LineFromPosition( m_te->GetSelectionStart() ); in onCharHook()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Tools/MaterialEditor/MaterialEditor/src/
H A DScintillaEditor.cpp229 return GetReadOnly() || (GetSelectionEnd() - GetSelectionStart() <= 0); in isCuttable()
234 if(GetReadOnly() || (GetSelectionEnd() - GetSelectionStart() <= 0)) return; in cut()
241 return GetReadOnly() || (GetSelectionEnd() - GetSelectionStart() <= 0); in isCopyable()
246 if(GetSelectionEnd() - GetSelectionStart() <= 0) return; in copy()
/dports/editors/xmlcopyeditor/xmlcopyeditor/src/
H A Dxmlctrl.cpp213 if ( GetSelectionStart() != GetSelectionEnd() ) in OnChar()
280 if ( GetSelectionStart() != GetSelectionEnd() ) in handleBackspace()
363 GetSelectionStart() == GetSelectionEnd() ) in handleDelete()
378 if ( GetSelectionStart() != GetSelectionEnd() ) in handleDelete()
752 if ( *protectTags && GetSelectionStart() != GetSelectionEnd() ) in OnKeyPressed()
1427 start = GetSelectionStart(); in adjustSelection()
1858 pos1 = GetSelectionStart(); in protectHeadLine()
1901 start = GetSelectionStart(); in insertChild()
1940 int start = GetSelectionStart(); in insertSibling()
2208 if ( GetSelectionStart() == GetSelectionEnd() ) in OnMiddleDown()
[all …]
/dports/devel/codeblocks/codeblocks-20.03/src/src/
H A Dfind_replace.cpp183 hasSelection = control->GetSelectionStart() != control->GetSelectionEnd(); in ShowFindDialog()
189 if (control->LineFromPosition(control->GetSelectionStart()) in ShowFindDialog()
196 int selstartline = control->LineFromPosition(control->GetSelectionStart()); in ShowFindDialog()
265 m_LastFindReplaceData->SearchInSelectionStart = control->GetSelectionStart(); in ShowFindDialog()
321 int ssta = control->GetSelectionStart(); in CalculateFindReplaceStartEnd()
369 control->GetSelectionStart()==control->GetSelectionEnd()) in CalculateFindReplaceStartEnd()
621 control->SetTargetStart(control->GetSelectionStart()); in Replace()
1055 control->SetTargetStart(control->GetSelectionStart()); in ReplaceInFiles()
1488 int line = control->LineFromPosition(control->GetSelectionStart()); in FindInFiles()
1510 line = control->LineFromPosition(control->GetSelectionStart()); in FindInFiles()
/dports/multimedia/aegisub/aegisub-3.2.2/src/
H A Dtext_selection_controller.h38 int GetSelectionStart() const { return selection_start; } in GetSelectionStart() function
H A Dsubs_edit_ctrl.cpp197 auto sel_start = GetSelectionStart(), sel_end = GetSelectionEnd(); in OnKeyDown()
336 data.insert(0, old.data(), GetSelectionStart()); in Paste()
371 menu.Append(EDIT_MENU_CUT,_("Cu&t"))->Enable(GetSelectionStart()-GetSelectionEnd() != 0); in OnContextMenu()
372 menu.Append(EDIT_MENU_COPY,_("&Copy"))->Enable(GetSelectionStart()-GetSelectionEnd() != 0); in OnContextMenu()
H A Dtext_selection_controller.cpp52 GET(selection_start, ctrl->GetSelectionStart()); in UpdateUI()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/touch_selection/
H A Dlongpress_drag_selector.h23 virtual gfx::PointF GetSelectionStart() const = 0;
H A Dlongpress_drag_selector.cc73 gfx::PointF selection_start = client_->GetSelectionStart(); in WillHandleTouchEvent()
H A Dtouch_selection_controller.h167 gfx::PointF GetSelectionStart() const override;
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/touch_selection/
H A Dlongpress_drag_selector.h23 virtual gfx::PointF GetSelectionStart() const = 0;
H A Dlongpress_drag_selector.cc73 gfx::PointF selection_start = client_->GetSelectionStart(); in WillHandleTouchEvent()
H A Dtouch_selection_controller.h174 gfx::PointF GetSelectionStart() const override;
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/ctl/
H A DctlSQLBox.cpp256 int startPos = GetSelectionStart(); in DoFind()
272 CharacterRange cr = RegexFindText(GetSelectionStart(), GetSelectionEnd(), find); in DoFind()
273 if (GetSelectionStart() == cr.cpMin && GetSelectionEnd() == cr.cpMax) in DoFind()
475 int start = GetSelectionStart(); in BlockComment()
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/ToolsPlus/
H A DPipedProcessCtrl.cpp171 start=m_textctrl->GetSelectionStart(); in SyncOutput()
196 start=m_textctrl->GetSelectionStart(); in SyncOutput()
/dports/math/wxmaxima/wxmaxima-Version-20.04.0/src/
H A DWorksheet.cpp1442 if((GetSelectionStart() != NULL) && (GetSelectionStart() == GetSelectionEnd()) && in OnMouseRightDown()
1535 if((GetSelectionStart() != NULL) && (GetSelectionStart() == GetSelectionEnd()) && in OnMouseRightDown()
1558 (GetSelectionStart() != NULL) && in OnMouseRightDown()
1559 (GetSelectionStart() == GetSelectionEnd()) && in OnMouseRightDown()
1589 (GetSelectionStart() == GetSelectionEnd()) && in OnMouseRightDown()
1590 (GetSelectionStart()->GetStyle() == TS_NUMBER) in OnMouseRightDown()
2093 if((GetSelectionStart() != NULL) && (GetSelectionStart() == GetSelectionEnd()) && in OnMouseLeftUp()
2095 (GetSelectionStart()->GetType() == MC_TYPE_SLIDE)) in OnMouseLeftUp()
4406 if((GetSelectionStart() != NULL) && (GetSelectionStart() == GetSelectionEnd()) && in StepAnimation()
4596 if((GetSelectionStart() != NULL) && (GetSelectionStart() == GetSelectionEnd()) && in CopyAnimation()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/accessibility/
H A Dbrowser_accessibility_android.h119 int GetSelectionStart() const;
/dports/devel/py-pyface/pyface-7.2.0/pyface/wx/
H A Dshell.py492 selecting = self.GetSelectionStart() != self.GetSelectionEnd()
1056 self.GetSelectionStart() != self.GetSelectionEnd()
1057 and self.GetSelectionStart() >= self.promptPosEnd
1066 return self.GetSelectionStart() != self.GetSelectionEnd()
1080 if self.GetSelectionStart() != self.GetSelectionEnd():
1082 self.GetSelectionStart() >= self.promptPosEnd
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/wxSmithSTC/stedit/include/wx/stedit/
H A Dstedit.h379 …bool HasSelection() const { return (GetSelectionStart() != GetSelectionEnd()); } // … in HasSelection()
427 …STE_TextPos GetSelectionStart() const { return wxConstCast(this, wxSTEditor)->wxStyledTextCtrl::Ge… in GetSelectionStart() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/accessibility/
H A Dbrowser_accessibility_android.h130 int GetSelectionStart() const;
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/LuaScript/pkgs/UI/
H A DText.pkg43 unsigned GetSelectionStart() const;
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/
H A Dcbeditorprintout.cpp34 m_SelStart = control->GetSelectionStart(); in cbEditorPrintout()
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/SpellChecker/
H A DSpellCheckerPlugin.cpp351 wordstart = stc->WordStartPosition(stc->GetSelectionStart(), true); in BuildModuleMenu()
440 int selpos = stc->GetSelectionStart(); in OnThesaurus()
489 int selpos = stc->GetSelectionStart(); in OnCamelCase()

12345678