Home
last modified time | relevance | path

Searched refs:aNodeIndex (Results 1 – 7 of 7) sorted by relevance

/trunk/main/sw/source/core/crsr/
H A Dpam.cxx1176 SwNodeIndex aNodeIndex = Start()->nNode; in GetTxt() local
1187 aNodeIndex++; in GetTxt()
1192 SwTxtNode * pTxtNode = aNodeIndex.GetNode().GetTxtNode(); in GetTxt()
1198 if (aNodeIndex == Start()->nNode) in GetTxt()
1201 if (End()->nNode == aNodeIndex) in GetTxt()
1209 else if (aNodeIndex == End()->nNode) in GetTxt()
1215 while (aNodeIndex != End()->nNode); in GetTxt()
/trunk/main/sw/source/core/unocore/
H A Dunoredline.cxx59 aNodeIndex(aIndex) in SwXRedlineText()
65 return aNodeIndex.GetNode().GetStartNode(); in GetStartNode()
124 SwPosition aPos(aNodeIndex); in createTextCursor()
176 SwPaM aPam(aNodeIndex); in createEnumeration()
/trunk/main/sw/source/core/undo/
H A DSwUndoField.cxx57 SwNodeIndex aNodeIndex(*pNode); in GetPosition() local
59 SwPosition aResult(aNodeIndex, aIndex); in GetPosition()
/trunk/main/sw/source/core/docnode/
H A Dnodes.cxx525 SwNodeIndex aNodeIndex (aRg.aEnd); in _MoveNodes() local
526 while (aNodeIndex > aRg.aStart) in _MoveNodes()
528 SwNode& rNode (aNodeIndex.GetNode()); in _MoveNodes()
536 aNodeIndex = *pStartNode; in _MoveNodes()
537 if (aNodeIndex < aRg.aStart.GetIndex()) in _MoveNodes()
541 --aNodeIndex; in _MoveNodes()
H A Dndtbl.cxx1341 SwNodeIndex aNodeIndex = rTableNodes.begin()->begin()->aStart; in TextToTable() local
1343 for( nLines = 0; aNodeIndex <= rTableNodes.rbegin()->rbegin()->aEnd; ++aNodeIndex,++nLines ) in TextToTable()
1345 SwNode& rNode = aNodeIndex.GetNode(); in TextToTable()
/trunk/main/sw/inc/
H A Dunoredline.hxx46 SwNodeIndex aNodeIndex; member in SwXRedlineText
50 SwXRedlineText(SwDoc* pDoc, SwNodeIndex aNodeIndex);
/trunk/main/sw/source/filter/xml/
H A Dxmltbli.cxx2118 SwNodeIndex aNodeIndex( *(pCell->GetStartNode()), 1 ); in MakeTableBox() local
2119 if( ( aNodeIndex.GetNode().EndOfSectionIndex() - in MakeTableBox()
2120 aNodeIndex.GetNode().StartOfSectionIndex() ) == 2 ) in MakeTableBox()
2122 SwTxtNode* pTxtNode= aNodeIndex.GetNode().GetTxtNode(); in MakeTableBox()

Completed in 73 milliseconds