Home
last modified time | relevance | path

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

/AOO42X/main/sw/source/core/text/
H A Ditrform2.cxx1992 const xub_StrLen nReformat = GetInfo().GetReformatStart(); in AllowRepaintOpt() local
1993 if( bOptimizeRepaint && STRING_LEN != nReformat ) in AllowRepaintOpt()
1995 const xub_Unicode cCh = GetInfo().GetTxt().GetChar( nReformat ); in AllowRepaintOpt()
1997 || ! GetInfo().HasHint( nReformat ); in AllowRepaintOpt()
2016 xub_StrLen nReformat = Min( GetInfo().GetReformatStart(), nOldLineEnd ); in CalcOptRepaint() local
2028 if ( nReformat < GetInfo().GetLineStart() + 3 ) in CalcOptRepaint()
2032 nReformat -= 2; in CalcOptRepaint()
2041 if( ::i18n::ScriptType::COMPLEX == rSI.ScriptType( nReformat ) ) in CalcOptRepaint()
2054 if ( nReformat > GetInfo().GetLineStart() + nMaxContext ) in CalcOptRepaint()
2055 nReformat = nReformat - nMaxContext; in CalcOptRepaint()
[all …]