Lines Matching refs:pSttNd
637 SwStartNode* pSttNd = new SwStartNode( aSttIdx, ND_STARTNODE, in UndoTableToText() local
639 pSttNd->pStartOfSection = pTblNd; in UndoTableToText()
640 new SwEndNode( aEndIdx, *pSttNd ); in UndoTableToText()
645 pNd->pStartOfSection = pSttNd; in UndoTableToText()
650 SwTableBox* pBox = new SwTableBox( pBoxFmt, *pSttNd, pLine ); in UndoTableToText()
873 const SwStartNode *pSttNd = rTbl.GetTabSortBoxes()[ 0 ]->GetSttNd(); in SwUndoTblHeadline() local
874 ASSERT( pSttNd, "Box ohne Inhalt" ); in SwUndoTblHeadline()
876 nTblNd = pSttNd->StartOfSectionIndex(); in SwUndoTblHeadline()
1753 void SwUndoTblNdsChg::SaveSection( SwStartNode* pSttNd ) in SaveSection() argument
1759 SwTableNode* pTblNd = pSttNd->FindTableNode(); in SaveSection()
1761 pSave->SaveSection( pSttNd->GetDoc(), SwNodeIndex( *pSttNd )); in SaveSection()
2053 SwStartNode* pSttNd = rDoc.GetNodes().MakeTextSection( aIdx, in UndoImpl() local
2055 pBox = new SwTableBox( (SwTableBoxFmt*)pCpyBox->GetFrmFmt(), *pSttNd, in UndoImpl()
2302 SwStartNode* pSttNd = rDoc.GetNodes()[ nNode ]-> in UndoImpl() local
2304 ASSERT( pSttNd, "ohne StartNode kein TabellenBox" ); in UndoImpl()
2305 SwTableBox* pBox = pSttNd->FindTableNode()->GetTable().GetTblBox( in UndoImpl()
2306 pSttNd->GetIndex() ); in UndoImpl()
2403 SwStartNode* pSttNd = pNd->FindSttNodeByType( SwTableBoxStartNode ); in RedoImpl() local
2404 ASSERT( pSttNd, "ohne StartNode kein TabellenBox" ); in RedoImpl()
2405 SwTableBox* pBox = pSttNd->FindTableNode()->GetTable().GetTblBox( in RedoImpl()
2406 pSttNd->GetIndex() ); in RedoImpl()
2476 SwTableFmlUpdate aTblUpdate( &pSttNd->FindTableNode()->GetTable() ); in RedoImpl()