Lines Matching refs:SwIndex

36 int SwIndex::nSerial = 0;
59 const SwIndex* pIdx = pFirst, *pPrev = 0; in ChkArr()
99 SwIndex::SwIndex(SwIndexReg *const pArr, xub_StrLen const nIdx) in SwIndex() function in SwIndex
122 SwIndex::SwIndex( const SwIndex& rIdx, short nIdx ) in SwIndex() function in SwIndex
134 SwIndex::SwIndex( const SwIndex& rIdx ) in SwIndex() function in SwIndex
145 SwIndex& SwIndex::ChgValue( const SwIndex& rIdx, xub_StrLen nNewValue ) in ChgValue()
147 SwIndex* pFnd = (SwIndex*)&rIdx; in ChgValue()
150 SwIndex* pPrv; in ChgValue()
179 SwIndex* pNxt; in ChgValue()
218 pPrev = (SwIndex*)&rIdx; in ChgValue()
241 void SwIndex::Remove() in Remove()
288 SwIndex& SwIndex::operator=( const SwIndex& rIdx ) in operator =()
317 SwIndex& SwIndex::Assign( SwIndexReg* pArr, xub_StrLen nIdx ) in Assign()
361 SwIndex const & rIdx, in Update()
366 SwIndex* pStt = const_cast<SwIndex*>(&rIdx); in Update()
418 xub_StrLen SwIndex::operator++(int) in operator ++()
429 xub_StrLen SwIndex::operator++() in operator ++()
449 xub_StrLen SwIndex::operator--(int) in operator --()
460 xub_StrLen SwIndex::operator--() in operator --()
476 xub_StrLen SwIndex::operator+=( xub_StrLen nWert ) in operator +=()
492 xub_StrLen SwIndex::operator-=( xub_StrLen nWert ) in operator -=()
508 xub_StrLen SwIndex::operator+=( const SwIndex & rIndex ) in operator +=()
524 xub_StrLen SwIndex::operator-=( const SwIndex & rIndex ) in operator -=()
540 sal_Bool SwIndex::operator<( const SwIndex & rIndex ) const in operator <()
556 sal_Bool SwIndex::operator<=( const SwIndex & rIndex ) const in operator <=()
572 sal_Bool SwIndex::operator>( const SwIndex & rIndex ) const in operator >()
588 sal_Bool SwIndex::operator>=( const SwIndex & rIndex ) const in operator >=()
604 SwIndex& SwIndex::operator=( xub_StrLen nWert ) in operator =()
619 SwIndex* pIdx = (SwIndex*)pFirst, *pNext; in MoveTo()