Lines Matching refs:SwLayoutFrm

433 SwLayNotify::SwLayNotify( SwLayoutFrm *pLayFrm ) :  in SwLayNotify()
444 void lcl_InvalidatePosOfLowers( SwLayoutFrm& _rLayoutFrm ) in lcl_InvalidatePosOfLowers()
479 SwLayoutFrm *pLay = GetLay(); in ~SwLayNotify()
819 SwLayoutFrm* pCell = pCnt->GetUpper(); in ~SwCntntNotify()
1221 const SwLayoutFrm& _rLayFrm ) in lcl_SetPos()
1233 void MA_FASTCALL _InsertCnt( SwLayoutFrm *pLay, SwDoc *pDoc, in _InsertCnt()
1498 pLay = (SwLayoutFrm*)pFrm; in _InsertCnt()
1562 pLay = (SwLayoutFrm*)pFrm; in _InsertCnt()
1653 SwLayoutFrm *pUpper = pFrm->GetUpper(); in MakeFrms()
1859 : ((SwLayoutFrm*)pConstructor)->GetFmt()->GetAttrSet() ), in SwBorderAttrs()
2223 (void*)((SwLayoutFrm*)pFrm)->GetFmt()), in SwBorderAttrAccess()
2226 ((SwModify*)((SwLayoutFrm*)pFrm)->GetFmt())->IsInCache()) ), in SwBorderAttrAccess()
2443 SwFrm *SaveCntnt( SwLayoutFrm *pLay, SwFrm *pStart ) in SaveCntnt()
2499 SwCntntFrm *pCnt = ((SwLayoutFrm*)pFloat)->ContainsCntnt(); in SaveCntnt()
2506 } while ( pCnt && ((SwLayoutFrm*)pFloat)->IsAnLower( pCnt ) ); in SaveCntnt()
2612 void RestoreCntnt( SwFrm *pSav, SwLayoutFrm *pParent, SwFrm *pSibling, bool bGrow ) in RestoreCntnt()
2674 { SwCntntFrm *pBlub = ((SwLayoutFrm*)pSav)->ContainsCntnt(); in RestoreCntnt()
2684 } while ( pBlub && ((SwLayoutFrm*)pSav)->IsAnLower( pBlub )); in RestoreCntnt()
2732 SwDoc *pDoc = ((SwLayoutFrm*)pUpper)->GetFmt()->GetDoc(); in InsertNewPage()
2814 void RegistFlys( SwPageFrm *pPage, const SwLayoutFrm *pLay ) in RegistFlys()
2822 ::RegistFlys( pPage, (const SwLayoutFrm*)pFrm ); in RegistFlys()
2925 lcl_CheckFlowBack( ((SwLayoutFrm*)pFrm)->Lower(), rRect ); in lcl_CheckFlowBack()
2994 SwLayoutFrm* pArea; in Notify_Background()
3042 SwLayoutFrm* pCell = pCnt->GetUpper(); in Notify_Background()
3277 SwTwips MA_FASTCALL lcl_CalcCellRstHeight( SwLayoutFrm *pCell ) in lcl_CalcCellRstHeight()
3312 { nRstHeight += ::CalcRowRstHeight( (SwLayoutFrm*)pLow ); in lcl_CalcCellRstHeight()
3321 SwTwips MA_FASTCALL CalcRowRstHeight( SwLayoutFrm *pRow ) in CalcRowRstHeight()
3324 SwLayoutFrm *pLow = (SwLayoutFrm*)pRow->Lower(); in CalcRowRstHeight()
3328 pLow = (SwLayoutFrm*)pLow->GetNext(); in CalcRowRstHeight()
3561 const SwCntntFrm* GetCellCntnt( const SwLayoutFrm& rCell ) in GetCellCntnt()