Searched refs:pLowerCell (Results 1 – 2 of 2) sorted by relevance
4656 while ( !pLowerCell->IsCellFrm() || in lcl_GetCellFrmForBorderAttrs()4657 ( pLowerCell->GetLower() && pLowerCell->GetLower()->IsRowFrm() ) in lcl_GetCellFrmForBorderAttrs()4660 pLowerCell = pLowerCell->GetLower(); in lcl_GetCellFrmForBorderAttrs()4662 ASSERT( pLowerCell && pLowerCell->IsCellFrm(), "No CellFrm available" ); in lcl_GetCellFrmForBorderAttrs()4663 pRet = pLowerCell; in lcl_GetCellFrmForBorderAttrs()4682 ( pLowerCell->GetLower() && pLowerCell->GetLower()->IsRowFrm() ) in lcl_GetCellFrmForBorderAttrs()4685 if ( pLowerCell->IsRowFrm() ) in lcl_GetCellFrmForBorderAttrs()4689 pLowerCell = pLowerCell->GetNext(); in lcl_GetCellFrmForBorderAttrs()4692 pLowerCell = pLowerCell->GetLower(); in lcl_GetCellFrmForBorderAttrs()4694 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 65 milliseconds