Searched refs:eMakePage (Results 1 – 7 of 7) sorted by relevance
| /AOO41X/main/sw/source/core/layout/ |
| H A D | flowfrm.cxx | 799 const SwLayoutFrm *SwFrm::GetLeaf( MakePageType eMakePage, sal_Bool bFwd, in GetLeaf() argument 810 { pLeaf = ((SwFrm*)pLeaf)->GetLeaf( eMakePage, bFwd ); in GetLeaf() 838 SwLayoutFrm *SwFrm::GetLeaf( MakePageType eMakePage, sal_Bool bFwd ) in GetLeaf() argument 841 return bFwd ? GetNextFtnLeaf( eMakePage ) : GetPrevFtnLeaf( eMakePage ); in GetLeaf() 871 return bFwd ? GetNextCellLeaf( eMakePage ) : GetPrevCellLeaf( eMakePage ); in GetLeaf() 874 return bFwd ? GetNextSctLeaf( eMakePage ) : GetPrevSctLeaf( eMakePage ); in GetLeaf() 877 return bFwd ? GetNextLeaf( eMakePage ) : GetPrevLeaf( eMakePage ); in GetLeaf() 962 SwLayoutFrm *SwFrm::GetNextLeaf( MakePageType eMakePage ) in GetNextLeaf() argument 973 eMakePage = MAKEPAGE_NONE; in GetNextLeaf() 1019 if( !IsFlowFrm() && ( eMakePage == MAKEPAGE_NONE || in GetNextLeaf() [all …]
|
| H A D | ftnfrm.cxx | 727 SwLayoutFrm *SwFrm::GetNextFtnLeaf( MakePageType eMakePage ) in GetNextFtnLeaf() argument 740 SwLayoutFrm* pNxt = pOldBoss->GetNextSctLeaf( eMakePage ); in GetNextFtnLeaf() 787 if ( eMakePage == MAKEPAGE_APPEND || eMakePage == MAKEPAGE_INSERT ) in GetNextFtnLeaf() 805 ( eMakePage == MAKEPAGE_APPEND || eMakePage == MAKEPAGE_INSERT ) ) in GetNextFtnLeaf()
|
| H A D | sectfrm.cxx | 1561 SwLayoutFrm *SwFrm::GetNextSctLeaf( MakePageType eMakePage ) in GetNextSctLeaf() argument 1699 ( eMakePage == MAKEPAGE_APPEND || eMakePage == MAKEPAGE_INSERT ) ) in GetNextSctLeaf() 1724 else if( MAKEPAGE_NOSECTION == eMakePage ) in GetNextSctLeaf()
|
| H A D | tabfrm.cxx | 3539 SwLayoutFrm *SwTabFrm::GetLeaf( MakePageType eMakePage, sal_Bool bFwd ) in GetLeaf() argument 3544 pRet = GetNextLeaf( eMakePage ); in GetLeaf() 3546 pRet = pRet->GetNextLeaf( eMakePage ); in GetLeaf()
|
| /AOO41X/main/sw/source/core/inc/ |
| H A D | frame.hxx | 533 SwLayoutFrm *GetLeaf( MakePageType eMakePage, sal_Bool bFwd ); 534 SwLayoutFrm *GetNextLeaf ( MakePageType eMakePage ); 535 SwLayoutFrm *GetNextFtnLeaf( MakePageType eMakePage ); 536 SwLayoutFrm *GetNextSctLeaf( MakePageType eMakePage ); 537 SwLayoutFrm *GetNextCellLeaf( MakePageType eMakePage ); 542 const SwLayoutFrm *GetLeaf ( MakePageType eMakePage, sal_Bool bFwd,
|
| H A D | tabfrm.hxx | 40 SwLayoutFrm *GetLeaf( MakePageType eMakePage, sal_Bool bFwd );
|
| /AOO41X/main/sw/source/core/objectpositioning/ |
| H A D | tocntntanchoredobjectposition.cxx | 680 MakePageType eMakePage = bInFtn ? MAKEPAGE_NONE in CalcPosition() local 684 eMakePage = MAKEPAGE_NOSECTION; in CalcPosition() 687 … pUpperOfOrientFrm->GetLeaf( eMakePage, sal_True, &rAnchorTxtFrm ); in CalcPosition()
|