Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/core/inc/
H A Dflyfrm.hxx219 sal_Bool IsLowerOf( const SwLayoutFrm* pUpper ) const;
222 return _rLower.IsLowerOf( this ); in IsUpperOf()
/aoo4110/main/sw/source/core/layout/
H A Dflycnt.cxx313 if ( SwOszControl::pStk1 && !pFly->IsLowerOf( SwOszControl::pStk1 ) ) in IsInProgress()
315 if ( SwOszControl::pStk2 && !pFly->IsLowerOf( SwOszControl::pStk2 ) ) in IsInProgress()
317 if ( SwOszControl::pStk3 && !pFly->IsLowerOf( SwOszControl::pStk3 ) ) in IsInProgress()
319 if ( SwOszControl::pStk4 && !pFly->IsLowerOf( SwOszControl::pStk4 ) ) in IsInProgress()
321 if ( SwOszControl::pStk5 && !pFly->IsLowerOf( SwOszControl::pStk5 ) ) in IsInProgress()
H A Dfrmtool.cxx3066 if ( !pFlyFrm || !pFlyFrm->IsLowerOf( pTab ) ) in Notify_Background()
3103 (!pFly->IsLowerOf( pFlyFrm ) && in Notify_Background()
3132 pFlyFrm && !pFly->IsLowerOf( pFlyFrm ) ) in Notify_Background()
H A Dlayact.cxx246 if ( pSelfFly && pSelfFly->IsLowerOf( pFly ) ) in PaintWithoutFlys()
263 const sal_Bool bLowerOfSelf = pFly->IsLowerOf( pSelfFly ); in PaintWithoutFlys()
H A Datrfrm.cxx2624 sal_Bool SwFrmFmt::IsLowerOf( const SwFrmFmt& rFmt ) const in IsLowerOf() function in SwFrmFmt
2633 return pSFly->IsLowerOf( pAskFly ); in IsLowerOf()
H A Dpaintfrm.cxx1333 const sal_Bool bLowerOfSelf = pSelfFly && pFly->IsLowerOf( pSelfFly ) ? in lcl_SubtractFlys()
1340 if ( pSelfFly && pSelfFly->IsLowerOf( pFly ) ) in lcl_SubtractFlys()
1344 if ( pRetoucheFly && pRetoucheFly->IsLowerOf( pFly ) ) in lcl_SubtractFlys()
1389 if ( !pFly->IsLowerOf( pRetoucheFly ) && !pFly->GetFmt()->GetOpaque().GetValue() ) in lcl_SubtractFlys()
H A Dfly.cxx2202 sal_Bool SwFlyFrm::IsLowerOf( const SwLayoutFrm* pUpperFrm ) const in IsLowerOf() function in SwFlyFrm
/aoo4110/main/sw/source/core/doc/
H A Ddocfly.cxx876 if( rDest.IsLowerOf( rSource ) || rSource .IsLowerOf( rDest ) ) in Chainable()
/aoo4110/main/sw/inc/
H A Dfrmfmt.hxx113 sal_Bool IsLowerOf( const SwFrmFmt& rFmt ) const;

Completed in 135 milliseconds