Searched refs:pPrevSttNd (Results 1 – 2 of 2) sorted by relevance
1848 const SwStartNode *pPrevSttNd = GetPrevStartNode( nRow, nCol ); in ReplaceWithEmptyCell() local1849 const SwStartNode *pSttNd = InsertTableSection( pPrevSttNd ); in ReplaceWithEmptyCell()2871 const SwStartNode *pPrevSttNd ) in InsertTableSection() argument2876 return ((SwXMLTableContext *)&xParentTable)->InsertTableSection( pPrevSttNd ); in InsertTableSection()2898 const SwEndNode *pEndNd = pPrevSttNd ? pPrevSttNd->EndOfSectionNode() in InsertTableSection()2909 sal_uInt32 nOffset = pPrevSttNd ? 1UL : 0UL; in InsertTableSection()2917 if( !pPrevSttNd && pBox1 != NULL ) in InsertTableSection()
191 const SwStartNode *InsertTableSection( const SwStartNode *pPrevSttNd=0 );
Completed in 22 milliseconds