Searched refs:GetValidPosFlag (Results 1 – 11 of 11) sorted by relevance
437 ASSERT( GetValidPosFlag(), "+SwTxtFrm::Paint: no Calc()" ); in Paint()629 ASSERT( GetValidPosFlag(), "+SwTxtFrm::Paint: no Calc()" ); in Paint()
368 bInvalidPos = !pTmp->GetValidPosFlag() || in _GetFtnFrmHeight()369 !pTmp->Lower()->GetValidPosFlag(); in _GetFtnFrmHeight()
681 const bool bUseFlyAscent = pFly && pFly->GetValidPosFlag() && in NewFlyCntPortion()
501 ( !GetValidPosFlag() && in MakeAll()535 if ( bExtra && Lower() && !Lower()->GetValidPosFlag() ) in MakeAll()
498 rOut += pFrm->GetValidPosFlag() ? '+' : '-'; in lcl_Flags()
1823 const sal_Bool bOldPos = pFrm->GetValidPosFlag(); in MakeNxt()
1861 if( pNxt && pNxt->GetValidPosFlag() ) in CheckMoveFwd()
1665 !pTmpPrev->GetValidPosFlag() && in CalcCntnt()
1912 const sal_Bool bOldValidPos = GetValidPosFlag(); in MakeAll()
3559 if ( !pAnch->GetValidPosFlag() ) in IsPaint()
798 sal_Bool GetValidPosFlag() const { return bValidPos; } in GetValidPosFlag() function in SwFrm
Completed in 108 milliseconds