Home
last modified time | relevance | path

Searched refs:nLastStart (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sw/source/core/txtnode/
H A Dndhints.cxx299 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 Dtxtedt.cxx1750 sal_Int32 nLastStart = pBreakIt->GetBreakIter()->beginOfSentence( in TransliterateText() local
1754 GetTxt(), nLastStart, in TransliterateText()
1755 pBreakIt->GetLocale( GetLang( nLastStart ) ) ); in TransliterateText()
1786 if (nLastStart >= nEnd) in TransliterateText()
1793 GetTxt(), nLastStart, in TransliterateText()
1794 pBreakIt->GetLocale( GetLang( nLastStart) ), in TransliterateText()
/trunk/main/editeng/source/editeng/
H A Dimpedit4.cxx2955 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 50 milliseconds