Home
last modified time | relevance | path

Searched refs:aNodeIdx (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sw/source/core/undo/
H A Dunnum.cxx195 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()
/trunk/main/sw/source/core/view/
H A Dvprint.cxx428 SwNodeIndex aNodeIdx( *pPrtDoc->GetNodes().GetEndOfContent().StartOfSectionNode() ); in FillPrtDoc() local
429 SwTxtNode* pTxtNd = pPrtDoc->GetNodes().GoNext( &aNodeIdx )->GetTxtNode(); in FillPrtDoc()
445 SwNodeIndex aNodeIdx( *pPrtDoc->GetNodes().GetEndOfContent().StartOfSectionNode() ); in FillPrtDoc() local
446 SwCntntNode* pCNd = pPrtDoc->GetNodes().GoNext( &aNodeIdx ); // gehe zum 1. ContentNode in FillPrtDoc()
/trunk/main/sw/source/core/inc/
H A DUndoNumbering.hxx77 SvULongs aNodeIdx; member in SwUndoDelNum
/trunk/main/sw/source/core/crsr/
H A Dcrsrsh.cxx2698 SwNodeIndex aNodeIdx( *rNds.GetEndOfContent().StartOfSectionNode() ); in SwCrsrShell() local
2699 SwCntntNode* pCNd = rNds.GoNext( &aNodeIdx ); // gehe zum 1. ContentNode in SwCrsrShell()
2701 pCurCrsr = new SwShellCrsr( *this, SwPosition( aNodeIdx, SwIndex( pCNd, 0 ))); in SwCrsrShell()
/trunk/main/sw/source/ui/dochdl/
H A Dswdtflvr.cxx1027 SwNodeIndex aNodeIdx( *rNds.GetEndOfContent().StartOfSectionNode() ); in CopyGlossary() local
1028 SwCntntNode* pCNd = rNds.GoNext( &aNodeIdx ); // gehe zum 1. ContentNode in CopyGlossary()

Completed in 50 milliseconds