Lines Matching refs:rOther
226 int SvxDateField::operator==( const SvxFieldData& rOther ) const in operator ==()
228 if ( rOther.Type() != Type() ) in operator ==()
231 const SvxDateField& rOtherFld = (const SvxDateField&) rOther; in operator ==()
362 int SvxURLField::operator==( const SvxFieldData& rOther ) const in operator ==()
364 if ( rOther.Type() != Type() ) in operator ==()
367 const SvxURLField& rOtherFld = (const SvxURLField&) rOther; in operator ==()
575 int SvxExtTimeField::operator==( const SvxFieldData& rOther ) const in operator ==()
577 if ( rOther.Type() != Type() ) in operator ==()
580 const SvxExtTimeField& rOtherFld = (const SvxExtTimeField&) rOther; in operator ==()
714 int SvxExtFileField::operator==( const SvxFieldData& rOther ) const in operator ==()
716 if ( rOther.Type() != Type() ) in operator ==()
719 const SvxExtFileField& rOtherFld = (const SvxExtFileField&) rOther; in operator ==()
866 int SvxAuthorField::operator==( const SvxFieldData& rOther ) const in operator ==()
868 if ( rOther.Type() != Type() ) in operator ==()
871 const SvxAuthorField& rOtherFld = (const SvxAuthorField&) rOther; in operator ==()