Home
last modified time | relevance | path

Searched refs:aEndNode (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/filter/ww1/
H A Dfltshell.cxx766 SwNodeIndex aEndNode(pEnd->nNode, -1); in Delete() local
770 ASSERT(aEndNode == aStartNode, "nodes must be the same, or this method extended"); in Delete()
771 if (aEndNode != aStartNode) in Delete()
782 (pEntry->nMkNode == aEndNode && pEntry->nMkCntnt <= nEndIdx); in Delete()
792 (pEntry->nPtNode == aEndNode && pEntry->nPtCntnt <= nEndIdx); in Delete()
/trunk/main/sw/source/core/edit/
H A Dednumber.cxx737 const SwNodeIndex aEndNode = pCrsr->End()->nNode; in GetNumRuleAtCurrentSelection() local
739 for ( SwNodeIndex aNode = pCrsr->Start()->nNode; aNode <= aEndNode; aNode++ ) in GetNumRuleAtCurrentSelection()

Completed in 49 milliseconds