Searched refs:pLowerCell (Results 1 – 2 of 2) sorted by relevance
4769 while ( !pLowerCell->IsCellFrm() || in lcl_GetCellFrmForBorderAttrs()4770 ( pLowerCell->GetLower() && pLowerCell->GetLower()->IsRowFrm() ) in lcl_GetCellFrmForBorderAttrs()4773 pLowerCell = pLowerCell->GetLower(); in lcl_GetCellFrmForBorderAttrs()4775 ASSERT( pLowerCell && pLowerCell->IsCellFrm(), "No CellFrm available" ); in lcl_GetCellFrmForBorderAttrs()4776 pRet = pLowerCell; in lcl_GetCellFrmForBorderAttrs()4795 ( pLowerCell->GetLower() && pLowerCell->GetLower()->IsRowFrm() ) in lcl_GetCellFrmForBorderAttrs()4798 if ( pLowerCell->IsRowFrm() ) in lcl_GetCellFrmForBorderAttrs()4802 pLowerCell = pLowerCell->GetNext(); in lcl_GetCellFrmForBorderAttrs()4805 pLowerCell = pLowerCell->GetLower(); in lcl_GetCellFrmForBorderAttrs()4807 ASSERT( pLowerCell && pLowerCell->IsCellFrm(), "No CellFrm available" ); in lcl_GetCellFrmForBorderAttrs()[all …]
1134 SwCellFrm* pLowerCell = pRow ? (SwCellFrm*)pRow->Lower() : 0; in Split() local1135 while ( pLowerCell ) in Split()1137 if ( pLowerCell->Lower() && pLowerCell->Lower()->IsRowFrm() ) in Split()1139 const SwRowFrm* pLowerRow = (SwRowFrm*)pLowerCell->Lower(); in Split()1148 pLowerCell = (SwCellFrm*)pLowerCell->GetNext(); in Split()
Completed in 194 milliseconds