Searched refs:ShouldBwdMoved (Results 1 – 8 of 8) sorted by relevance
/aoo4110/main/sw/source/core/inc/ |
H A D | sectfrm.hxx | 56 virtual sal_Bool ShouldBwdMoved( SwLayoutFrm *pNewUpper, sal_Bool bHead, sal_Bool &rReformat );
|
H A D | cntfrm.hxx | 55 virtual sal_Bool ShouldBwdMoved( SwLayoutFrm *pNewUpper, sal_Bool, sal_Bool& );
|
H A D | tabfrm.hxx | 102 virtual sal_Bool ShouldBwdMoved( SwLayoutFrm *pNewUpper, sal_Bool bHead, sal_Bool &rReformat );
|
H A D | flowfrm.hxx | 153 virtual sal_Bool ShouldBwdMoved( SwLayoutFrm *pNewUpper, sal_Bool bHead, sal_Bool &rReformat )=0;
|
/aoo4110/main/sw/source/core/layout/ |
H A D | tabfrm.cxx | 2132 if ( ShouldBwdMoved( pMaster->GetUpper(), sal_False, bDummy ) ) in MakeAll() 2216 if ( GetFollow()->ShouldBwdMoved( GetUpper(), sal_False, bDummy ) ) in MakeAll() 3564 sal_Bool SwTabFrm::ShouldBwdMoved( SwLayoutFrm *pNewUpper, sal_Bool, sal_Bool &rReformat ) in ShouldBwdMoved() function in SwTabFrm
|
H A D | calcmove.cxx | 78 sal_Bool SwCntntFrm::ShouldBwdMoved( SwLayoutFrm *pNewUpper, sal_Bool, sal_Bool & ) in ShouldBwdMoved() function in SwCntntFrm
|
H A D | flowfrm.cxx | 2482 if ( pNewUpper && !ShouldBwdMoved( pNewUpper, sal_True, rbReformat ) ) in MoveBwd()
|
H A D | sectfrm.cxx | 838 sal_Bool SwSectionFrm::ShouldBwdMoved( SwLayoutFrm *, sal_Bool , sal_Bool & ) in ShouldBwdMoved() function in SwSectionFrm
|
Completed in 67 milliseconds