Home
last modified time | relevance | path

Searched refs:startOffset (Results 1 – 17 of 17) sorted by relevance

/trunk/main/winaccessibility/source/UAccCOM/
H A DAccTextBase.cpp61 STDMETHODIMP CAccTextBase::get_addSelection(long startOffset, long endOffset) in get_addSelection() argument
78 pRExtension->addSelection(0, startOffset, endOffset); in get_addSelection()
83 GetXInterface()->setSelection(startOffset, endOffset); in get_addSelection()
100 STDMETHODIMP CAccTextBase::get_attributes(long offset, long * startOffset, long * endOffset, BSTR *… in get_attributes() argument
107 if (startOffset == NULL || endOffset == NULL || textAttributes == NULL) in get_attributes()
204 *startOffset = textSeg.SegmentStart; in get_attributes()
209 *startOffset = offset; in get_attributes()
429 STDMETHODIMP CAccTextBase::get_selection(long selectionIndex, long * startOffset, long * endOffset) in get_selection() argument
436 if (startOffset == NULL || endOffset == NULL ) in get_selection()
454 *startOffset = pRExtension->getSeletedPositionStart(selectionIndex); in get_selection()
[all …]
H A DAccText.cpp36 STDMETHODIMP CAccText::addSelection(long startOffset, long endOffset)//, unsigned char * success) in addSelection() argument
39 return CAccTextBase::get_addSelection(startOffset, endOffset);//, success); in addSelection()
50 STDMETHODIMP CAccText::get_attributes(long offset, long * startOffset, long * endOffset, BSTR * tex… in get_attributes() argument
53 return CAccTextBase::get_attributes(offset, startOffset, endOffset, textAttributes); in get_attributes()
126 STDMETHODIMP CAccText::get_selection(long selection, long * startOffset, long * endOffset) in get_selection() argument
129 return CAccTextBase::get_selection(selection, startOffset, endOffset); in get_selection()
139 STDMETHODIMP CAccText::get_text(long startOffset, long endOffset, BSTR * text) in get_text() argument
142 return CAccTextBase::get_text(startOffset, endOffset, text); in get_text()
154 …textBeforeOffset(long offset, IA2TextBoundaryType boundaryType, long * startOffset, long * endOffs… in get_textBeforeOffset() argument
158 startOffset, endOffset, text); in get_textBeforeOffset()
[all …]
H A DAccHypertext.cpp40 STDMETHODIMP CAccHypertext::addSelection(long startOffset, long endOffset) in addSelection() argument
43 return CAccTextBase::get_addSelection(startOffset, endOffset); in addSelection()
55 STDMETHODIMP CAccHypertext::get_attributes(long offset, long * startOffset, long * endOffset, BSTR … in get_attributes() argument
58 return CAccTextBase::get_attributes(offset, startOffset, endOffset, textAttributes); in get_attributes()
129 STDMETHODIMP CAccHypertext::get_selection(long selection, long * startOffset, long * endOffset) in get_selection() argument
132 return CAccTextBase::get_selection(selection, startOffset, endOffset); in get_selection()
142 STDMETHODIMP CAccHypertext::get_text(long startOffset, long endOffset, BSTR * text) in get_text() argument
145 return CAccTextBase::get_text(startOffset, endOffset, text); in get_text()
157 …textBeforeOffset(long offset, IA2TextBoundaryType boundaryType, long * startOffset, long * endOffs… in get_textBeforeOffset() argument
161 startOffset, endOffset, text); in get_textBeforeOffset()
[all …]
H A DAccTextBase.h50 STDMETHOD(get_addSelection)(long startOffset, long endOffset);
53 …STDMETHOD(get_attributes)(long offset, long * startOffset, long * endOffset, BSTR * textAttributes…
72 STDMETHOD(get_selection)(long selectionIndex, long * startOffset, long * endOffset);
76 STDMETHOD(get_text)(long startOffset, long endOffset, BSTR * text);
79 …extBeforeOffset)(long offset, IA2TextBoundaryType boundaryType, long * startOffset, long * endOffs…
82 …textAfterOffset)(long offset, IA2TextBoundaryType boundaryType, long * startOffset, long * endOffs…
85 …STDMETHOD(get_textAtOffset)(long offset, IA2TextBoundaryType boundaryType, long * startOffset, lon…
94 STDMETHOD(setSelection)(long selectionIndex, long startOffset, long endOffset);
H A DAccText.h76 STDMETHOD(addSelection)(long startOffset, long endOffset);//, unsigned char * success);
79 …STDMETHOD(get_attributes)(long offset, long * startOffset, long * endOffset, BSTR * textAttributes…
98 STDMETHOD(get_selection)(long selection, long * startOffset, long * endOffset);
102 STDMETHOD(get_text)(long startOffset, long endOffset, BSTR * text);
105 …extBeforeOffset)(long offset, IA2TextBoundaryType boundaryType, long * startOffset, long * endOffs…
108 …textAfterOffset)(long offset, IA2TextBoundaryType boundaryType, long * startOffset, long * endOffs…
111 …STDMETHOD(get_textAtOffset)(long offset, IA2TextBoundaryType boundaryType, long * startOffset, lon…
120 …STDMETHOD(setSelection)(long selectionIndex, long startOffset, long endOffset);//, unsigned char *…
H A DAccHypertext.h80 STDMETHOD(addSelection)(long startOffset, long endOffset);//, unsigned char * success)
83 …STDMETHOD(get_attributes)(long offset, long * startOffset, long * endOffset, BSTR * textAttributes…
102 STDMETHOD(get_selection)(long selection, long * startOffset, long * endOffset);
106 STDMETHOD(get_text)(long startOffset, long endOffset, BSTR * text);
109 …extBeforeOffset)(long offset, IA2TextBoundaryType boundaryType, long * startOffset, long * endOffs…
112 …textAfterOffset)(long offset, IA2TextBoundaryType boundaryType, long * startOffset, long * endOffs…
115 …STDMETHOD(get_textAtOffset)(long offset, IA2TextBoundaryType boundaryType, long * startOffset, lon…
124 STDMETHOD(setSelection)(long selectionIndex, long startOffset, long endOffset);
H A DAccEditableText.cpp50 STDMETHODIMP CAccEditableText::copyText(long startOffset, long endOffset) in copyText() argument
63 if ( GetXInterface()->copyText( startOffset, endOffset ) ) in copyText()
78 STDMETHODIMP CAccEditableText::deleteText(long startOffset, long endOffset) in deleteText() argument
88 if( GetXInterface()->deleteText( startOffset, endOffset ) ) in deleteText()
133 STDMETHODIMP CAccEditableText::cutText(long startOffset, long endOffset) in cutText() argument
143 if( GetXInterface()->cutText( startOffset, endOffset ) ) in cutText()
183 STDMETHODIMP CAccEditableText::replaceText(long startOffset, long endOffset, BSTR * text) in replaceText() argument
198 if( GetXInterface()->replaceText( startOffset,endOffset, ouStr) ) in replaceText()
213 STDMETHODIMP CAccEditableText::setAttributes(long startOffset, long endOffset, BSTR * attributes) in setAttributes() argument
252 if( GetXInterface()->setAttributes( startOffset,endOffset, beanSeq) ) in setAttributes()
H A DAccEditableText.h79 STDMETHOD(copyText)(long startOffset, long endOffset);
82 STDMETHOD(deleteText)(long startOffset, long endOffset);
88 STDMETHOD(cutText)(long startOffset, long endOffset);
94 STDMETHOD(replaceText)(long startOffset, long endOffset, BSTR * text);
98 STDMETHOD(setAttributes)(long startOffset, long endOffset, BSTR * attributes);
/trunk/main/i18npool/source/search/
H A Dtextsearch.cxx246 for ( int k = 0; k < sres.startOffset.getLength(); k++ ) in searchForward()
248 nStartOffset = sres.startOffset[k]; in searchForward()
252 sres.startOffset[k] = offset[nStartOffset]; in searchForward()
254 sres.startOffset[k] = offset[offset.getLength()-1] +1; in searchForward()
289 for ( int k = 0; k < sres2.startOffset.getLength(); k++ ) in searchForward()
291 if (sres2.startOffset[k]) in searchForward()
292 sres2.startOffset[k] = offset[sres2.startOffset[k]-1] + 1; in searchForward()
302 if ( sres.startOffset[0] > sres2.startOffset[0]) in searchForward()
304 else if ( sres.startOffset[0] == sres2.startOffset[0] && in searchForward()
343 for ( int k = 0; k < sres.startOffset.getLength(); k++ ) in searchBackward()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/util/
H A D_XTextSearch.java87 log.println(" (" + res.startOffset[i] + ", " + res.endOffset[i] + ")") ; in _searchForward()
90 res.startOffset[0] == fStartRes && res.endOffset[0] == fEndRes) ; in _searchForward()
107 log.println(" (" + res.startOffset[i] + ", " + res.endOffset[i] + ")") ; in _searchBackward()
110 res.startOffset[0] == bStartRes && res.endOffset[0] == bEndRes) ; in _searchBackward()
/trunk/main/unotools/source/i18n/
H A Dtextsearch.cxx249 *pStart = (xub_StrLen)aRet.startOffset[ 0 ]; in SearchFrwrd()
280 *pEnde = (xub_StrLen)aRet.startOffset[ 0 ]; in SearchBkwrd()
307 sal_uInt16 nStart = (sal_uInt16)(rResult.startOffset[0]); in ReplaceBackReferences()
308 sal_uInt16 nLength = (sal_uInt16)(rResult.endOffset[0] - rResult.startOffset[0]); in ReplaceBackReferences()
337 sal_uInt16 nSttReg = (sal_uInt16)(rResult.startOffset[i]); in ReplaceBackReferences()
/trunk/main/offapi/com/sun/star/util/
H A DSearchResult.idl43 Forward, the startOffset is inclusive, the endOffset exclusive.
44 Backward, the startOffset is exclusive, the endOffset inclusive.
52 sequence<long> startOffset; // inclusive
/trunk/main/sw/source/core/access/
H A Daccpara.cxx3826 sal_Int32 SAL_CALL SwAccessibleParagraph::addSelection( sal_Int32, sal_Int32 startOffset, sal_Int32… in addSelection() argument
3835 if ( ! IsValidRange( startOffset, endOffset, nLength ) ) in addSelection()
3849 … if (( startOffset>=nStart && startOffset <=nEnd ) || //startOffset in a selection in addSelection()
3851 … ( startOffset <= nStart && endOffset >=nEnd) || //start and end include the old selection in addSelection()
3852 ( startOffset >= nStart && endOffset <=nEnd) ) in addSelection()
3860 … if (( startOffset>=nEnd && startOffset <=nStart ) || //startOffset in a selection in addSelection()
3862 … ( startOffset <= nStart && endOffset >=nEnd) || //start and end include the old selection in addSelection()
3863 ( startOffset >= nStart && endOffset <=nEnd) ) in addSelection()
3884 aPaM->GetPoint()->nContent = GetPortionData().GetModelPosition(startOffset); in addSelection()
H A Daccpara.hxx447 …virtual sal_Int32 SAL_CALL addSelection( sal_Int32 selectionIndex, sal_Int32 startOffset, sal_Int…
/trunk/main/winaccessibility/source/UAccCOMIDL/
H A Dia2_api_all.idl2402 @li endOffset < startOffset
2410 @param [in] startOffset
2422 [in] long startOffset,
2431 @param [out] startOffset
2448 [out] long *startOffset,
2590 …<li>the startOffset for the "one ? three" object would be 4, matching the embed character and the …
2591 <li>the startOffset for the "two" object would be 0, and the endOffset would be 3</li>
2597 @param [out] startOffset
2607 [out] long *startOffset,
2613 The substring starts with the character at startOffset (inclusive) and up to
[all …]
/trunk/main/sdext/source/pdfimport/xpdfwrapper/
H A Dpdfioutdev_gpl.cxx550 double* dashArray; int arrayLen; double startOffset; in updateLineDash() local
551 state->getLineDash(&dashArray, &arrayLen, &startOffset); in updateLineDash()
556 printf( " %f %d", normalize(startOffset), arrayLen ); in updateLineDash()
/trunk/main/offapi/com/sun/star/accessibility/
H A DXAccessibleTextSelection.idl53 …long addSelection( [in] long selectionIndex, [in]long startOffset, [in] long endOffset) raises (::…