Lines Matching refs:nSttNode

174     sal_uLong nSttNode;  member in _SaveBox
250 nSttNode( rPos.nNode.GetIndex() ), nRows( nRw ), nCols( nCl ), nAdjust( nAdj ) in SwUndoInsTbl()
283 SwNodeIndex aIdx( rDoc.GetNodes(), nSttNode ); in UndoImpl()
291 RemoveIdxFromSection( rDoc, nSttNode ); in UndoImpl()
329 SwPosition const aPos(SwNodeIndex(rDoc.GetNodes(), nSttNode)); in RedoImpl()
334 SwTableNode* pTblNode = (SwTableNode*)rDoc.GetNodes()[nSttNode]->GetTableNode(); in RedoImpl()
752 sal_uLong nTblNd = nSttNode; in UndoImpl()
1258 : pNext( 0 ), nSttNode( ULONG_MAX ), nRowSpan(0) in _SaveBox()
1269 nSttNode = rBox.GetSttIdx(); in _SaveBox()
1285 if( ULONG_MAX == nSttNode ) // keine EndBox in ~_SaveBox()
1297 if( ULONG_MAX == nSttNode ) // keine EndBox in RestoreAttr()
1318 else if( rBox.GetSttNd() && rBox.GetSttIdx() == nSttNode ) in RestoreAttr()
1325 for( sal_uLong n = nSttNode + 1; n < nEnd; ++n ) in RestoreAttr()
1356 if( ULONG_MAX == nSttNode ) // keine EndBox in SaveCntntAttrs()
1363 sal_uLong nEnd = pDoc->GetNodes()[ nSttNode ]->EndOfSectionIndex(); in SaveCntntAttrs()
1364 Ptrs.pCntntAttrs = new SfxItemSets( (sal_uInt8)(nEnd - nSttNode - 1 ), 5 ); in SaveCntntAttrs()
1365 for( sal_uLong n = nSttNode + 1; n < nEnd; ++n ) in SaveCntntAttrs()
1398 if( ULONG_MAX == nSttNode ) // keine EndBox in CreateNew()
1408 SwTableBox* pBox = rTbl.GetTblBox( nSttNode ); in CreateNew()
1438 nSttNode( rTblNd.GetIndex() ) in SwUndoAttrTbl()
1452 SwTableNode* pTblNd = rDoc.GetNodes()[ nSttNode ]->GetTableNode(); in UndoImpl()
1481 nSttNode( rTblNd.GetIndex() ), in SwUndoTblAutoFmt()
1511 SwTableNode* pTblNd = rDoc.GetNodes()[ nSttNode ]->GetTableNode(); in UndoRedo()
1554 nSttNode( rTblNd.GetIndex() ), nCurrBox( 0 ), in SwUndoTblNdsChg()
1577 nSttNode( rTblNd.GetIndex() ), nCurrBox( 0 ), in SwUndoTblNdsChg()
1764 nSttNode = pTblNd->GetIndex(); in SaveSection()
1771 SwNodeIndex aIdx( rDoc.GetNodes(), nSttNode ); in UndoImpl()
1881 nSttNode = pTblNd->GetIndex(); in UndoImpl()
1891 SwTableNode* pTblNd = rDoc.GetNodes()[ nSttNode ]->GetTableNode(); in RedoImpl()
1991 nSttNode = pTblNd->GetIndex(); in RedoImpl()
2166 pPam->GetPoint()->nNode = nSttNode; in UndoImpl()