Home
last modified time | relevance | path

Searched refs:eMakePage (Results 1 – 7 of 7) sorted by relevance

/trunk/main/sw/source/core/layout/
H A Dflowfrm.cxx810 { pLeaf = ((SwFrm*)pLeaf)->GetLeaf( eMakePage, bFwd ); in GetLeaf()
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()
1020 eMakePage==MAKEPAGE_APPEND || eMakePage==MAKEPAGE_NOSECTION ) ) in GetNextLeaf()
1051 if ( eMakePage == MAKEPAGE_INSERT ) in GetNextLeaf()
[all …]
H A Dftnfrm.cxx727 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 Dsectfrm.cxx1561 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 Dtabfrm.cxx3539 SwLayoutFrm *SwTabFrm::GetLeaf( MakePageType eMakePage, sal_Bool bFwd ) in GetLeaf() argument
3544 pRet = GetNextLeaf( eMakePage ); in GetLeaf()
3546 pRet = pRet->GetNextLeaf( eMakePage ); in GetLeaf()
/trunk/main/sw/source/core/inc/
H A Dframe.hxx540 SwLayoutFrm *GetLeaf( MakePageType eMakePage, sal_Bool bFwd );
541 SwLayoutFrm *GetNextLeaf ( MakePageType eMakePage );
542 SwLayoutFrm *GetNextFtnLeaf( MakePageType eMakePage );
543 SwLayoutFrm *GetNextSctLeaf( MakePageType eMakePage );
544 SwLayoutFrm *GetNextCellLeaf( MakePageType eMakePage );
549 const SwLayoutFrm *GetLeaf ( MakePageType eMakePage, sal_Bool bFwd,
H A Dtabfrm.hxx40 SwLayoutFrm *GetLeaf( MakePageType eMakePage, sal_Bool bFwd );
/trunk/main/sw/source/core/objectpositioning/
H A Dtocntntanchoredobjectposition.cxx680 MakePageType eMakePage = bInFtn ? MAKEPAGE_NONE in CalcPosition() local
684 eMakePage = MAKEPAGE_NOSECTION; in CalcPosition()
687 … pUpperOfOrientFrm->GetLeaf( eMakePage, sal_True, &rAnchorTxtFrm ); in CalcPosition()

Completed in 102 milliseconds