Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/core/layout/
H A Dfindfrm.cxx1691 … const SwTabFrm* pMasterTable = static_cast<const SwTabFrm*>(pMasterCell->GetUpper()->GetUpper()); in FindStartEndOfRowSpanCell() local
1695 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 18 milliseconds