Lines Matching refs:SwTxtFrm

113         mnFlyAnchorOfst = ((SwTxtFrm*)pF)->GetBaseOfstForFly( sal_True );  in SwFrmNotify()
114 mnFlyAnchorOfstNoWrap = ((SwTxtFrm*)pF)->GetBaseOfstForFly( sal_False ); in SwFrmNotify()
144 ( ( mnFlyAnchorOfst != ((SwTxtFrm*)pFrm)->GetBaseOfstForFly( sal_True ) ) || in ~SwFrmNotify()
145 ( mnFlyAnchorOfstNoWrap != ((SwTxtFrm*)pFrm)->GetBaseOfstForFly( sal_False ) ) ); in ~SwFrmNotify()
473 static_cast<SwTxtFrm*>(pLowerFrm)->Prepare( PREP_POS_CHGD ); in lcl_InvalidatePosOfLowers()
802 SwTxtFrm* pTxtFrm = static_cast<SwTxtFrm*>(pCntntFrm); in SwCntntNotify()
856 static_cast<SwTxtFrm*>(pPrevFrm)->IsHiddenNow() ) ) ) in ~SwCntntNotify()
1018 if ( mnHeightOfLastLine != static_cast<SwTxtFrm*>(pCnt)->GetHeightOfLastLine() ) in ~SwCntntNotify()
1036 SwTxtFrm* pMasterFrm = pCnt->IsFollow() in ~SwCntntNotify()
1037 ? static_cast<SwTxtFrm*>(pCnt)->FindMaster() in ~SwCntntNotify()
1038 : static_cast<SwTxtFrm*>(pCnt); in ~SwCntntNotify()
1336 pFrm = pNode->IsTxtNode() ? new SwTxtFrm( (SwTxtNode*)pNode, pLay ) : in _InsertCnt()
1356 dynamic_cast<SwTxtFrm*>(pFrm->FindNextCnt( true )), in _InsertCnt()
1357 dynamic_cast<SwTxtFrm*>(pFrm->FindPrevCnt( true )) ); in _InsertCnt()
1408 dynamic_cast<SwTxtFrm*>(pFrm->FindNextCnt( true )), in _InsertCnt()
1409 dynamic_cast<SwTxtFrm*>(pFrm->FindPrevCnt( true )) ); in _InsertCnt()
1469 ((SwTxtFrm*)pPrv)->Prepare( PREP_QUOVADIS, 0, sal_False ); in _InsertCnt()
1485 dynamic_cast<SwTxtFrm*>(pFrm->FindNextCnt( true )), in _InsertCnt()
1486 dynamic_cast<SwTxtFrm*>(pFrm->FindPrevCnt( true )) ); in _InsertCnt()
1886 const SwTxtFrm* pTxtFrm = dynamic_cast<const SwTxtFrm*>(pConstructor); in SwBorderAttrs()
1958 nRight += ((SwTxtFrm*)pCaller)->GetTxtNode()->GetLeftMarginWithNum(); in CalcRight()
1988 nLeft += ((SwTxtFrm*)pCaller)->GetTxtNode()->GetLeftMarginWithNum(); in CalcLeft()
2127 static_cast<const SwTxtFrm*>(pPrevFrm)->IsHiddenNow() ) in _CalcJoinedWithPrev()
2159 static_cast<const SwTxtFrm*>(pNextFrm)->IsHiddenNow() ) in _CalcJoinedWithNext()
2683 ((SwTxtFrm*)pSav)->GetCacheIdx() != USHRT_MAX ) in RestoreCntnt()
2684 ((SwTxtFrm*)pSav)->Init(); //Ich bin sein Freund. in RestoreCntnt()
2696 if( pBlub->IsTxtFrm() && ((SwTxtFrm*)pBlub)->HasFtn() && in RestoreCntnt()
2697 ((SwTxtFrm*)pBlub)->GetCacheIdx() != USHRT_MAX ) in RestoreCntnt()
2698 ((SwTxtFrm*)pBlub)->Init(); //Ich bin sein Freund. in RestoreCntnt()
3302 if( pLow->IsTxtFrm() && ((SwTxtFrm*)pLow)->IsUndersized() ) in lcl_CalcCellRstHeight()
3303 nLow += ((SwTxtFrm*)pLow)->GetParHeight()-pLow->Prt().Height(); in lcl_CalcCellRstHeight()
3495 return ((SwTxtFrm*)pMinFrm)->GetFrmAtPos( *pPos ); in GetFrmOfModify()
3564 onLineSpacing = static_cast<const SwTxtFrm&>(rFrm).GetLineSpace(); in GetSpacingValuesOfFrm()
3567 static_cast<const SwTxtFrm&>(rFrm).GetLineSpace( true ) == 0; in GetSpacingValuesOfFrm()