Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/filter/xml/
H A Dxmltbli.cxx1780 const SwXMLTableCell_Impl *pPrevCell = 0; in GetPrevStartNode() local
1791 pPrevCell = GetCell( nRow, nCol-1UL ); in GetPrevStartNode()
1799 while( !pPrevCell && i > 0UL ) in GetPrevStartNode()
1803 pPrevCell = GetCell( nRow, i ); in GetPrevStartNode()
1807 if( !pPrevCell ) in GetPrevStartNode()
1808 pPrevCell = pPrevRow->GetCell( GetColumnCount()-1UL ); in GetPrevStartNode()
1812 if( pPrevCell ) in GetPrevStartNode()
1814 if( pPrevCell->GetStartNode() ) in GetPrevStartNode()
1815 pSttNd = pPrevCell->GetStartNode(); in GetPrevStartNode()
1818 else if ( pPrevCell->GetSubTable() ) in GetPrevStartNode()
[all …]
/aoo4110/main/sw/source/core/layout/
H A Dtabfrm.cxx5694 const SwCellFrm* pPrevCell = pCurrSourceCell->GetPreviousCell(); in lcl_CalcHeightOfFirstContentLine() local
5695 if ( pPrevCell ) in lcl_CalcHeightOfFirstContentLine()
5700 SwTwips nReal = (pPrevCell->Prt().*fnRect->fnGetHeight)(); in lcl_CalcHeightOfFirstContentLine()
5701 const SwFrm* pFrm = pPrevCell->Lower(); in lcl_CalcHeightOfFirstContentLine()

Completed in 64 milliseconds