Searched refs:pCurrSourceCell (Results 1 – 1 of 1) sorted by relevance
425 SwCellFrm* pCurrSourceCell = (SwCellFrm*)rSourceLine.Lower(); in lcl_MoveRowContent() local428 while ( pCurrSourceCell ) in lcl_MoveRowContent()430 if ( pCurrSourceCell->Lower() && pCurrSourceCell->Lower()->IsRowFrm() ) in lcl_MoveRowContent()432 SwRowFrm* pTmpSourceRow = (SwRowFrm*)pCurrSourceCell->Lower(); in lcl_MoveRowContent()462 pTmpSourceRow = (SwRowFrm*)pCurrSourceCell->Lower(); in lcl_MoveRowContent()467 SwFrm *pTmp = ::SaveCntnt( (SwCellFrm*)pCurrSourceCell ); in lcl_MoveRowContent()481 pCurrSourceCell = (SwCellFrm*)pCurrSourceCell->GetNext(); in lcl_MoveRowContent()5657 while ( pCurrSourceCell ) in lcl_CalcHeightOfFirstContentLine()5664 pCurrSourceCell = (SwCellFrm*)pCurrSourceCell->GetNext(); in lcl_CalcHeightOfFirstContentLine()5668 const SwFrm *pTmp = pCurrSourceCell->Lower(); in lcl_CalcHeightOfFirstContentLine()[all …]
Completed in 36 milliseconds