Searched refs:pMasterFrm (Results 1 – 2 of 2) sorted by relevance
1228 … const SwTabFrm* pMasterFrm = pTabFrm->IsFollow() ? pTabFrm->FindMaster( true ) : pTabFrm; in BeginBlockStructureElements() local1230 while ( pMasterFrm ) in BeginBlockStructureElements()1232 … const SwRowFrm* pRowFrm = static_cast<const SwRowFrm*>(pMasterFrm->GetLower()); in BeginBlockStructureElements()1249 pMasterFrm = static_cast<const SwTabFrm*>(pMasterFrm->GetFollow()); in BeginBlockStructureElements()
1036 SwTxtFrm* pMasterFrm = pCnt->IsFollow() in ~SwCntntNotify() local1039 if ( pMasterFrm && !pMasterFrm->IsFlyLock() && in ~SwCntntNotify()1040 pMasterFrm->GetDrawObjs() ) in ~SwCntntNotify()1042 SwSortedObjs* pObjs = pMasterFrm->GetDrawObjs(); in ~SwCntntNotify()1049 pAnchoredObj->CheckCharRectAndTopOfLine( !pMasterFrm->IsEmpty() ); in ~SwCntntNotify()
Completed in 34 milliseconds