Lines Matching refs:SwIndex

35 class SwIndex;
45 class SW_DLLPUBLIC SwIndex class
56 SwIndex *pNext, *pPrev;
58 SwIndex& ChgValue( const SwIndex& rIdx, xub_StrLen nNewValue );
62 explicit SwIndex(SwIndexReg *const pReg, xub_StrLen const nIdx = 0);
63 SwIndex( const SwIndex & );
64 SwIndex( const SwIndex &, short nDiff );
65 ~SwIndex() { Remove(); } in ~SwIndex()
76 INLINE xub_StrLen operator+=( const SwIndex& );
77 INLINE xub_StrLen operator-=( const SwIndex& );
79 INLINE sal_Bool operator<( const SwIndex& ) const;
80 INLINE sal_Bool operator<=( const SwIndex& ) const;
81 INLINE sal_Bool operator>( const SwIndex& ) const;
82 INLINE sal_Bool operator>=( const SwIndex& ) const;
83 sal_Bool operator==( const SwIndex& rSwIndex ) const in operator ==()
86 sal_Bool operator!=( const SwIndex& rSwIndex ) const in operator !=()
96 INLINE SwIndex& operator=( xub_StrLen );
97 SwIndex& operator=( const SwIndex & );
104 SwIndex &Assign(SwIndexReg *,xub_StrLen);
115 friend class SwIndex;
118 const SwIndex *pFirst, *pLast, *pMiddle;
128 virtual void Update( SwIndex const & rPos, const xub_StrLen nChangeLen,
148 inline xub_StrLen SwIndex::operator++() in operator ++()
152 inline xub_StrLen SwIndex::operator--() in operator --()
157 inline xub_StrLen SwIndex::operator++(int) in operator ++()
163 inline xub_StrLen SwIndex::operator--(int) in operator --()
171 inline xub_StrLen SwIndex::operator+=( xub_StrLen nWert ) in operator +=()
175 inline xub_StrLen SwIndex::operator-=( xub_StrLen nWert ) in operator -=()
179 inline xub_StrLen SwIndex::operator+=( const SwIndex& rIndex ) in operator +=()
183 inline xub_StrLen SwIndex::operator-=( const SwIndex& rIndex ) in operator -=()
188 inline sal_Bool SwIndex::operator<( const SwIndex& rIndex ) const in operator <()
192 inline sal_Bool SwIndex::operator<=( const SwIndex& rIndex ) const in operator <=()
196 inline sal_Bool SwIndex::operator>( const SwIndex& rIndex ) const in operator >()
200 inline sal_Bool SwIndex::operator>=( const SwIndex& rIndex ) const in operator >=()
204 inline SwIndex& SwIndex::operator=( xub_StrLen nWert ) in operator =()