Home
last modified time | relevance | path

Searched defs:startOffset (Results 1 – 25 of 2299) sorted by relevance

12345678910>>...92

/dports/devel/py-opengrok-tools/opengrok-1.3.16/opengrok-indexer/src/main/resources/analysis/powershell/
H A DPowershellSymbolTokenizer.lex84 int startOffset = 2; // trim away the "${" prefix variable
90 int startOffset = 1; // trim away the "$" prefix variable
120 int startOffset = 2; // trim away the "${" prefix variable
126 int startOffset = 1; // trim away the "$" prefix variable
136 int startOffset = 1; // trim away the "-" prefix variable
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/accessible/
H A Dqaccessible2.cpp141 int *startOffset, int *endOffset, const QString& text) in qTextBeforeOffsetFromString()
179 int *startOffset, int *endOffset, const QString& text) in qTextAfterOffsetFromString()
214 int *startOffset, int *endOffset, const QString& text) in qTextAtOffsetFromString()
255 static QString textForRange(QAccessibleInterface *iface, int startOffset, int endOffset) in textForRange()
261 void QAccessibleSimpleEditableTextInterface::copyText(int startOffset, int endOffset) in copyText()
271 void QAccessibleSimpleEditableTextInterface::deleteText(int startOffset, int endOffset) in deleteText()
285 void QAccessibleSimpleEditableTextInterface::cutText(int startOffset, int endOffset) in cutText()
308 void QAccessibleSimpleEditableTextInterface::replaceText(int startOffset, int endOffset, const QStr… in replaceText()
/dports/editors/libreoffice/libreoffice-7.2.6.2/winaccessibility/source/UAccCOM/
H A DAccText.cxx42 COM_DECLSPEC_NOTHROW STDMETHODIMP CAccText::addSelection(long startOffset, long endOffset)//, unsig… in addSelection()
56 COM_DECLSPEC_NOTHROW STDMETHODIMP CAccText::get_attributes(long offset, long * startOffset, long * … in get_attributes()
121 COM_DECLSPEC_NOTHROW STDMETHODIMP CAccText::get_selection(long selection, long * startOffset, long … in get_selection()
134 COM_DECLSPEC_NOTHROW STDMETHODIMP CAccText::get_text(long startOffset, long endOffset, BSTR * text) in get_text()
149 …et_textBeforeOffset(long offset, IA2TextBoundaryType boundaryType, long * startOffset, long * endO… in get_textBeforeOffset()
165 …get_textAfterOffset(long offset, IA2TextBoundaryType boundaryType, long * startOffset, long * endO… in get_textAfterOffset()
181 …t::get_textAtOffset(long offset, IA2TextBoundaryType boundaryType, long * startOffset, long * endO… in get_textAtOffset()
221 COM_DECLSPEC_NOTHROW STDMETHODIMP CAccText::setSelection(long selectionIndex, long startOffset, lon… in setSelection()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/winaccessibility/source/UAccCOM/
H A DAccText.cxx42 COM_DECLSPEC_NOTHROW STDMETHODIMP CAccText::addSelection(long startOffset, long endOffset)//, unsig… in addSelection()
56 COM_DECLSPEC_NOTHROW STDMETHODIMP CAccText::get_attributes(long offset, long * startOffset, long * … in get_attributes()
121 COM_DECLSPEC_NOTHROW STDMETHODIMP CAccText::get_selection(long selection, long * startOffset, long … in get_selection()
134 COM_DECLSPEC_NOTHROW STDMETHODIMP CAccText::get_text(long startOffset, long endOffset, BSTR * text) in get_text()
149 …et_textBeforeOffset(long offset, IA2TextBoundaryType boundaryType, long * startOffset, long * endO… in get_textBeforeOffset()
165 …get_textAfterOffset(long offset, IA2TextBoundaryType boundaryType, long * startOffset, long * endO… in get_textAfterOffset()
181 …t::get_textAtOffset(long offset, IA2TextBoundaryType boundaryType, long * startOffset, long * endO… in get_textAtOffset()
221 COM_DECLSPEC_NOTHROW STDMETHODIMP CAccText::setSelection(long selectionIndex, long startOffset, lon… in setSelection()
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/lib/php/Data/
H A DTextFragment.php26 private $startOffset; variable in Fossology\\Lib\\Data\\TextFragment
29 public function __construct($startOffset, $text)
46 public function getSlice($startOffset, $endOffset = null)
/dports/devel/hadoop/hadoop-1.2.1/src/mapred/org/apache/hadoop/mapreduce/split/
H A DJobSplit.java66 private long startOffset; field in JobSplit.SplitMetaInfo
72 public SplitMetaInfo(String[] locations, long startOffset, in SplitMetaInfo()
79 public SplitMetaInfo(InputSplit split, long startOffset) throws IOException { in SplitMetaInfo()
158 public TaskSplitMetaInfo(InputSplit split, long startOffset) in TaskSplitMetaInfo()
164 public TaskSplitMetaInfo(String[] locations, long startOffset, in TaskSplitMetaInfo()
193 private long startOffset; field in JobSplit.TaskSplitIndex
197 public TaskSplitIndex(String splitLocation, long startOffset) { in TaskSplitIndex()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/split/
H A DJobSplit.java69 private long startOffset; field in JobSplit.SplitMetaInfo
75 public SplitMetaInfo(String[] locations, long startOffset, in SplitMetaInfo()
82 public SplitMetaInfo(InputSplit split, long startOffset) throws IOException { in SplitMetaInfo()
161 public TaskSplitMetaInfo(InputSplit split, long startOffset) in TaskSplitMetaInfo()
167 public TaskSplitMetaInfo(String[] locations, long startOffset, in TaskSplitMetaInfo()
196 private long startOffset; field in JobSplit.TaskSplitIndex
200 public TaskSplitIndex(String splitLocation, long startOffset) { in TaskSplitIndex()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/widgets/accessible/
H A Drangecontrols.cpp145 void QAccessibleAbstractSpinBox::addSelection(int startOffset, int endOffset) in addSelection()
150 QString QAccessibleAbstractSpinBox::attributes(int offset, int *startOffset, int *endOffset) const in attributes()
175 void QAccessibleAbstractSpinBox::selection(int selectionIndex, int *startOffset, int *endOffset) co… in selection()
180 QString QAccessibleAbstractSpinBox::text(int startOffset, int endOffset) const in text()
185 …eforeOffset(int offset, QAccessible::TextBoundaryType boundaryType, int *startOffset, int *endOffs… in textBeforeOffset()
190 …AfterOffset(int offset, QAccessible::TextBoundaryType boundaryType, int *startOffset, int *endOffs… in textAfterOffset()
195 …extAtOffset(int offset, QAccessible::TextBoundaryType boundaryType, int *startOffset, int *endOffs… in textAtOffset()
210 void QAccessibleAbstractSpinBox::setSelection(int selectionIndex, int startOffset, int endOffset) in setSelection()
225 void QAccessibleAbstractSpinBox::deleteText(int startOffset, int endOffset) in deleteText()
235 void QAccessibleAbstractSpinBox::replaceText(int startOffset, int endOffset, const QString &text) in replaceText()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/widgets/accessible/
H A Drangecontrols.cpp145 void QAccessibleAbstractSpinBox::addSelection(int startOffset, int endOffset) in addSelection()
150 QString QAccessibleAbstractSpinBox::attributes(int offset, int *startOffset, int *endOffset) const in attributes()
175 void QAccessibleAbstractSpinBox::selection(int selectionIndex, int *startOffset, int *endOffset) co… in selection()
180 QString QAccessibleAbstractSpinBox::text(int startOffset, int endOffset) const in text()
185 …eforeOffset(int offset, QAccessible::TextBoundaryType boundaryType, int *startOffset, int *endOffs… in textBeforeOffset()
190 …AfterOffset(int offset, QAccessible::TextBoundaryType boundaryType, int *startOffset, int *endOffs… in textAfterOffset()
195 …extAtOffset(int offset, QAccessible::TextBoundaryType boundaryType, int *startOffset, int *endOffs… in textAtOffset()
210 void QAccessibleAbstractSpinBox::setSelection(int selectionIndex, int startOffset, int endOffset) in setSelection()
225 void QAccessibleAbstractSpinBox::deleteText(int startOffset, int endOffset) in deleteText()
235 void QAccessibleAbstractSpinBox::replaceText(int startOffset, int endOffset, const QString &text) in replaceText()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/widgets/accessible/
H A Drangecontrols.cpp145 void QAccessibleAbstractSpinBox::addSelection(int startOffset, int endOffset) in addSelection()
150 QString QAccessibleAbstractSpinBox::attributes(int offset, int *startOffset, int *endOffset) const in attributes()
175 void QAccessibleAbstractSpinBox::selection(int selectionIndex, int *startOffset, int *endOffset) co… in selection()
180 QString QAccessibleAbstractSpinBox::text(int startOffset, int endOffset) const in text()
185 …eforeOffset(int offset, QAccessible::TextBoundaryType boundaryType, int *startOffset, int *endOffs… in textBeforeOffset()
190 …AfterOffset(int offset, QAccessible::TextBoundaryType boundaryType, int *startOffset, int *endOffs… in textAfterOffset()
195 …extAtOffset(int offset, QAccessible::TextBoundaryType boundaryType, int *startOffset, int *endOffs… in textAtOffset()
210 void QAccessibleAbstractSpinBox::setSelection(int selectionIndex, int startOffset, int endOffset) in setSelection()
225 void QAccessibleAbstractSpinBox::deleteText(int startOffset, int endOffset) in deleteText()
235 void QAccessibleAbstractSpinBox::replaceText(int startOffset, int endOffset, const QString &text) in replaceText()
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/widgets/accessible/
H A Drangecontrols.cpp145 void QAccessibleAbstractSpinBox::addSelection(int startOffset, int endOffset) in addSelection()
150 QString QAccessibleAbstractSpinBox::attributes(int offset, int *startOffset, int *endOffset) const in attributes()
175 void QAccessibleAbstractSpinBox::selection(int selectionIndex, int *startOffset, int *endOffset) co… in selection()
180 QString QAccessibleAbstractSpinBox::text(int startOffset, int endOffset) const in text()
185 …eforeOffset(int offset, QAccessible::TextBoundaryType boundaryType, int *startOffset, int *endOffs… in textBeforeOffset()
190 …AfterOffset(int offset, QAccessible::TextBoundaryType boundaryType, int *startOffset, int *endOffs… in textAfterOffset()
195 …extAtOffset(int offset, QAccessible::TextBoundaryType boundaryType, int *startOffset, int *endOffs… in textAtOffset()
210 void QAccessibleAbstractSpinBox::setSelection(int selectionIndex, int startOffset, int endOffset) in setSelection()
225 void QAccessibleAbstractSpinBox::deleteText(int startOffset, int endOffset) in deleteText()
235 void QAccessibleAbstractSpinBox::replaceText(int startOffset, int endOffset, const QString &text) in replaceText()
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/widgets/accessible/
H A Drangecontrols.cpp145 void QAccessibleAbstractSpinBox::addSelection(int startOffset, int endOffset) in addSelection()
150 QString QAccessibleAbstractSpinBox::attributes(int offset, int *startOffset, int *endOffset) const in attributes()
175 void QAccessibleAbstractSpinBox::selection(int selectionIndex, int *startOffset, int *endOffset) co… in selection()
180 QString QAccessibleAbstractSpinBox::text(int startOffset, int endOffset) const in text()
185 …eforeOffset(int offset, QAccessible::TextBoundaryType boundaryType, int *startOffset, int *endOffs… in textBeforeOffset()
190 …AfterOffset(int offset, QAccessible::TextBoundaryType boundaryType, int *startOffset, int *endOffs… in textAfterOffset()
195 …extAtOffset(int offset, QAccessible::TextBoundaryType boundaryType, int *startOffset, int *endOffs… in textAtOffset()
210 void QAccessibleAbstractSpinBox::setSelection(int selectionIndex, int startOffset, int endOffset) in setSelection()
225 void QAccessibleAbstractSpinBox::deleteText(int startOffset, int endOffset) in deleteText()
235 void QAccessibleAbstractSpinBox::replaceText(int startOffset, int endOffset, const QString &text) in replaceText()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/widgets/accessible/
H A Drangecontrols.cpp145 void QAccessibleAbstractSpinBox::addSelection(int startOffset, int endOffset) in addSelection()
150 QString QAccessibleAbstractSpinBox::attributes(int offset, int *startOffset, int *endOffset) const in attributes()
175 void QAccessibleAbstractSpinBox::selection(int selectionIndex, int *startOffset, int *endOffset) co… in selection()
180 QString QAccessibleAbstractSpinBox::text(int startOffset, int endOffset) const in text()
185 …eforeOffset(int offset, QAccessible::TextBoundaryType boundaryType, int *startOffset, int *endOffs… in textBeforeOffset()
190 …AfterOffset(int offset, QAccessible::TextBoundaryType boundaryType, int *startOffset, int *endOffs… in textAfterOffset()
195 …extAtOffset(int offset, QAccessible::TextBoundaryType boundaryType, int *startOffset, int *endOffs… in textAtOffset()
210 void QAccessibleAbstractSpinBox::setSelection(int selectionIndex, int startOffset, int endOffset) in setSelection()
225 void QAccessibleAbstractSpinBox::deleteText(int startOffset, int endOffset) in deleteText()
235 void QAccessibleAbstractSpinBox::replaceText(int startOffset, int endOffset, const QString &text) in replaceText()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/widgets/accessible/
H A Drangecontrols.cpp145 void QAccessibleAbstractSpinBox::addSelection(int startOffset, int endOffset) in addSelection()
150 QString QAccessibleAbstractSpinBox::attributes(int offset, int *startOffset, int *endOffset) const in attributes()
175 void QAccessibleAbstractSpinBox::selection(int selectionIndex, int *startOffset, int *endOffset) co… in selection()
180 QString QAccessibleAbstractSpinBox::text(int startOffset, int endOffset) const in text()
185 …eforeOffset(int offset, QAccessible::TextBoundaryType boundaryType, int *startOffset, int *endOffs… in textBeforeOffset()
190 …AfterOffset(int offset, QAccessible::TextBoundaryType boundaryType, int *startOffset, int *endOffs… in textAfterOffset()
195 …extAtOffset(int offset, QAccessible::TextBoundaryType boundaryType, int *startOffset, int *endOffs… in textAtOffset()
210 void QAccessibleAbstractSpinBox::setSelection(int selectionIndex, int startOffset, int endOffset) in setSelection()
225 void QAccessibleAbstractSpinBox::deleteText(int startOffset, int endOffset) in deleteText()
235 void QAccessibleAbstractSpinBox::replaceText(int startOffset, int endOffset, const QString &text) in replaceText()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/widgets/accessible/
H A Drangecontrols.cpp145 void QAccessibleAbstractSpinBox::addSelection(int startOffset, int endOffset) in addSelection()
150 QString QAccessibleAbstractSpinBox::attributes(int offset, int *startOffset, int *endOffset) const in attributes()
175 void QAccessibleAbstractSpinBox::selection(int selectionIndex, int *startOffset, int *endOffset) co… in selection()
180 QString QAccessibleAbstractSpinBox::text(int startOffset, int endOffset) const in text()
185 …eforeOffset(int offset, QAccessible::TextBoundaryType boundaryType, int *startOffset, int *endOffs… in textBeforeOffset()
190 …AfterOffset(int offset, QAccessible::TextBoundaryType boundaryType, int *startOffset, int *endOffs… in textAfterOffset()
195 …extAtOffset(int offset, QAccessible::TextBoundaryType boundaryType, int *startOffset, int *endOffs… in textAtOffset()
210 void QAccessibleAbstractSpinBox::setSelection(int selectionIndex, int startOffset, int endOffset) in setSelection()
225 void QAccessibleAbstractSpinBox::deleteText(int startOffset, int endOffset) in deleteText()
235 void QAccessibleAbstractSpinBox::replaceText(int startOffset, int endOffset, const QString &text) in replaceText()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/widgets/accessible/
H A Drangecontrols.cpp145 void QAccessibleAbstractSpinBox::addSelection(int startOffset, int endOffset) in addSelection()
150 QString QAccessibleAbstractSpinBox::attributes(int offset, int *startOffset, int *endOffset) const in attributes()
175 void QAccessibleAbstractSpinBox::selection(int selectionIndex, int *startOffset, int *endOffset) co… in selection()
180 QString QAccessibleAbstractSpinBox::text(int startOffset, int endOffset) const in text()
185 …eforeOffset(int offset, QAccessible::TextBoundaryType boundaryType, int *startOffset, int *endOffs… in textBeforeOffset()
190 …AfterOffset(int offset, QAccessible::TextBoundaryType boundaryType, int *startOffset, int *endOffs… in textAfterOffset()
195 …extAtOffset(int offset, QAccessible::TextBoundaryType boundaryType, int *startOffset, int *endOffs… in textAtOffset()
210 void QAccessibleAbstractSpinBox::setSelection(int selectionIndex, int startOffset, int endOffset) in setSelection()
225 void QAccessibleAbstractSpinBox::deleteText(int startOffset, int endOffset) in deleteText()
235 void QAccessibleAbstractSpinBox::replaceText(int startOffset, int endOffset, const QString &text) in replaceText()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/widgets/accessible/
H A Drangecontrols.cpp145 void QAccessibleAbstractSpinBox::addSelection(int startOffset, int endOffset) in addSelection()
150 QString QAccessibleAbstractSpinBox::attributes(int offset, int *startOffset, int *endOffset) const in attributes()
175 void QAccessibleAbstractSpinBox::selection(int selectionIndex, int *startOffset, int *endOffset) co… in selection()
180 QString QAccessibleAbstractSpinBox::text(int startOffset, int endOffset) const in text()
185 …eforeOffset(int offset, QAccessible::TextBoundaryType boundaryType, int *startOffset, int *endOffs… in textBeforeOffset()
190 …AfterOffset(int offset, QAccessible::TextBoundaryType boundaryType, int *startOffset, int *endOffs… in textAfterOffset()
195 …extAtOffset(int offset, QAccessible::TextBoundaryType boundaryType, int *startOffset, int *endOffs… in textAtOffset()
210 void QAccessibleAbstractSpinBox::setSelection(int selectionIndex, int startOffset, int endOffset) in setSelection()
225 void QAccessibleAbstractSpinBox::deleteText(int startOffset, int endOffset) in deleteText()
235 void QAccessibleAbstractSpinBox::replaceText(int startOffset, int endOffset, const QString &text) in replaceText()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/widgets/accessible/
H A Drangecontrols.cpp145 void QAccessibleAbstractSpinBox::addSelection(int startOffset, int endOffset) in addSelection()
150 QString QAccessibleAbstractSpinBox::attributes(int offset, int *startOffset, int *endOffset) const in attributes()
175 void QAccessibleAbstractSpinBox::selection(int selectionIndex, int *startOffset, int *endOffset) co… in selection()
180 QString QAccessibleAbstractSpinBox::text(int startOffset, int endOffset) const in text()
185 …eforeOffset(int offset, QAccessible::TextBoundaryType boundaryType, int *startOffset, int *endOffs… in textBeforeOffset()
190 …AfterOffset(int offset, QAccessible::TextBoundaryType boundaryType, int *startOffset, int *endOffs… in textAfterOffset()
195 …extAtOffset(int offset, QAccessible::TextBoundaryType boundaryType, int *startOffset, int *endOffs… in textAtOffset()
210 void QAccessibleAbstractSpinBox::setSelection(int selectionIndex, int startOffset, int endOffset) in setSelection()
225 void QAccessibleAbstractSpinBox::deleteText(int startOffset, int endOffset) in deleteText()
235 void QAccessibleAbstractSpinBox::replaceText(int startOffset, int endOffset, const QString &text) in replaceText()
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/widgets/accessible/
H A Drangecontrols.cpp145 void QAccessibleAbstractSpinBox::addSelection(int startOffset, int endOffset) in addSelection()
150 QString QAccessibleAbstractSpinBox::attributes(int offset, int *startOffset, int *endOffset) const in attributes()
175 void QAccessibleAbstractSpinBox::selection(int selectionIndex, int *startOffset, int *endOffset) co… in selection()
180 QString QAccessibleAbstractSpinBox::text(int startOffset, int endOffset) const in text()
185 …eforeOffset(int offset, QAccessible::TextBoundaryType boundaryType, int *startOffset, int *endOffs… in textBeforeOffset()
190 …AfterOffset(int offset, QAccessible::TextBoundaryType boundaryType, int *startOffset, int *endOffs… in textAfterOffset()
195 …extAtOffset(int offset, QAccessible::TextBoundaryType boundaryType, int *startOffset, int *endOffs… in textAtOffset()
210 void QAccessibleAbstractSpinBox::setSelection(int selectionIndex, int startOffset, int endOffset) in setSelection()
225 void QAccessibleAbstractSpinBox::deleteText(int startOffset, int endOffset) in deleteText()
235 void QAccessibleAbstractSpinBox::replaceText(int startOffset, int endOffset, const QString &text) in replaceText()
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/widgets/accessible/
H A Drangecontrols.cpp145 void QAccessibleAbstractSpinBox::addSelection(int startOffset, int endOffset) in addSelection()
150 QString QAccessibleAbstractSpinBox::attributes(int offset, int *startOffset, int *endOffset) const in attributes()
175 void QAccessibleAbstractSpinBox::selection(int selectionIndex, int *startOffset, int *endOffset) co… in selection()
180 QString QAccessibleAbstractSpinBox::text(int startOffset, int endOffset) const in text()
185 …eforeOffset(int offset, QAccessible::TextBoundaryType boundaryType, int *startOffset, int *endOffs… in textBeforeOffset()
190 …AfterOffset(int offset, QAccessible::TextBoundaryType boundaryType, int *startOffset, int *endOffs… in textAfterOffset()
195 …extAtOffset(int offset, QAccessible::TextBoundaryType boundaryType, int *startOffset, int *endOffs… in textAtOffset()
210 void QAccessibleAbstractSpinBox::setSelection(int selectionIndex, int startOffset, int endOffset) in setSelection()
225 void QAccessibleAbstractSpinBox::deleteText(int startOffset, int endOffset) in deleteText()
235 void QAccessibleAbstractSpinBox::replaceText(int startOffset, int endOffset, const QString &text) in replaceText()
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/widgets/accessible/
H A Drangecontrols.cpp145 void QAccessibleAbstractSpinBox::addSelection(int startOffset, int endOffset) in addSelection()
150 QString QAccessibleAbstractSpinBox::attributes(int offset, int *startOffset, int *endOffset) const in attributes()
175 void QAccessibleAbstractSpinBox::selection(int selectionIndex, int *startOffset, int *endOffset) co… in selection()
180 QString QAccessibleAbstractSpinBox::text(int startOffset, int endOffset) const in text()
185 …eforeOffset(int offset, QAccessible::TextBoundaryType boundaryType, int *startOffset, int *endOffs… in textBeforeOffset()
190 …AfterOffset(int offset, QAccessible::TextBoundaryType boundaryType, int *startOffset, int *endOffs… in textAfterOffset()
195 …extAtOffset(int offset, QAccessible::TextBoundaryType boundaryType, int *startOffset, int *endOffs… in textAtOffset()
210 void QAccessibleAbstractSpinBox::setSelection(int selectionIndex, int startOffset, int endOffset) in setSelection()
225 void QAccessibleAbstractSpinBox::deleteText(int startOffset, int endOffset) in deleteText()
235 void QAccessibleAbstractSpinBox::replaceText(int startOffset, int endOffset, const QString &text) in replaceText()
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/widgets/accessible/
H A Drangecontrols.cpp145 void QAccessibleAbstractSpinBox::addSelection(int startOffset, int endOffset) in addSelection()
150 QString QAccessibleAbstractSpinBox::attributes(int offset, int *startOffset, int *endOffset) const in attributes()
175 void QAccessibleAbstractSpinBox::selection(int selectionIndex, int *startOffset, int *endOffset) co… in selection()
180 QString QAccessibleAbstractSpinBox::text(int startOffset, int endOffset) const in text()
185 …eforeOffset(int offset, QAccessible::TextBoundaryType boundaryType, int *startOffset, int *endOffs… in textBeforeOffset()
190 …AfterOffset(int offset, QAccessible::TextBoundaryType boundaryType, int *startOffset, int *endOffs… in textAfterOffset()
195 …extAtOffset(int offset, QAccessible::TextBoundaryType boundaryType, int *startOffset, int *endOffs… in textAtOffset()
210 void QAccessibleAbstractSpinBox::setSelection(int selectionIndex, int startOffset, int endOffset) in setSelection()
225 void QAccessibleAbstractSpinBox::deleteText(int startOffset, int endOffset) in deleteText()
235 void QAccessibleAbstractSpinBox::replaceText(int startOffset, int endOffset, const QString &text) in replaceText()
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/widgets/accessible/
H A Drangecontrols.cpp145 void QAccessibleAbstractSpinBox::addSelection(int startOffset, int endOffset) in addSelection()
150 QString QAccessibleAbstractSpinBox::attributes(int offset, int *startOffset, int *endOffset) const in attributes()
175 void QAccessibleAbstractSpinBox::selection(int selectionIndex, int *startOffset, int *endOffset) co… in selection()
180 QString QAccessibleAbstractSpinBox::text(int startOffset, int endOffset) const in text()
185 …eforeOffset(int offset, QAccessible::TextBoundaryType boundaryType, int *startOffset, int *endOffs… in textBeforeOffset()
190 …AfterOffset(int offset, QAccessible::TextBoundaryType boundaryType, int *startOffset, int *endOffs… in textAfterOffset()
195 …extAtOffset(int offset, QAccessible::TextBoundaryType boundaryType, int *startOffset, int *endOffs… in textAtOffset()
210 void QAccessibleAbstractSpinBox::setSelection(int selectionIndex, int startOffset, int endOffset) in setSelection()
225 void QAccessibleAbstractSpinBox::deleteText(int startOffset, int endOffset) in deleteText()
235 void QAccessibleAbstractSpinBox::replaceText(int startOffset, int endOffset, const QString &text) in replaceText()
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/widgets/accessible/
H A Drangecontrols.cpp145 void QAccessibleAbstractSpinBox::addSelection(int startOffset, int endOffset) in addSelection()
150 QString QAccessibleAbstractSpinBox::attributes(int offset, int *startOffset, int *endOffset) const in attributes()
175 void QAccessibleAbstractSpinBox::selection(int selectionIndex, int *startOffset, int *endOffset) co… in selection()
180 QString QAccessibleAbstractSpinBox::text(int startOffset, int endOffset) const in text()
185 …eforeOffset(int offset, QAccessible::TextBoundaryType boundaryType, int *startOffset, int *endOffs… in textBeforeOffset()
190 …AfterOffset(int offset, QAccessible::TextBoundaryType boundaryType, int *startOffset, int *endOffs… in textAfterOffset()
195 …extAtOffset(int offset, QAccessible::TextBoundaryType boundaryType, int *startOffset, int *endOffs… in textAtOffset()
210 void QAccessibleAbstractSpinBox::setSelection(int selectionIndex, int startOffset, int endOffset) in setSelection()
225 void QAccessibleAbstractSpinBox::deleteText(int startOffset, int endOffset) in deleteText()
235 void QAccessibleAbstractSpinBox::replaceText(int startOffset, int endOffset, const QString &text) in replaceText()
/dports/graphics/qt5-opengl/kde-qtbase-5.15.2p263/src/widgets/accessible/
H A Drangecontrols.cpp145 void QAccessibleAbstractSpinBox::addSelection(int startOffset, int endOffset) in addSelection()
150 QString QAccessibleAbstractSpinBox::attributes(int offset, int *startOffset, int *endOffset) const in attributes()
175 void QAccessibleAbstractSpinBox::selection(int selectionIndex, int *startOffset, int *endOffset) co… in selection()
180 QString QAccessibleAbstractSpinBox::text(int startOffset, int endOffset) const in text()
185 …eforeOffset(int offset, QAccessible::TextBoundaryType boundaryType, int *startOffset, int *endOffs… in textBeforeOffset()
190 …AfterOffset(int offset, QAccessible::TextBoundaryType boundaryType, int *startOffset, int *endOffs… in textAfterOffset()
195 …extAtOffset(int offset, QAccessible::TextBoundaryType boundaryType, int *startOffset, int *endOffs… in textAtOffset()
210 void QAccessibleAbstractSpinBox::setSelection(int selectionIndex, int startOffset, int endOffset) in setSelection()
225 void QAccessibleAbstractSpinBox::deleteText(int startOffset, int endOffset) in deleteText()
235 void QAccessibleAbstractSpinBox::replaceText(int startOffset, int endOffset, const QString &text) in replaceText()

12345678910>>...92