Searched refs:pMasterTable (Results 1 – 1 of 1) sorted by relevance
1704 … const SwTabFrm* pMasterTable = static_cast<const SwTabFrm*>(pMasterCell->GetUpper()->GetUpper()); in FindStartEndOfRowSpanCell() local1708 if ( pMasterTable == pTableFrm ) in FindStartEndOfRowSpanCell()1716 if ( pMasterTable == pTableFrm || in FindStartEndOfRowSpanCell()1717 ( (bStart && pMasterTable->IsAnFollow(pTableFrm)) || in FindStartEndOfRowSpanCell()1718 (!bStart && pTableFrm->IsAnFollow(pMasterTable)) ) ) in FindStartEndOfRowSpanCell()
Completed in 20 milliseconds