Lines Matching refs:SwNodes
34 class SwNodes;
38 friend void SwNodes::RegisterIndex( SwNodeIndex& );
39 friend void SwNodes::DeRegisterIndex( SwNodeIndex& );
40 friend void SwNodes::RemoveNode( sal_uLong, sal_uLong, sal_Bool );
53 SwNodeIndex( SwNodes& rNds, sal_uInt16 nIdx );
54 SwNodeIndex( SwNodes& rNds, int nIdx );
57 SwNodeIndex( SwNodes& rNds, sal_uLong nIdx = 0 );
96 SwNodeIndex& Assign( SwNodes& rNds, sal_uLong );
100 inline const SwNodes& GetNodes() const;
101 inline SwNodes& GetNodes();
118 SwNodeRange( SwNodes& rArr, sal_uLong nSttIdx = 0, sal_uLong nEndIdx = 0 );
136 inline const SwNodes& SwNodeIndex::GetNodes() const in GetNodes()
140 inline SwNodes& SwNodeIndex::GetNodes() in GetNodes()