Lines Matching refs:SwLayoutFrm

411 SwLayoutFrm *SwFlowFrm::CutTree( SwFrm *pStart )  in CutTree()
417 SwLayoutFrm *pLay = pStart->GetUpper(); in CutTree()
479 sal_Bool SwFlowFrm::PasteTree( SwFrm *pStart, SwLayoutFrm *pParent, SwFrm *pSibling, in PasteTree()
594 void SwFlowFrm::MoveSubTree( SwLayoutFrm* pParent, SwFrm* pSibling ) in MoveSubTree()
627 SwLayoutFrm *pOldParent = CutTree( &rThis ); in MoveSubTree()
664 SwCntntFrm *pCnt = ((SwLayoutFrm*)&rThis)->ContainsCntnt(); in MoveSubTree()
799 const SwLayoutFrm *SwFrm::GetLeaf( MakePageType eMakePage, sal_Bool bFwd, in GetLeaf()
813 (!IsLayoutFrm() || !((SwLayoutFrm*)this)->IsAnLower( pLeaf ))) in GetLeaf()
823 return (const SwLayoutFrm*)pLeaf; in GetLeaf()
838 SwLayoutFrm *SwFrm::GetLeaf( MakePageType eMakePage, sal_Bool bFwd ) in GetLeaf()
962 SwLayoutFrm *SwFrm::GetNextLeaf( MakePageType eMakePage ) in GetNextLeaf()
978 SwLayoutFrm *pLayLeaf = 0; in GetNextLeaf()
988 SwLayoutFrm *pOldLayLeaf = 0; //Damit bei neu erzeugten Seiten in GetNextLeaf()
1107 SwLayoutFrm *SwFrm::GetPrevLeaf( MakePageType ) in GetPrevLeaf()
1115 SwLayoutFrm *pLayLeaf = GetPrevLayoutLeaf(); in GetPrevLeaf()
1116 SwLayoutFrm *pPrevLeaf = 0; in GetPrevLeaf()
1167 SwLayoutFrm* pPreUp = pPre->GetUpper(); in IsPrevObjMove()
1195 const SwLayoutFrm* pVertPosOrientFrm = pObj->GetVertPosOrientFrm(); in IsPrevObjMove()
1981 SwLayoutFrm *pNewUpper = in MoveFwd()
2010 else if ( !pNewUpper->IsCellFrm() || ((SwLayoutFrm*)pNewUpper)->Lower() ) in MoveFwd()
2043 (SwCntntFrm*)&rThis : ((SwLayoutFrm&)rThis).ContainsCntnt(); in MoveFwd()
2046 SwLayoutFrm* pBody = pStart ? ( pStart->IsTxtFrm() ? in MoveFwd()
2047 (SwLayoutFrm*)((SwTxtFrm*)pStart)->FindBodyFrm() : 0 ) : 0; in MoveFwd()
2156 const SwLayoutFrm* pUpperFrm = rThis.GetUpper(); in MoveBwd()
2174 SwLayoutFrm *pNewUpper = 0; in MoveBwd()
2257 SwLayoutFrm* pNewNextUpper = pNewUpper->GetLeaf( MAKEPAGE_NONE, sal_True ); in MoveBwd()
2310 SwLayoutFrm* pNewNextUpper = pNewUpper->GetLeaf( MAKEPAGE_NOSECTION, sal_True ); in MoveBwd()
2341 SwLayoutFrm* pColBody = pCol->IsColumnFrm() ? in MoveBwd()
2342 (SwLayoutFrm*)((SwLayoutFrm*)pCol)->Lower() : in MoveBwd()
2343 (SwLayoutFrm*)pCol; in MoveBwd()
2365SwLayoutFrm* pNewNextUpper = pNewUpper->GetLeaf( MAKEPAGE_NONE, sal_True ); in MoveBwd()
2553 SwLayoutFrm* pNextNewUpper = pNewUpper->GetLeaf( in MoveBwd()