Home
last modified time | relevance | path

Searched refs:rOtherFld (Results 1 – 1 of 1) sorted by relevance

/AOO41X/main/editeng/source/items/
H A Dflditem.cxx231 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
[all …]