Searched refs:pMasterRow (Results 1 – 3 of 3) sorted by relevance
666 const SwRowFrm* pMasterRow = pAnchorTxtFrm->IsInFollowFlowRow(); in CheckMovedFwdCondition() local667 if ( pMasterRow && in CheckMovedFwdCondition()668 pMasterRow->FindPageFrm() == pPageFrmOfAnchor ) in CheckMovedFwdCondition()
1632 SwRowFrm* pMasterRow = static_cast<SwRowFrm*>(pMaster->GetLastLower()); in GetPreviousCell() local1633 if ( pMasterRow ) in GetPreviousCell()1634 … pRet = lcl_FindCorrespondingCellFrm( *((SwRowFrm*)pRow), *this, *pMasterRow, false ); in GetPreviousCell()1794 const SwRowFrm* pMasterRow = static_cast<const SwRowFrm*>(pMaster->GetLastLower()); in IsInFollowFlowRow() local1795 return pMasterRow; in IsInFollowFlowRow()
4211 const SwFrm* pMasterRow = rMaster.GetUpper(); in lcl_CalcMinRowHeight() local4212 while ( pMasterRow && pMasterRow != _pRow ) in lcl_CalcMinRowHeight()4214 nTmp -= (pMasterRow->Frm().*fnRect->fnGetHeight)(); in lcl_CalcMinRowHeight()4215 pMasterRow = pMasterRow->GetNext(); in lcl_CalcMinRowHeight()
Completed in 63 milliseconds