Searched refs:aEndNode (Results 1 – 2 of 2) sorted by relevance
766 SwNodeIndex aEndNode(pEnd->nNode, -1); in Delete() local770 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()
737 const SwNodeIndex aEndNode = pCrsr->End()->nNode; in GetNumRuleAtCurrentSelection() local739 for ( SwNodeIndex aNode = pCrsr->Start()->nNode; aNode <= aEndNode; aNode++ ) in GetNumRuleAtCurrentSelection()
Completed in 32 milliseconds