Searched refs:nLastEnd (Results 1 – 10 of 10) sorted by relevance
/aoo41x/main/editeng/source/editeng/ |
H A D | impedit5.cxx | 826 sal_uInt16 nLastEnd = 0; in ParaAttribsToCharAttribs() local 827 EditCharAttrib* pAttr = pNode->GetCharAttribs().FindNextAttrib( nWhich, nLastEnd ); in ParaAttribsToCharAttribs() 830 nLastEnd = pAttr->GetEnd(); in ParaAttribsToCharAttribs() 831 if ( pAttr->GetStart() > nLastEnd ) in ParaAttribsToCharAttribs() 832 aEditDoc.InsertAttrib( pNode, nLastEnd, pAttr->GetStart(), rItem ); in ParaAttribsToCharAttribs() 834 pAttr = nLastEnd ? pNode->GetCharAttribs().FindNextAttrib( nWhich, nLastEnd ) : NULL; in ParaAttribsToCharAttribs() 838 if ( nLastEnd < nEndPos ) in ParaAttribsToCharAttribs() 839 aEditDoc.InsertAttrib( pNode, nLastEnd, nEndPos, rItem ); in ParaAttribsToCharAttribs()
|
H A D | impedit4.cxx | 2958 sal_Int32 nLastEnd = _xBI->endOfSentence( in TransliterateText() local 2999 nLastEnd = _xBI->endOfSentence( in TransliterateText() 3002 if (nCurrentEnd > nLastEnd) in TransliterateText() 3003 nCurrentEnd = nLastEnd; in TransliterateText() 3006 while (nCurrentStart < nLastEnd) in TransliterateText() 3039 DBG_ASSERT( nCurrentEnd >= nLastEnd, "failed to reach end of transliteration" ); in TransliterateText()
|
H A D | impedit3.cxx | 4256 sal_uInt16 nLastEnd = 0; // damit nach entfernen und neu nicht nochmal in DoStretchChars() local 4262 if ( pAttr->GetStart() >= nLastEnd ) in DoStretchChars() 4310 nLastEnd = pAttr->GetEnd(); in DoStretchChars()
|
/aoo41x/main/sw/source/core/txtnode/ |
H A D | ndhints.cxx | 300 xub_StrLen nLastEnd = 0; in Check() local 332 CHECK_ERR( nIdx >= nLastEnd, "HintsCheck: ends are unsorted" ); in Check() 333 nLastEnd = nIdx; in Check() 339 nLastEnd = nIdx; in Check()
|
H A D | thints.cxx | 2381 sal_uInt16 nLastEnd(0); in lcl_CollectHintSpans() local 2393 if (nLastEnd < aSpan.first) in lcl_CollectHintSpans() 2397 AttrSpan_t(nLastEnd, aSpan.first), 0)); in lcl_CollectHintSpans() 2400 nLastEnd = aSpan.second; in lcl_CollectHintSpans() 2405 if (nLastEnd != nLength && nLength != 0) in lcl_CollectHintSpans() 2408 AttrSpanMap_t::value_type(AttrSpan_t(nLastEnd, nLength), 0)); in lcl_CollectHintSpans()
|
H A D | txtedt.cxx | 1747 sal_Int32 nLastEnd = pBreakIt->GetBreakIter()->endOfSentence( in TransliterateText() local 1790 nLastEnd = pBreakIt->GetBreakIter()->endOfSentence( in TransliterateText() 1793 if (nCurrentEnd > nLastEnd) in TransliterateText() 1794 nCurrentEnd = nLastEnd; in TransliterateText() 1797 while (nCurrentStart < nLastEnd) in TransliterateText()
|
/aoo41x/main/editeng/source/uno/ |
H A D | unofored.cxx | 203 sal_uInt16 nLastEnd = nPos; in GetSvxEditEngineItemState() local 237 if( !bGaps && aAttrib.nStart > nLastEnd ) in GetSvxEditEngineItemState() 240 nLastEnd = aAttrib.nEnd; in GetSvxEditEngineItemState() 243 if( !bEmpty && !bGaps && nLastEnd < ( nEndPos - 1 ) ) in GetSvxEditEngineItemState()
|
/aoo41x/main/sw/source/ui/docvw/ |
H A D | srcedtw.cxx | 767 sal_uInt16 nLastEnd = 0; in ImpDoHighlight() local 779 if ( r.nStart > nLastEnd ) in ImpDoHighlight() 783 r.nStart = nLastEnd; in ImpDoHighlight() 785 nLastEnd = r.nEnd+1; in ImpDoHighlight()
|
/aoo41x/main/filter/source/xsltdialog/ |
H A D | xmlfileview.cxx | 859 sal_uInt16 nLastEnd = 0; in ImpDoHighlight() local 867 if ( r.nStart > nLastEnd ) in ImpDoHighlight() 871 r.nStart = nLastEnd; in ImpDoHighlight() 873 nLastEnd = r.nEnd+1; in ImpDoHighlight()
|
/aoo41x/main/starmath/source/ |
H A D | accessibility.cxx | 1189 sal_uInt16 nLastEnd = nPos; in GetSvxEditEngineItemState() local 1223 if( !bGaps && aAttrib.nStart > nLastEnd ) in GetSvxEditEngineItemState() 1226 nLastEnd = aAttrib.nEnd; in GetSvxEditEngineItemState() 1229 if( !bEmpty && !bGaps && nLastEnd < ( nEndPos - 1 ) ) in GetSvxEditEngineItemState()
|
Completed in 170 milliseconds