Home
last modified time | relevance | path

Searched refs:endOffset (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()
205 *endOffset = textSeg.SegmentEnd; in get_attributes()
210 *endOffset = 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()
455 *endOffset = pRExtension->getSeletedPositionEnd(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 …t(long offset, IA2TextBoundaryType boundaryType, long * startOffset, long * endOffset, BSTR * text) 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 …t(long offset, IA2TextBoundaryType boundaryType, long * startOffset, long * endOffset, BSTR * text) 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 …(long offset, IA2TextBoundaryType boundaryType, long * startOffset, long * endOffset, BSTR * text);
82 …(long offset, IA2TextBoundaryType boundaryType, long * startOffset, long * endOffset, BSTR * text);
85 …(long offset, IA2TextBoundaryType boundaryType, long * startOffset, long * endOffset, BSTR * text);
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 …(long offset, IA2TextBoundaryType boundaryType, long * startOffset, long * endOffset, BSTR * text);
108 …(long offset, IA2TextBoundaryType boundaryType, long * startOffset, long * endOffset, BSTR * text);
111 …(long offset, IA2TextBoundaryType boundaryType, long * startOffset, long * endOffset, BSTR * text);
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 …(long offset, IA2TextBoundaryType boundaryType, long * startOffset, long * endOffset, BSTR * text);
112 …(long offset, IA2TextBoundaryType boundaryType, long * startOffset, long * endOffset, BSTR * text);
115 …(long offset, IA2TextBoundaryType boundaryType, long * startOffset, long * endOffset, BSTR * text);
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.cxx260 if (sres.endOffset[k]) in searchForward()
261 sres.endOffset[k] = offset[sres.endOffset[k]-1] + 1; in searchForward()
293 if (sres2.endOffset[k]) in searchForward()
294 sres2.endOffset[k] = offset[sres2.endOffset[k]-1] + 1; in searchForward()
305 sres.endOffset[0] < sres2.endOffset[0]) in searchForward()
351 nEndOffset = sres.endOffset[k]; in searchBackward()
355 sres.endOffset[k] = offset[nEndOffset]; in searchBackward()
357 sres.endOffset[k] = offset[offset.getLength()-1] +1; in searchBackward()
390 if (sres2.endOffset[k]) in searchBackward()
391 sres2.endOffset[k] = offset[sres2.endOffset[k]-1]+1; 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.cxx250 *pEnde = (xub_StrLen)aRet.endOffset[ 0 ]; in SearchFrwrd()
281 *pStart = (xub_StrLen)aRet.endOffset[ 0 ]; in SearchBkwrd()
308 sal_uInt16 nLength = (sal_uInt16)(rResult.endOffset[0] - rResult.startOffset[0]); in ReplaceBackReferences()
338 sal_uInt16 nRegLen = (sal_uInt16)(rResult.endOffset[i]); in ReplaceBackReferences()
344 nSttReg = (sal_uInt16)(rResult.endOffset[i]); in ReplaceBackReferences()
/trunk/main/offapi/com/sun/star/util/
H A DSearchResult.idl38 The start and endOffset are always dependent on the search direction.
43 Forward, the startOffset is inclusive, the endOffset exclusive.
44 Backward, the startOffset is exclusive, the endOffset inclusive.
53 sequence<long> endOffset; // exclusive
/trunk/main/filter/source/placeware/
H A Dzip.cxx43 sal_Int32 endOffset; /* where the file data ends */ member
121 e->endOffset = static_cast< sal_Int32 >( nPosition ); in copyAndCRC()
155 e->fileLen = e->endOffset - e->offset - zf_lfhSIZE - e->name.getLength(); in writeLocalHeader()
179 mnRC = mrFile.setPos( Pos_Absolut, e->endOffset ); in writeLocalHeader()
/trunk/main/sw/source/core/access/
H A Daccpara.cxx3826 …AL_CALL SwAccessibleParagraph::addSelection( sal_Int32, sal_Int32 startOffset, sal_Int32 endOffset) in addSelection() argument
3835 if ( ! IsValidRange( startOffset, endOffset, nLength ) ) in addSelection()
3850 ( endOffset>=nStart && endOffset <=nEnd ) || //endOffset 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()
3861 ( endOffset>=nEnd && endOffset <=nStart ) || //endOffset 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()
3885 aPaM->GetMark()->nContent = GetPortionData().GetModelPosition(endOffset); in addSelection()
H A Daccpara.hxx447 …Int32 SAL_CALL addSelection( sal_Int32 selectionIndex, sal_Int32 startOffset, sal_Int32 endOffset)
/trunk/main/winaccessibility/source/UAccCOMIDL/
H A Dia2_api_all.idl2402 @li endOffset < startOffset
2412 @param [in] endOffset
2423 [in] long endOffset
2434 @param [out] endOffset
2449 [out] long *endOffset,
2590 …he "one ? three" object would be 4, matching the embed character and the endOffset would be 5.</li>
2591 <li>the startOffset for the "two" object would be 0, and the endOffset would be 3</li>
2599 @param [out] endOffset
2608 [out, retval] long *endOffset
2614 the character at endOffset (exclusive), if startOffset is less or equal
[all …]
/trunk/main/offapi/com/sun/star/accessibility/
H A DXAccessibleTextSelection.idl53 …long addSelection( [in] long selectionIndex, [in]long startOffset, [in] long endOffset) raises (::…