Lines Matching refs:rOtherFld

231 	const SvxDateField& rOtherFld = (const SvxDateField&) rOther;  in operator ==()  local
232 return ( ( nFixDate == rOtherFld.nFixDate ) && in operator ==()
233 ( eType == rOtherFld.eType ) && in operator ==()
234 ( eFormat == rOtherFld.eFormat ) ); in operator ==()
367 const SvxURLField& rOtherFld = (const SvxURLField&) rOther; in operator ==() local
368 return ( ( eFormat == rOtherFld.eFormat ) && in operator ==()
369 ( aURL == rOtherFld.aURL ) && in operator ==()
370 ( aRepresentation == rOtherFld.aRepresentation ) && in operator ==()
371 ( aTargetFrame == rOtherFld.aTargetFrame ) ); in operator ==()
580 const SvxExtTimeField& rOtherFld = (const SvxExtTimeField&) rOther; in operator ==() local
581 return ( ( nFixTime == rOtherFld.nFixTime ) && in operator ==()
582 ( eType == rOtherFld.eType ) && in operator ==()
583 ( eFormat == rOtherFld.eFormat ) ); in operator ==()
719 const SvxExtFileField& rOtherFld = (const SvxExtFileField&) rOther; in operator ==() local
720 return ( ( aFile == rOtherFld.aFile ) && in operator ==()
721 ( eType == rOtherFld.eType ) && in operator ==()
722 ( eFormat == rOtherFld.eFormat ) ); in operator ==()
871 const SvxAuthorField& rOtherFld = (const SvxAuthorField&) rOther; in operator ==() local
872 return ( ( aName == rOtherFld.aName ) && in operator ==()
873 ( aFirstName == rOtherFld.aFirstName ) && in operator ==()
874 ( aShortName == rOtherFld.aShortName ) && in operator ==()
875 ( eType == rOtherFld.eType ) && in operator ==()
876 ( eFormat == rOtherFld.eFormat ) ); in operator ==()