Home
last modified time | relevance | path

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

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/inc/
H A Dflyfrm.hxx205 bool IsLowerOf( const SwLayoutFrame* pUpper ) const;
208 return _rLower.IsLowerOf( this ); in IsUpperOf()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/inc/
H A Dflyfrm.hxx231 bool IsLowerOf( const SwLayoutFrame* pUpper ) const;
234 return _rLower.IsLowerOf( this ); in IsUpperOf()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/layout/
H A Dflycnt.cxx257 if (SwOszControl::s_pStack1 && !pFly->IsLowerOf(SwOszControl::s_pStack1)) in IsInProgress()
259 if (SwOszControl::s_pStack2 && !pFly->IsLowerOf(SwOszControl::s_pStack2)) in IsInProgress()
261 if (SwOszControl::s_pStack3 && !pFly->IsLowerOf(SwOszControl::s_pStack3)) in IsInProgress()
263 if (SwOszControl::s_pStack4 && !pFly->IsLowerOf(SwOszControl::s_pStack4)) in IsInProgress()
265 if (SwOszControl::s_pStack5 && !pFly->IsLowerOf(SwOszControl::s_pStack5)) in IsInProgress()
H A Dlayact.cxx126 if ( pSelfFly && pSelfFly->IsLowerOf( pFly ) ) in PaintWithoutFlys()
143 const bool bLowerOfSelf = pFly->IsLowerOf( pSelfFly ); in PaintWithoutFlys()
H A Dfrmtool.cxx3413 if ( !pFlyFrame || !pFlyFrame->IsLowerOf( pTab ) ) in Notify_Background()
3448 (!pFly->IsLowerOf( pFlyFrame ) && in Notify_Background()
3475 pFlyFrame && !pFly->IsLowerOf( pFlyFrame ) ) in Notify_Background()
H A Datrfrm.cxx2815 bool SwFrameFormat::IsLowerOf( const SwFrameFormat& rFormat ) const in IsLowerOf() function in SwFrameFormat
2824 return pSFly->IsLowerOf( pAskFly ); in IsLowerOf()
H A Dpaintfrm.cxx1417 const bool bLowerOfSelf = pSelfFly && pFly->IsLowerOf( pSelfFly ); in lcl_SubtractFlys()
1423 if (pSelfFly && pSelfFly->IsLowerOf(pFly)) in lcl_SubtractFlys()
1427 if (gProp.pSRetoucheFly && gProp.pSRetoucheFly->IsLowerOf(pFly)) in lcl_SubtractFlys()
1471 … if (!pFly->IsLowerOf( gProp.pSRetoucheFly ) && !pFly->GetFormat()->GetOpaque().GetValue()) in lcl_SubtractFlys()
H A Dfly.cxx2161 bool SwFlyFrame::IsLowerOf( const SwLayoutFrame* pUpperFrame ) const in IsLowerOf() function in SwFlyFrame
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/layout/
H A Dflycnt.cxx262 if ( SwOszControl::pStack1 && !pFly->IsLowerOf( SwOszControl::pStack1 ) ) in IsInProgress()
264 if ( SwOszControl::pStack2 && !pFly->IsLowerOf( SwOszControl::pStack2 ) ) in IsInProgress()
266 if ( SwOszControl::pStack3 && !pFly->IsLowerOf( SwOszControl::pStack3 ) ) in IsInProgress()
268 if ( SwOszControl::pStack4 && !pFly->IsLowerOf( SwOszControl::pStack4 ) ) in IsInProgress()
270 if ( SwOszControl::pStack5 && !pFly->IsLowerOf( SwOszControl::pStack5 ) ) in IsInProgress()
H A Dlayact.cxx127 if ( pSelfFly && pSelfFly->IsLowerOf( pFly ) ) in PaintWithoutFlys()
144 const bool bLowerOfSelf = pFly->IsLowerOf( pSelfFly ); in PaintWithoutFlys()
H A Dfrmtool.cxx3363 if ( !pFlyFrame || !pFlyFrame->IsLowerOf( pTab ) ) in Notify_Background()
3398 (!pFly->IsLowerOf( pFlyFrame ) && in Notify_Background()
3425 pFlyFrame && !pFly->IsLowerOf( pFlyFrame ) ) in Notify_Background()
H A Datrfrm.cxx2716 bool SwFrameFormat::IsLowerOf( const SwFrameFormat& rFormat ) const in IsLowerOf() function in SwFrameFormat
2725 return pSFly->IsLowerOf( pAskFly ); in IsLowerOf()
H A Dpaintfrm.cxx1394 const bool bLowerOfSelf = pSelfFly && pFly->IsLowerOf( pSelfFly ); in lcl_SubtractFlys()
1400 if (pSelfFly && pSelfFly->IsLowerOf(pFly)) in lcl_SubtractFlys()
1404 if (gProp.pSRetoucheFly && gProp.pSRetoucheFly->IsLowerOf(pFly)) in lcl_SubtractFlys()
1448 … if (!pFly->IsLowerOf( gProp.pSRetoucheFly ) && !pFly->GetFormat()->GetOpaque().GetValue()) in lcl_SubtractFlys()
H A Dfly.cxx2113 bool SwFlyFrame::IsLowerOf( const SwLayoutFrame* pUpperFrame ) const in IsLowerOf() function in SwFlyFrame
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/inc/
H A Dfrmfmt.hxx151 bool IsLowerOf( const SwFrameFormat& rFormat ) const;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/inc/
H A Dfrmfmt.hxx150 bool IsLowerOf( const SwFrameFormat& rFormat ) const;
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/doc/
H A Ddocfly.cxx1026 if( rDest.IsLowerOf( rSource ) || rSource .IsLowerOf( rDest ) ) in Chainable()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/doc/
H A Ddocfly.cxx988 if( rDest.IsLowerOf( rSource ) || rSource .IsLowerOf( rDest ) ) in Chainable()