Home
last modified time | relevance | path

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

/aoo42x/main/sw/source/core/text/
H A Ditrform2.cxx1521 SvLongs* pFlyStart = 0; in FormatLine() local
1526 pFlyStart = new SvLongs; in FormatLine()
1535 pFlyStart->Insert( nPOfst, nCnt++ ); in FormatLine()
1630 GetInfo().SetPaintOfst( CalcOptRepaint( nOldLineEnd, pFlyStart ) ); in FormatLine()
1631 if ( pFlyStart ) in FormatLine()
1632 delete pFlyStart; in FormatLine()
2009 const SvLongs* pFlyStart ) in CalcOptRepaint() argument
2020 if ( ! pFlyStart && ! pCurr->IsFly() ) in CalcOptRepaint()
2098 if ( pFlyStart && in CalcOptRepaint()
2099 nCnt < pFlyStart->Count() && in CalcOptRepaint()
[all …]
H A Ditrform2.hxx100 long CalcOptRepaint( xub_StrLen nOldLineEnd, const SvLongs* pFlyStart );

Completed in 23 milliseconds