Searched refs:pMasterTable (Results 1 – 1 of 1) sorted by relevance
1691 … const SwTabFrm* pMasterTable = static_cast<const SwTabFrm*>(pMasterCell->GetUpper()->GetUpper()); in FindStartEndOfRowSpanCell() local1695 if ( pMasterTable == pTableFrm ) in FindStartEndOfRowSpanCell()1703 if ( pMasterTable == pTableFrm || in FindStartEndOfRowSpanCell()1704 ( (bStart && pMasterTable->IsAnFollow(pTableFrm)) || in FindStartEndOfRowSpanCell()1705 (!bStart && pTableFrm->IsAnFollow(pMasterTable)) ) ) in FindStartEndOfRowSpanCell()
Completed in 22 milliseconds