Lines Matching refs:r2
464 sal_Bool operator == ( const EditLine& r1, const EditLine& r2 ) in operator ==() argument
466 if ( r1.nStart != r2.nStart ) in operator ==()
469 if ( r1.nEnd != r2.nEnd ) in operator ==()
472 if ( r1.nStartPortion != r2.nStartPortion ) in operator ==()
475 if ( r1.nEndPortion != r2.nEndPortion ) in operator ==()
491 sal_Bool operator != ( const EditLine& r1, const EditLine& r2 ) in operator !=() argument
493 return !( r1 == r2 ); in operator !=()
676 sal_Bool operator == ( const EditPaM& r1, const EditPaM& r2 ) in operator ==() argument
678 if ( r1.GetNode() != r2.GetNode() ) in operator ==()
681 if ( r1.GetIndex() != r2.GetIndex() ) in operator ==()
694 sal_Bool operator != ( const EditPaM& r1, const EditPaM& r2 ) in operator !=() argument
696 return !( r1 == r2 ); in operator !=()