Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/layout/
H A Dtabfrm.cxx425 SwCellFrm* pCurrSourceCell = (SwCellFrm*)rSourceLine.Lower(); in lcl_MoveRowContent() local
428 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 40 milliseconds