Searched refs:IsDummy (Results 1 – 10 of 10) sorted by relevance
149 if( !pCurr->IsDummy() && !(--nLineNr) ) in Prev()169 if( pCurr->GetLen() || ( nLineNr>1 && !pCurr->IsDummy() ) ) in Next()184 while( pNext && pNext->IsDummy() && pNext->GetNext() ) in NextLine()199 while( pNext && pNext->IsDummy() && pNext->GetNext() ) in GetNextLine()221 if( pLay->IsDummy() ) in GetPrevLine()224 pLay = pRoot->IsDummy() ? 0 : pRoot; in GetPrevLine()227 if( !pTmp->IsDummy() ) in GetPrevLine()248 while( pMyPrev && pMyPrev->IsDummy() ) in PrevLine()464 if( pCurr->IsDummy() && in TruncLines()
353 if( !aLine.GetCurr()->IsDummy() && in PaintExtraData()373 && !aLine.GetCurr()->IsDummy() ) in PaintExtraData()384 if( bNoDummy || !aLine.GetCurr()->IsDummy() ) in PaintExtraData()
483 while( GetCurr()->IsDummy() ) in CalcDropHeight()494 if ( GetCurr()->IsDummy() ) in CalcDropHeight()
108 !( pCurr->IsDummy() && GetNextLine() ); } in IsFirstTxtLine()
157 inline sal_Bool IsDummy() const { return bDummy; } in IsDummy() function in SwLineLayout
371 rLine.GetInfo().GetParaPortion()->IsDummy() && in FindBreak()
1179 if( rInf.IsNewLine() && (!rInf.GetFly() || !pCurr->IsDummy()) ) in NewPortion()1746 if( !pCurr->IsDummy() || ( !pCurr->GetNext() && in CalcRealHeight()
822 if( !pCurr->IsDummy() || NextLine() ) in CalcDropAdjust()
2294 while( pLay && pLay->IsDummy() ) in FindDropPortion()
2757 while( pLay && pLay->IsDummy() && pLay->GetNext() ) in CalcBaseOfstForFly()
Completed in 91 milliseconds