Lines Matching refs:SwNodeIndex

36 class SW_DLLPUBLIC SwNodeIndex  class
38 friend void SwNodes::RegisterIndex( SwNodeIndex& );
39 friend void SwNodes::DeRegisterIndex( SwNodeIndex& );
48 SwNodeIndex *pNext, *pPrev;
53 SwNodeIndex( SwNodes& rNds, sal_uInt16 nIdx );
54 SwNodeIndex( SwNodes& rNds, int nIdx );
57 SwNodeIndex( SwNodes& rNds, sal_uLong nIdx = 0 );
58 SwNodeIndex( const SwNodeIndex &, long nDiff = 0 );
59 SwNodeIndex( const SwNode&, long nDiff = 0 );
60 ~SwNodeIndex() { Remove(); } in ~SwNodeIndex()
71 inline sal_uLong operator+=( const SwNodeIndex& );
72 inline sal_uLong operator-=( const SwNodeIndex& );
74 inline sal_Bool operator< ( const SwNodeIndex& ) const;
75 inline sal_Bool operator<=( const SwNodeIndex& ) const;
76 inline sal_Bool operator> ( const SwNodeIndex& ) const;
77 inline sal_Bool operator>=( const SwNodeIndex& ) const;
78 inline sal_Bool operator==( const SwNodeIndex& ) const;
79 inline sal_Bool operator!=( const SwNodeIndex& ) const;
88 inline SwNodeIndex& operator=( sal_uLong );
89 SwNodeIndex& operator=( const SwNodeIndex& );
90 SwNodeIndex& operator=( const SwNode& );
96 SwNodeIndex& Assign( SwNodes& rNds, sal_uLong );
97 SwNodeIndex& Assign( const SwNode& rNd, long nOffset = 0 );
112 SwNodeIndex aStart;
113 SwNodeIndex aEnd;
115 SwNodeRange( const SwNodeIndex &rS, const SwNodeIndex &rE );
119 SwNodeRange( const SwNodeIndex& rS, long nSttDiff,
120 const SwNodeIndex& rE, long nEndDiff = 0 );
132 inline sal_uLong SwNodeIndex::GetIndex() const in GetIndex()
136 inline const SwNodes& SwNodeIndex::GetNodes() const in GetNodes()
140 inline SwNodes& SwNodeIndex::GetNodes() in GetNodes()
144 inline sal_Bool SwNodeIndex::operator< ( sal_uLong nWert ) const in operator <()
148 inline sal_Bool SwNodeIndex::operator<=( sal_uLong nWert ) const in operator <=()
152 inline sal_Bool SwNodeIndex::operator> ( sal_uLong nWert ) const in operator >()
156 inline sal_Bool SwNodeIndex::operator>=( sal_uLong nWert ) const in operator >=()
160 inline sal_Bool SwNodeIndex::operator==( sal_uLong nWert ) const in operator ==()
164 inline sal_Bool SwNodeIndex::operator!=( sal_uLong nWert ) const in operator !=()
168 inline sal_Bool SwNodeIndex::operator<( const SwNodeIndex& rIndex ) const in operator <()
172 inline sal_Bool SwNodeIndex::operator<=( const SwNodeIndex& rIndex ) const in operator <=()
176 inline sal_Bool SwNodeIndex::operator>( const SwNodeIndex& rIndex ) const in operator >()
180 inline sal_Bool SwNodeIndex::operator>=( const SwNodeIndex& rIndex ) const in operator >=()
184 inline sal_Bool SwNodeIndex::operator==( const SwNodeIndex& rIdx ) const in operator ==()
188 inline sal_Bool SwNodeIndex::operator!=( const SwNodeIndex& rIdx ) const in operator !=()
193 inline sal_uLong SwNodeIndex::operator++() in operator ++()
197 inline sal_uLong SwNodeIndex::operator--() in operator --()
202 inline sal_uLong SwNodeIndex::operator++(int) in operator ++()
208 inline sal_uLong SwNodeIndex::operator--(int) in operator --()
216 inline sal_uLong SwNodeIndex::operator+=( sal_uLong nWert ) in operator +=()
220 inline sal_uLong SwNodeIndex::operator-=( sal_uLong nWert ) in operator -=()
224 inline sal_uLong SwNodeIndex::operator+=( const SwNodeIndex& rIndex ) in operator +=()
228 inline sal_uLong SwNodeIndex::operator-=( const SwNodeIndex& rIndex ) in operator -=()
233 inline SwNodeIndex& SwNodeIndex::operator=( sal_uLong nWert ) in operator =()