Home
last modified time | relevance | path

Searched defs:endOffset (Results 1 – 25 of 1841) sorted by relevance

12345678910>>...74

/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 …METHODIMP CAccText::get_attributes(long offset, long * startOffset, long * endOffset, BSTR * textA… in get_attributes()
121 …_NOTHROW STDMETHODIMP CAccText::get_selection(long selection, long * startOffset, long * endOffset) in get_selection()
134 COM_DECLSPEC_NOTHROW STDMETHODIMP CAccText::get_text(long startOffset, long endOffset, BSTR * text) in get_text()
149 …t(long offset, IA2TextBoundaryType boundaryType, long * startOffset, long * endOffset, BSTR * text) in get_textBeforeOffset()
165 …t(long offset, IA2TextBoundaryType boundaryType, long * startOffset, long * endOffset, BSTR * text) in get_textAfterOffset()
181 …t(long offset, IA2TextBoundaryType boundaryType, long * startOffset, long * endOffset, BSTR * text) in get_textAtOffset()
221 …_NOTHROW STDMETHODIMP CAccText::setSelection(long selectionIndex, long startOffset, long endOffset) in setSelection()
H A DAccHypertext.cxx48 COM_DECLSPEC_NOTHROW STDMETHODIMP CAccHypertext::addSelection(long startOffset, long endOffset) in addSelection()
63 …DIMP CAccHypertext::get_attributes(long offset, long * startOffset, long * endOffset, BSTR * textA… in get_attributes()
126 …ROW STDMETHODIMP CAccHypertext::get_selection(long selection, long * startOffset, long * endOffset) in get_selection()
139 COM_DECLSPEC_NOTHROW STDMETHODIMP CAccHypertext::get_text(long startOffset, long endOffset, BSTR * … in get_text()
154 …t(long offset, IA2TextBoundaryType boundaryType, long * startOffset, long * endOffset, BSTR * text) in get_textBeforeOffset()
170 …t(long offset, IA2TextBoundaryType boundaryType, long * startOffset, long * endOffset, BSTR * text) in get_textAfterOffset()
186 …t(long offset, IA2TextBoundaryType boundaryType, long * startOffset, long * endOffset, BSTR * text) in get_textAtOffset()
225 …ROW STDMETHODIMP CAccHypertext::setSelection(long selectionIndex, long startOffset, long endOffset) in setSelection()
H A DAccEditableText.cxx60 COM_DECLSPEC_NOTHROW STDMETHODIMP CAccEditableText::copyText(long startOffset, long endOffset) in copyText()
87 COM_DECLSPEC_NOTHROW STDMETHODIMP CAccEditableText::deleteText(long startOffset, long endOffset) in deleteText()
140 COM_DECLSPEC_NOTHROW STDMETHODIMP CAccEditableText::cutText(long startOffset, long endOffset) in cutText()
188 COM_DECLSPEC_NOTHROW STDMETHODIMP CAccEditableText::replaceText(long startOffset, long endOffset, B… in replaceText()
217 COM_DECLSPEC_NOTHROW STDMETHODIMP CAccEditableText::setAttributes(long startOffset, long endOffset,… in setAttributes()
H A DAccTextBase.cxx62 COM_DECLSPEC_NOTHROW STDMETHODIMP CAccTextBase::get_addSelection(long startOffset, long endOffset) in get_addSelection()
98 …ODIMP CAccTextBase::get_attributes(long offset, long * startOffset, long * endOffset, BSTR * textA… in get_attributes()
416 …STDMETHODIMP CAccTextBase::get_selection(long selectionIndex, long * startOffset, long * endOffset) in get_selection()
465 COM_DECLSPEC_NOTHROW STDMETHODIMP CAccTextBase::get_text(long startOffset, long endOffset, BSTR * t… in get_text()
512 …t(long offset, IA2TextBoundaryType boundaryType, long * startOffset, long * endOffset, BSTR * text) in get_textBeforeOffset()
600 …t(long offset, IA2TextBoundaryType boundaryType, long * startOffset, long * endOffset, BSTR * text) in get_textAfterOffset()
686 …t(long offset, IA2TextBoundaryType boundaryType, long * startOffset, long * endOffset, BSTR * text) in get_textAtOffset()
831 COM_DECLSPEC_NOTHROW STDMETHODIMP CAccTextBase::setSelection(long, long startOffset, long endOffset) in setSelection() argument
/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 …METHODIMP CAccText::get_attributes(long offset, long * startOffset, long * endOffset, BSTR * textA… in get_attributes()
121 …_NOTHROW STDMETHODIMP CAccText::get_selection(long selection, long * startOffset, long * endOffset) in get_selection()
134 COM_DECLSPEC_NOTHROW STDMETHODIMP CAccText::get_text(long startOffset, long endOffset, BSTR * text) in get_text()
149 …t(long offset, IA2TextBoundaryType boundaryType, long * startOffset, long * endOffset, BSTR * text) in get_textBeforeOffset()
165 …t(long offset, IA2TextBoundaryType boundaryType, long * startOffset, long * endOffset, BSTR * text) in get_textAfterOffset()
181 …t(long offset, IA2TextBoundaryType boundaryType, long * startOffset, long * endOffset, BSTR * text) in get_textAtOffset()
221 …_NOTHROW STDMETHODIMP CAccText::setSelection(long selectionIndex, long startOffset, long endOffset) in setSelection()
H A DAccHypertext.cxx48 COM_DECLSPEC_NOTHROW STDMETHODIMP CAccHypertext::addSelection(long startOffset, long endOffset) in addSelection()
63 …DIMP CAccHypertext::get_attributes(long offset, long * startOffset, long * endOffset, BSTR * textA… in get_attributes()
126 …ROW STDMETHODIMP CAccHypertext::get_selection(long selection, long * startOffset, long * endOffset) in get_selection()
139 COM_DECLSPEC_NOTHROW STDMETHODIMP CAccHypertext::get_text(long startOffset, long endOffset, BSTR * … in get_text()
154 …t(long offset, IA2TextBoundaryType boundaryType, long * startOffset, long * endOffset, BSTR * text) in get_textBeforeOffset()
170 …t(long offset, IA2TextBoundaryType boundaryType, long * startOffset, long * endOffset, BSTR * text) in get_textAfterOffset()
186 …t(long offset, IA2TextBoundaryType boundaryType, long * startOffset, long * endOffset, BSTR * text) in get_textAtOffset()
225 …ROW STDMETHODIMP CAccHypertext::setSelection(long selectionIndex, long startOffset, long endOffset) in setSelection()
H A DAccEditableText.cxx60 COM_DECLSPEC_NOTHROW STDMETHODIMP CAccEditableText::copyText(long startOffset, long endOffset) in copyText()
87 COM_DECLSPEC_NOTHROW STDMETHODIMP CAccEditableText::deleteText(long startOffset, long endOffset) in deleteText()
140 COM_DECLSPEC_NOTHROW STDMETHODIMP CAccEditableText::cutText(long startOffset, long endOffset) in cutText()
188 COM_DECLSPEC_NOTHROW STDMETHODIMP CAccEditableText::replaceText(long startOffset, long endOffset, B… in replaceText()
217 COM_DECLSPEC_NOTHROW STDMETHODIMP CAccEditableText::setAttributes(long startOffset, long endOffset,… in setAttributes()
H A DAccTextBase.cxx61 COM_DECLSPEC_NOTHROW STDMETHODIMP CAccTextBase::get_addSelection(long startOffset, long endOffset) in get_addSelection()
97 …ODIMP CAccTextBase::get_attributes(long offset, long * startOffset, long * endOffset, BSTR * textA… in get_attributes()
415 …STDMETHODIMP CAccTextBase::get_selection(long selectionIndex, long * startOffset, long * endOffset) in get_selection()
464 COM_DECLSPEC_NOTHROW STDMETHODIMP CAccTextBase::get_text(long startOffset, long endOffset, BSTR * t… in get_text()
511 …t(long offset, IA2TextBoundaryType boundaryType, long * startOffset, long * endOffset, BSTR * text) in get_textBeforeOffset()
599 …t(long offset, IA2TextBoundaryType boundaryType, long * startOffset, long * endOffset, BSTR * text) in get_textAfterOffset()
685 …t(long offset, IA2TextBoundaryType boundaryType, long * startOffset, long * endOffset, BSTR * text) in get_textAtOffset()
830 COM_DECLSPEC_NOTHROW STDMETHODIMP CAccTextBase::setSelection(long, long startOffset, long endOffset) in setSelection() argument
/dports/net-im/kopete/kopete-21.12.3/kopete/chatwindow/a11y/
H A Daccessiblechatmessagepart.cpp61 void AccessibleChatMessagePart::addSelection(int startOffset, int endOffset) in addSelection()
69 void AccessibleChatMessagePart::setSelection(int selectionIndex, int startOffset, int endOffset) in setSelection()
95 QString AccessibleChatMessagePart::text(int startOffset, int endOffset) in text()
103 QString AccessibleChatMessagePart::attributes(int offset, int *startOffset, int *endOffset) in attributes()
108 void AccessibleChatMessagePart::selection(int selectionIndex, int *startOffset, int *endOffset) in selection()
/dports/accessibility/orca/orca-41.1/src/orca/
H A Deventsynthesizer.py223 def _scrollSubstringToLocation(obj, location, startOffset, endOffset): argument
268 def _scrollToLocation(obj, location, startOffset=None, endOffset=None): argument
288 def _scrollSubstringToPoint(obj, x, y, startOffset, endOffset): argument
333 def _scrollToPoint(obj, x, y, startOffset=None, endOffset=None): argument
353 def scrollIntoView(obj, startOffset=None, endOffset=None): argument
436 def scrollToTopEdge(obj, startOffset=None, endOffset=None): argument
457 def scrollToTopLeft(obj, startOffset=None, endOffset=None): argument
465 def scrollToLeftEdge(obj, startOffset=None, endOffset=None): argument
473 def scrollToBottomEdge(obj, startOffset=None, endOffset=None): argument
481 def scrollToBottomRight(obj, startOffset=None, endOffset=None): argument
[all …]
/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/src/view/
H A Dkateviewaccessible.h96 void addSelection(int startOffset, int endOffset) override in addSelection()
104 QString attributes(int offset, int *startOffset, int *endOffset) const override in attributes()
142 void selection(int selectionIndex, int *startOffset, int *endOffset) const override in selection()
162 void setSelection(int selectionIndex, int startOffset, int endOffset) override in setSelection()
170 QString text(int startOffset, int endOffset) const override in text()
246 QString textLine(int shiftLines, int offset, int *startOffset, int *endOffset) const in textLine()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/gsa/
H A DGSAContextDisplaySelection.java14 public final int endOffset; field in GSAContextDisplaySelection
24 String encoding, String content, int startOffset, int endOffset) { in GSAContextDisplaySelection()
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AnalyticsData/
H A DCohortsRange.php20 public $endOffset; variable in Google_Service_AnalyticsData_CohortsRange
24 public function setEndOffset($endOffset)
/dports/lang/mono/mono-5.10.1.57/external/api-doc-tools/external/Lucene.Net.Light/src/core/Analysis/Tokenattributes/
H A DOffsetAttribute.cs29 private int endOffset; field in Lucene.Net.Analysis.Tokenattributes.OffsetAttribute
46 public virtual void SetOffset(int startOffset, int endOffset) in SetOffset()
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Books/
H A DBooksAnnotationsRange.php20 public $endOffset; variable in Google_Service_Books_BooksAnnotationsRange
25 public function setEndOffset($endOffset)
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Books/
H A DBooksAnnotationsRange.php20 public $endOffset; variable in Google_Service_Books_BooksAnnotationsRange
25 public function setEndOffset($endOffset)
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/src/core/index/
H A DTermVectorOffsetInfo.cpp12 TermVectorOffsetInfo::TermVectorOffsetInfo(int32_t startOffset, int32_t endOffset) { in TermVectorOffsetInfo()
32 void TermVectorOffsetInfo::setEndOffset(int32_t endOffset) { in setEndOffset()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.code/src/org/graalvm/compiler/code/
H A DSourceMapping.java40 private final int endOffset; field in SourceMapping
44 public SourceMapping(int startOffset, int endOffset, NodeSourcePosition sourcePosition) { in SourceMapping()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.code/src/org/graalvm/compiler/code/
H A DSourceMapping.java40 private final int endOffset; field in SourceMapping
44 public SourceMapping(int startOffset, int endOffset, NodeSourcePosition sourcePosition) { in SourceMapping()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.code/src/org/graalvm/compiler/code/
H A DSourceMapping.java40 private final int endOffset; field in SourceMapping
44 public SourceMapping(int startOffset, int endOffset, NodeSourcePosition sourcePosition) { in SourceMapping()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.code/src/org/graalvm/compiler/code/
H A DSourceMapping.java40 private final int endOffset; field in SourceMapping
44 public SourceMapping(int startOffset, int endOffset, NodeSourcePosition sourcePosition) { in SourceMapping()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.code/src/org/graalvm/compiler/code/
H A DSourceMapping.java40 private final int endOffset; field in SourceMapping
44 public SourceMapping(int startOffset, int endOffset, NodeSourcePosition sourcePosition) { in SourceMapping()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.code/src/org/graalvm/compiler/code/
H A DSourceMapping.java40 private final int endOffset; field in SourceMapping
44 public SourceMapping(int startOffset, int endOffset, NodeSourcePosition sourcePosition) { in SourceMapping()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.code/src/org/graalvm/compiler/code/
H A DSourceMapping.java40 private final int endOffset; field in SourceMapping
44 public SourceMapping(int startOffset, int endOffset, NodeSourcePosition sourcePosition) { in SourceMapping()

12345678910>>...74