Searched refs:rEndNode (Results 1 – 3 of 3) sorted by relevance
311 void DocxExport::OutputEndNode( const SwEndNode& rEndNode ) in OutputEndNode() argument313 MSWordExportBase::OutputEndNode( rEndNode ); in OutputEndNode()315 if ( TXT_MAINTEXT == nTxtTyp && rEndNode.StartOfSectionNode()->IsSectionNode() ) in OutputEndNode()320 const SwSection& rSect = rEndNode.StartOfSectionNode()->GetSectionNode()->GetSection(); in OutputEndNode()324 SwNodeIndex aIdx( rEndNode, 1 ); in OutputEndNode()
253 const SwNodeIndex& rEndNode, in CorrAbs() argument257 _DelBookmarks( rStartNode, rEndNode ); in CorrAbs()261 SwCntntNode *const pCntntNode( rEndNode.GetNode().GetCntntNode() ); in CorrAbs()263 rEndNode, (pCntntNode) ? pCntntNode->Len() : 0); in CorrAbs()
1516 const SwNodeIndex& rEndNode,
Completed in 28 milliseconds