Searched refs:nLastStart (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/sw/source/core/txtnode/ |
H A D | ndhints.cxx | 299 xub_StrLen nLastStart = 0; in Check() local 315 CHECK_ERR( nIdx >= nLastStart, "HintsCheck: starts are unsorted" ); in Check() 321 nLastStart = nIdx; in Check()
|
H A D | txtedt.cxx | 1744 sal_Int32 nLastStart = pBreakIt->GetBreakIter()->beginOfSentence( in TransliterateText() local 1748 GetTxt(), nLastStart, in TransliterateText() 1749 pBreakIt->GetLocale( GetLang( nLastStart ) ) ); in TransliterateText() 1780 if (nLastStart >= nEnd) in TransliterateText() 1787 GetTxt(), nLastStart, in TransliterateText() 1788 pBreakIt->GetLocale( GetLang( nLastStart) ), in TransliterateText()
|
/aoo41x/main/editeng/source/editeng/ |
H A D | impedit4.cxx | 2955 sal_Int32 nLastStart = _xBI->beginOfSentence( in TransliterateText() local 2959 *pNode, nLastStart, in TransliterateText() 2960 SvxCreateLocale( GetLanguage( EditPaM( pNode, nLastStart + 1 ) ) ) ); in TransliterateText() 2990 if (nLastStart >= nEndPos) in TransliterateText() 2996 i18n::Boundary aBndry = _xBI->previousWord( *pNode, nLastStart, in TransliterateText() 2997 SvxCreateLocale( GetLanguage( EditPaM( pNode, nLastStart + 1 ) ) ), in TransliterateText()
|
Completed in 77 milliseconds