Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/text/
H A Ditrtxt.cxx149 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()
H A Dfrmpaint.cxx353 if( !aLine.GetCurr()->IsDummy() && in PaintExtraData()
373 && !aLine.GetCurr()->IsDummy() ) in PaintExtraData()
384 if( bNoDummy || !aLine.GetCurr()->IsDummy() ) in PaintExtraData()
H A Dtxtdrop.cxx483 while( GetCurr()->IsDummy() ) in CalcDropHeight()
494 if ( GetCurr()->IsDummy() ) in CalcDropHeight()
H A Ditrtxt.hxx108 !( pCurr->IsDummy() && GetNextLine() ); } in IsFirstTxtLine()
H A Dporlay.hxx157 inline sal_Bool IsDummy() const { return bDummy; } in IsDummy() function in SwLineLayout
H A Dwidorp.cxx371 rLine.GetInfo().GetParaPortion()->IsDummy() && in FindBreak()
H A Ditrform2.cxx1179 if( rInf.IsNewLine() && (!rInf.GetFly() || !pCurr->IsDummy()) ) in NewPortion()
1746 if( !pCurr->IsDummy() || ( !pCurr->GetNext() && in CalcRealHeight()
H A Ditradj.cxx822 if( !pCurr->IsDummy() || NextLine() ) in CalcDropAdjust()
H A Dporlay.cxx2294 while( pLay && pLay->IsDummy() ) in FindDropPortion()
H A Dtxtfrm.cxx2757 while( pLay && pLay->IsDummy() && pLay->GetNext() ) in CalcBaseOfstForFly()

Completed in 67 milliseconds