Home
last modified time | relevance | path

Searched refs:nStartIndex (Results 26 – 50 of 134) sorted by relevance

123456

/trunk/main/accessibility/source/standard/
H A Dvclxaccessibletoolboxitem.cxx276 void VCLXAccessibleToolBoxItem::implGetSelection( sal_Int32& nStartIndex, sal_Int32& nEndIndex ) in implGetSelection() argument
278 nStartIndex = 0; in implGetSelection()
524 sal_Bool SAL_CALL VCLXAccessibleToolBoxItem::setSelection( sal_Int32 nStartIndex, sal_Int32 nEndInd… in setSelection() argument
528 if ( !implIsValidRange( nStartIndex, nEndIndex, implGetText().getLength() ) ) in setSelection()
534 sal_Bool SAL_CALL VCLXAccessibleToolBoxItem::copyText( sal_Int32 nStartIndex, sal_Int32 nEndIndex )… in copyText() argument
538 if ( !implIsValidRange( nStartIndex, nEndIndex, implGetText().getLength() ) ) in copyText()
548 ::rtl::OUString sText( getTextRange( nStartIndex, nEndIndex ) ); in copyText()
H A Dvclxaccessibletabpage.cxx238 void VCLXAccessibleTabPage::implGetSelection( sal_Int32& nStartIndex, sal_Int32& nEndIndex ) in implGetSelection() argument
240 nStartIndex = 0; in implGetSelection()
656 sal_Bool VCLXAccessibleTabPage::setSelection( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (I… in setSelection() argument
660 if ( !implIsValidRange( nStartIndex, nEndIndex, implGetText().getLength() ) ) in setSelection()
668 sal_Bool VCLXAccessibleTabPage::copyText( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (Index… in copyText() argument
679 ::rtl::OUString sText( getTextRange( nStartIndex, nEndIndex ) ); in copyText()
/trunk/main/tools/inc/tools/
H A Ddynary.hxx53 sal_uIntPtr GetIndex( const void* p, sal_uIntPtr nStartIndex, in GetIndex() argument
55 { return Container::GetPos( p, nStartIndex, bForward ); } in GetIndex()
90 sal_uIntPtr GetIndex( const Type p, sal_uIntPtr nStartIndex, \
93 nStartIndex, \
H A Dunqidx.hxx40 sal_uIntPtr nStartIndex; member in UniqueIndex
47 UniqueIndex( sal_uIntPtr nStartIndex = 0,
72 sal_uIntPtr GetStartIndex() const { return nStartIndex; } in GetStartIndex()
74 { return (nStartIndex + Container::GetSize()); } in GetCurMaxIndex()
/trunk/main/canvas/source/vcl/
H A Dtextlayout.cxx320 …sal_Int32 SAL_CALL TextLayout::getNextInsertionIndex( sal_Int32 nStartIndex, sal_Int32 nCaretAdvan… in getNextInsertionIndex() argument
324 (void)nStartIndex; in getNextInsertionIndex()
332 …olyPolygon2D > SAL_CALL TextLayout::queryVisualHighlighting( sal_Int32 nStartIndex, sal_Int32 nEnd… in queryVisualHighlighting() argument
336 (void)nStartIndex; in queryVisualHighlighting()
343 …lyPolygon2D > SAL_CALL TextLayout::queryLogicalHighlighting( sal_Int32 nStartIndex, sal_Int32 nEnd… in queryLogicalHighlighting() argument
347 (void)nStartIndex; in queryLogicalHighlighting()
/trunk/main/offapi/com/sun/star/rendering/
H A DXTextLayout.idl309 @param nStartIndex
320 if nStartIndex or nCaretAdvancement is outside the permissible
323 long getNextInsertionIndex( [in] long nStartIndex,
336 @param nStartIndex
345 if nStartIndex or nEndIndex are outside the permissible
348 XPolyPolygon2D queryVisualHighlighting( [in] long nStartIndex,
362 @param nStartIndex
371 if nStartIndex or nEndIndex are outside the permissible
374 XPolyPolygon2D queryLogicalHighlighting( [in] long nStartIndex,
/trunk/main/accessibility/inc/accessibility/extended/
H A Dtextwindowaccessibility.hxx294 virtual ::sal_Bool SAL_CALL setSelection(::sal_Int32 nStartIndex,
302 virtual ::rtl::OUString SAL_CALL getTextRange(::sal_Int32 nStartIndex,
311 virtual ::sal_Bool SAL_CALL copyText(::sal_Int32 nStartIndex,
316 virtual ::sal_Bool SAL_CALL cutText(::sal_Int32 nStartIndex,
325 virtual ::sal_Bool SAL_CALL deleteText(::sal_Int32 nStartIndex,
336 ::sal_Int32 nStartIndex, ::sal_Int32 nEndIndex,
342 ::sal_Int32 nStartIndex, ::sal_Int32 nEndIndex,
H A DAccessibleBrowseBoxTableCell.hxx48 virtual void implGetSelection( sal_Int32& nStartIndex, sal_Int32& nEndIndex );
129 …virtual sal_Bool SAL_CALL setSelection( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (::com:…
131 …virtual ::rtl::OUString SAL_CALL getTextRange( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw …
135 …virtual sal_Bool SAL_CALL copyText( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (::com::sun…
H A DAccessibleGridControlTableCell.hxx76 virtual void implGetSelection( sal_Int32& nStartIndex, sal_Int32& nEndIndex );
151 …virtual sal_Bool SAL_CALL setSelection( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (::com:…
153 …virtual ::rtl::OUString SAL_CALL getTextRange( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw …
157 …virtual sal_Bool SAL_CALL copyText( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (::com::sun…
/trunk/main/sw/source/core/access/
H A Daccframebase.cxx357 sal_uLong nStartIndex = pStart->nNode.GetIndex(); in GetSelectedState() local
360 if( ( nHere >= nStartIndex ) && (nHere <= nEndIndex) ) in GetSelectedState()
364 … if( (nHere == nStartIndex) && (pIndex >= pStart->nContent.GetIndex()) || (nHere > nStartIndex) ) in GetSelectedState()
370 if( ((nHere > nStartIndex) || pStart->nContent.GetIndex() ==0 ) in GetSelectedState()
H A Daccpara.hxx360 …virtual sal_Bool SAL_CALL setSelection( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (::com:…
362 …virtual ::rtl::OUString SAL_CALL getTextRange( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw …
366 …virtual sal_Bool SAL_CALL copyText( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (::com::sun…
369 …virtual sal_Bool SAL_CALL cutText( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (::com::sun:…
371 …virtual sal_Bool SAL_CALL deleteText( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (::com::s…
373 …virtual sal_Bool SAL_CALL replaceText( sal_Int32 nStartIndex, sal_Int32 nEndIndex, const ::rtl::OU…
374 …virtual sal_Bool SAL_CALL setAttributes( sal_Int32 nStartIndex, sal_Int32 nEndIndex, const ::com::…
/trunk/main/offapi/com/sun/star/accessibility/
H A DXAccessibleText.idl311 @param nStartIndex
326 boolean setSelection ([in] long nStartIndex, [in] long nEndIndex)
344 <p>The substring starts with the character at nStartIndex
346 if nStartIndex is less or equal nEndIndex. If nEndIndex is
347 lower than nStartIndex, the result is the same as a call with
354 @param nStartIndex
363 Returns the substring starting with the character at nStartIndex
365 nStartIndex is less than or equal to nEndIndex.
370 string getTextRange ([in] long nStartIndex, [in] long nEndIndex)
493 @param nStartIndex
[all …]
/trunk/main/accessibility/inc/accessibility/standard/
H A Dvclxaccessibletextcomponent.hxx52 virtual void implGetSelection( sal_Int32& nStartIndex, sal_Int32& nEndIndex );
78 …virtual sal_Bool SAL_CALL setSelection( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (::com:…
80 …virtual ::rtl::OUString SAL_CALL getTextRange( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw …
84 …virtual sal_Bool SAL_CALL copyText( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (::com::sun…
H A Dvclxaccessiblemenuitem.hxx65 virtual void implGetSelection( sal_Int32& nStartIndex, sal_Int32& nEndIndex );
95 …virtual sal_Bool SAL_CALL setSelection( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (::com:…
97 …virtual ::rtl::OUString SAL_CALL getTextRange( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw …
101 …virtual sal_Bool SAL_CALL copyText( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (::com::sun…
/trunk/main/sw/source/core/unocore/
H A Dunoportenum.cxx837 sal_uInt16 nStartIndex = 0; in lcl_ExportHints() local
839 while(nStartIndex < pHints->GetStartCount() && in lcl_ExportHints()
840 nCurrentIndex >= (nNextStart = (*pHints->GetStart(nStartIndex)->GetStart()))) in lcl_ExportHints()
842 SwTxtAttr * const pAttr = pHints->GetStart(nStartIndex); in lcl_ExportHints()
1002 nStartIndex++; in lcl_ExportHints()
1014 nStartIndex = 0; in lcl_ExportHints()
1016 while(nStartIndex < pHints->GetStartCount() && in lcl_ExportHints()
1017 nCurrentIndex >= (nNextStart = (*pHints->GetStart(nStartIndex)->GetStart()))) in lcl_ExportHints()
1018 nStartIndex++; in lcl_ExportHints()
/trunk/main/writerfilter/source/dmapper/
H A DDomainMapper_Impl.cxx1555 sal_Int32 nStartIndex = rCommand.indexOf( sStartQuote ); in lcl_FindQuotedText() local
1556 if( nStartIndex >= 0 ) in lcl_FindQuotedText()
1560 if( nEndIndex > nStartIndex ) in lcl_FindQuotedText()
1562 … sRet = rCommand.copy( nStartIndex + nStartLength, nEndIndex - nStartIndex - nStartLength); in lcl_FindQuotedText()
1679 sal_Int32 nStartIndex = nCommandLength; in lcl_ExtractParameter() local
1681 sal_Int32 nQuoteIndex = rCommand.indexOf( '\"', nStartIndex); in lcl_ExtractParameter()
1684 nStartIndex = nQuoteIndex + 1; in lcl_ExtractParameter()
1692 if( nEndIndex > nStartIndex + 1 ) in lcl_ExtractParameter()
1698 while( nStartIndex < nEndIndex && pCommandStr[nStartIndex] == ' ') in lcl_ExtractParameter()
1699 ++nStartIndex; in lcl_ExtractParameter()
[all …]
/trunk/main/comphelper/inc/comphelper/
H A Daccessibletexthelper.hxx61 …virtual sal_Bool implIsValidRange( sal_Int32 nStartIndex, sal_Int32 nEndIndex, sal_Int32 nLen…
64 virtual void implGetSelection( sal_Int32& nStartIndex, sal_Int32& nEndIndex ) = 0;
79 …::rtl::OUString SAL_CALL getTextRange( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (::com::…
137 …virtual ::rtl::OUString SAL_CALL getTextRange( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw …
/trunk/main/sdext/source/presenter/
H A DPresenterController.cxx420 sal_Int32 nStartIndex = sTemplate.indexOf('%', nIndex); in UpdatePaneTitles() local
421 if (nStartIndex < 0) in UpdatePaneTitles()
430 sResult.append(sTemplate.copy(nIndex, nStartIndex-nIndex)); in UpdatePaneTitles()
434 ++nStartIndex; in UpdatePaneTitles()
435 const sal_Int32 nEndIndex (sTemplate.indexOf('%', nStartIndex+1)); in UpdatePaneTitles()
436 const OUString sPlaceholder (sTemplate.copy(nStartIndex, nEndIndex-nStartIndex)); in UpdatePaneTitles()
/trunk/main/sc/source/core/data/
H A Dmarkarr.cxx257 SCSIZE nStartIndex; in IsAllMarked() local
260 if (Search( nStartRow, nStartIndex )) in IsAllMarked()
261 if (pData[nStartIndex].bMarked) in IsAllMarked()
263 if (nEndIndex==nStartIndex) in IsAllMarked()
/trunk/main/accessibility/source/extended/
H A Dtextwindowaccessibility.cxx437 ::sal_Bool SAL_CALL ParagraphImpl::setSelection(::sal_Int32 nStartIndex, in setSelection() argument
443 m_xDocument->changeParagraphSelection(this, nStartIndex, nEndIndex); in setSelection()
456 ::rtl::OUString SAL_CALL ParagraphImpl::getTextRange(::sal_Int32 nStartIndex, in getTextRange() argument
462 return OCommonAccessibleText::getTextRange(nStartIndex, nEndIndex); in getTextRange()
487 ::sal_Bool SAL_CALL ParagraphImpl::copyText(::sal_Int32 nStartIndex, in copyText() argument
493 m_xDocument->copyParagraphText(this, nStartIndex, nEndIndex); in copyText()
498 ::sal_Bool SAL_CALL ParagraphImpl::cutText(::sal_Int32 nStartIndex, in cutText() argument
521 ::sal_Bool SAL_CALL ParagraphImpl::deleteText(::sal_Int32 nStartIndex, in deleteText() argument
545 ParagraphImpl::replaceText(::sal_Int32 nStartIndex, ::sal_Int32 nEndIndex, in replaceText() argument
558 ::sal_Int32 nStartIndex, ::sal_Int32 nEndIndex, in setAttributes() argument
[all …]
/trunk/main/svx/source/tbxctrls/
H A DSvxColorValueSet.cxx64 …lorValueSet::addEntriesForXColorList(const XColorListSharedPtr aXColorList, sal_uInt32 nStartIndex) in addEntriesForXColorList() argument
68 for(sal_uInt32 nIndex(0); nIndex < nColorCount; nIndex++, nStartIndex++) in addEntriesForXColorList()
74 InsertItem(nStartIndex, pEntry->GetColor(), pEntry->GetName()); in addEntriesForXColorList()
/trunk/main/writerfilter/source/doctok/
H A DWW8DocumentImpl.cxx1508 sal_uInt32 nStartIndex = 0; in resolveText() local
1516 nStartIndex += 1; in resolveText()
1524 if (nStartIndex < nEndIndex) in resolveText()
1526 sal_uInt32 nChars = nEndIndex - nStartIndex; in resolveText()
1527 text(rStream, &aSeq[nStartIndex], nChars); in resolveText()
1538 sal_uInt32 nStartIndex = 0; in resolveText() local
1546 nStartIndex += 2; in resolveText()
1554 if (nStartIndex < nEndIndex) in resolveText()
1556 sal_uInt32 nChars = (nEndIndex - nStartIndex) / 2; in resolveText()
1557 utext(rStream, &aSeq[nStartIndex], nChars); in resolveText()
/trunk/main/starmath/source/
H A Daccessibility.cxx678 sal_Int32 nStartIndex, in setSelection() argument
684 if (!(0 <= nStartIndex && nStartIndex < nLen) || in setSelection()
698 sal_Int32 nStartIndex, in getTextRange() argument
708 xub_StrLen nStart = (xub_StrLen) Min(nStartIndex, nEndIndex); in getTextRange()
709 xub_StrLen nEnd = (xub_StrLen) Max(nStartIndex, nEndIndex); in getTextRange()
783 sal_Int32 nStartIndex, in copyText() argument
797 ::rtl::OUString sText( getTextRange(nStartIndex, nEndIndex) ); in copyText()
1424 sal_Bool SmTextForwarder::GetAttributeRun( sal_uInt16& nStartIndex, sal_uInt16& nEndIndex, sal_uInt… in GetAttributeRun() argument
1428 …SvxEditSourceHelper::GetAttributeRun( nStartIndex, nEndIndex, *pEditEngine, nPara, nIndex, bInCell… in GetAttributeRun()
/trunk/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/xmltokenview/
H A DXMLViewFactory.java81 final int nStartIndex = nIndex; in AddSemanticInformation()
83 nStartIndex, in AddSemanticInformation()
100 nStartIndex, in AddSemanticInformation()
/trunk/main/editeng/source/uno/
H A Dunoedprx.cxx971 sal_Bool SvxAccessibleTextAdapter::GetAttributeRun( sal_uInt16& nStartIndex, sal_uInt16& nEndIndex,… in GetAttributeRun() argument
986 nStartIndex = 0; in GetAttributeRun()
999 nStartIndex = static_cast< sal_uInt16 > (aIndex.GetIndex() - aIndex.GetFieldOffset()); in GetAttributeRun()
1000 nEndIndex = static_cast< sal_uInt16 > (nStartIndex + aIndex.GetFieldLen()); in GetAttributeRun()
1005 if( !mrTextForwarder->GetAttributeRun( nStartIndex, nEndIndex, nPara, nIndex ) ) in GetAttributeRun()
1008 aIndex.SetEEIndex( nPara, nStartIndex, *this ); in GetAttributeRun()
1012 nStartIndex = static_cast< sal_uInt16 > (aIndex.GetIndex()); in GetAttributeRun()

Completed in 167 milliseconds

123456