Searched refs:aNodeIdx (Results 1 – 5 of 5) sorted by relevance
195 aNodeIdx( sal_uInt8( nEndNode - nSttNode > 255 ? 255 : nEndNode - nSttNode )) in SwUndoDelNum()212 for( sal_uInt16 n = 0; n < aNodeIdx.Count(); ++n ) in UndoImpl()214 SwTxtNode* pNd = rDoc.GetNodes()[ aNodeIdx[ n ] ]->GetTxtNode(); in UndoImpl()240 sal_uInt16 nIns = aNodeIdx.Count(); in AddNode()241 aNodeIdx.Insert( rNd.GetIndex(), nIns ); in AddNode()
428 SwNodeIndex aNodeIdx( *pPrtDoc->GetNodes().GetEndOfContent().StartOfSectionNode() ); in FillPrtDoc() local429 SwTxtNode* pTxtNd = pPrtDoc->GetNodes().GoNext( &aNodeIdx )->GetTxtNode(); in FillPrtDoc()445 SwNodeIndex aNodeIdx( *pPrtDoc->GetNodes().GetEndOfContent().StartOfSectionNode() ); in FillPrtDoc() local446 SwCntntNode* pCNd = pPrtDoc->GetNodes().GoNext( &aNodeIdx ); // gehe zum 1. ContentNode in FillPrtDoc()
77 SvULongs aNodeIdx; member in SwUndoDelNum
2698 SwNodeIndex aNodeIdx( *rNds.GetEndOfContent().StartOfSectionNode() ); in SwCrsrShell() local2699 SwCntntNode* pCNd = rNds.GoNext( &aNodeIdx ); // gehe zum 1. ContentNode in SwCrsrShell()2701 pCurCrsr = new SwShellCrsr( *this, SwPosition( aNodeIdx, SwIndex( pCNd, 0 ))); in SwCrsrShell()
1027 SwNodeIndex aNodeIdx( *rNds.GetEndOfContent().StartOfSectionNode() ); in CopyGlossary() local1028 SwCntntNode* pCNd = rNds.GoNext( &aNodeIdx ); // gehe zum 1. ContentNode in CopyGlossary()
Completed in 67 milliseconds