Home
last modified time | relevance | path

Searched refs:nLastEnd (Results 1 – 10 of 10) sorted by relevance

/aoo4110/main/editeng/source/editeng/
H A Dimpedit5.cxx826 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 Dimpedit4.cxx2958 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 Dimpedit3.cxx4256 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()
/aoo4110/main/sw/source/core/txtnode/
H A Dndhints.cxx300 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 Dthints.cxx2381 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 Dtxtedt.cxx1747 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()
/aoo4110/main/editeng/source/uno/
H A Dunofored.cxx203 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()
/aoo4110/main/sw/source/ui/docvw/
H A Dsrcedtw.cxx767 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()
/aoo4110/main/filter/source/xsltdialog/
H A Dxmlfileview.cxx859 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()
/aoo4110/main/starmath/source/
H A Daccessibility.cxx1189 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 118 milliseconds