Home
last modified time | relevance | path

Searched refs:pMasterRow (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sw/source/core/layout/
H A Dobjectformattertxtfrm.cxx666 const SwRowFrm* pMasterRow = pAnchorTxtFrm->IsInFollowFlowRow(); in CheckMovedFwdCondition() local
667 if ( pMasterRow && in CheckMovedFwdCondition()
668 pMasterRow->FindPageFrm() == pPageFrmOfAnchor ) in CheckMovedFwdCondition()
H A Dfindfrm.cxx1632 SwRowFrm* pMasterRow = static_cast<SwRowFrm*>(pMaster->GetLastLower()); in GetPreviousCell() local
1633 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() local
1795 return pMasterRow; in IsInFollowFlowRow()
H A Dtabfrm.cxx4211 const SwFrm* pMasterRow = rMaster.GetUpper(); in lcl_CalcMinRowHeight() local
4212 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 46 milliseconds