Lines Matching refs:SwCntntFrm

123                     (((SwCntntFrm*)pF)->GetFollow() ? sal_True : sal_False) :  in SwFrmNotify()
216 if ( bHadFollow || !pFrm->IsCntntFrm() || !((SwCntntFrm*)pFrm)->GetFollow() ) in ~SwFrmNotify()
790 SwCntntNotify::SwCntntNotify( SwCntntFrm *pCntntFrm ) : in SwCntntNotify()
827 SwCntntFrm *pCnt = GetCnt(); in ~SwCntntNotify()
1751 pTmp = (SwCntntFrm*)pMove; in MakeFrms()
1874 ? ((SwCntntFrm*)pConstructor)->GetNode()->GetSwAttrSet() in SwBorderAttrs()
2238 (void*)((SwCntntFrm*)pFrm)->GetNode() : in SwBorderAttrAccess()
2241 ((SwModify*)((SwCntntFrm*)pFrm)->GetNode())->IsInCache() : in SwBorderAttrAccess()
2432 SwCntntFrm* pCnt = pFlyFrm->ContainsCntnt(); in lcl_RemoveObjsFromPage()
2511 ::lcl_RemoveObjsFromPage( (SwCntntFrm*)pFloat ); in SaveCntnt()
2515 SwCntntFrm *pCnt = ((SwLayoutFrm*)pFloat)->ContainsCntnt(); in SaveCntnt()
2605 SwCntntFrm *pCnt = pFlyFrm->ContainsCntnt(); in lcl_AddObjsToPage()
2651 ((SwCntntFrm*)pSibling)->InvalidatePage( pPage );//Invaliden Cntnt anmelden. in RestoreCntnt()
2652 if ( ((SwCntntFrm*)pSibling)->GetFollow() ) in RestoreCntnt()
2662 ((SwCntntFrm*)pSav)->InvalidatePage( pPage ); in RestoreCntnt()
2665 SwCntntFrm* pCnt = pParent->ContainsCntnt(); in RestoreCntnt()
2687 ::lcl_AddObjsToPage( (SwCntntFrm*)pSav, pPage ); in RestoreCntnt()
2690 { SwCntntFrm *pBlub = ((SwLayoutFrm*)pSav)->ContainsCntnt(); in RestoreCntnt()
2945 if( pFrm->IsCntntFrm() && ((SwCntntFrm*)pFrm)->HasFollow() ) in lcl_CheckFlowBack()
2954 void MA_FASTCALL lcl_NotifyCntnt( const SdrObject *pThis, SwCntntFrm *pCnt, in lcl_NotifyCntnt()
2985 SwCntntFrm *pCntnt = pFly->ContainsCntnt(); in lcl_NotifyCntnt()
3028 SwCntntFrm *pCnt = 0; in Notify_Background()
3577 const SwCntntFrm* GetCellCntnt( const SwLayoutFrm& rCell ) in GetCellCntnt()
3579 const SwCntntFrm* pCntnt = rCell.ContainsCntnt(); in GetCellCntnt()