Home
last modified time | relevance | path

Searched refs:rhs (Results 26 – 50 of 93) sorted by relevance

1234

/aoo42x/main/basebmp/inc/basebmp/
H A Dcolor.hxx84 bool operator==( const Color& rhs ) const { return (getRed()==rhs.getRed() && in operator ==()
85 getGreen()==rhs.getGreen() && in operator ==()
86 getBlue()==rhs.getBlue()); } in operator ==()
87 bool operator!=( const Color& rhs ) const { return !(*this==rhs); } in operator !=()
/aoo42x/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/
H A DExtendedFormat.java282 public boolean compareTo(ExtendedFormat rhs) { in compareTo() argument
285 EndianConverter.readShort(rhs.icvFill)) in compareTo()
288 if(this.getTextAttr() != rhs.getTextAttr()) in compareTo()
291 if(this.getVertAlign() != rhs.getVertAlign()) in compareTo()
294 if(this.getAlign() != rhs.getAlign()) in compareTo()
297 if (this.getFontIndex() != rhs.getFontIndex()) in compareTo()
300 if (this.getFormatIndex() != rhs.getFormatIndex()) in compareTo()
/aoo42x/main/reportdesign/source/ui/inc/
H A DViewsWindow.hxx62 bool operator() (const Rectangle& lhs, const Rectangle& rhs) const in operator ()()
67 return lhs.Left() < rhs.Left(); in operator ()()
69 return lhs.Right() >= rhs.Right(); in operator ()()
71 return lhs.Top() < rhs.Top(); in operator ()()
73 return lhs.Bottom() >= rhs.Bottom(); in operator ()()
75 … return abs(m_aRefPoint.X() - lhs.Center().X()) < abs(m_aRefPoint.X() - rhs.Center().X()); in operator ()()
77 … return abs(lhs.Center().Y() - m_aRefPoint.Y()) < abs(rhs.Center().Y() - m_aRefPoint.Y()); in operator ()()
/aoo42x/main/unotools/source/config/
H A Dconfigvaluecontainer.cxx76 bool operator == ( const NodeValueAccessor& rhs ) const;
77 bool operator != ( const NodeValueAccessor& rhs ) const { return !operator == ( rhs ); } in operator !=()
93 bool NodeValueAccessor::operator == ( const NodeValueAccessor& rhs ) const in operator ==()
95 return ( sRelativePath == rhs.sRelativePath ) in operator ==()
96 && ( eLocationType == rhs.eLocationType ) in operator ==()
97 && ( pLocation == rhs.pLocation ); in operator ==()
/aoo42x/main/canvas/inc/canvas/
H A Dvclwrapper.hxx97 VCLObject& operator=( const VCLObject& rhs ) in operator =() argument
101 if( rhs.mpWrappee ) in operator =()
102 *mpWrappee = *rhs.mpWrappee; in operator =()
106 if( rhs.mpWrappee ) in operator =()
107 mpWrappee = new Wrappee( *rhs.mpWrappee ); in operator =()
/aoo42x/main/store/source/
H A Dlockbyte.cxx161 bool operator != (FileHandle const & rhs) in operator !=()
163 return (m_handle != rhs.m_handle); in operator !=()
479 bool operator != (FileMapping const & rhs) const in operator !=()
481 return ((m_pAddr != rhs.m_pAddr) || (m_nSize != rhs.m_nSize)); in operator !=()
886 ResourceHolder (ResourceHolder & rhs) in ResourceHolder()
888 set (rhs.release()); in ResourceHolder()
890 ResourceHolder & operator= (ResourceHolder & rhs) in operator =()
892 reset (rhs.release()); in operator =()
/aoo42x/main/dbaccess/inc/
H A Dgenericcontroller.hxx89 optional ( optional const& rhs ) : base_type( (base_type const&)rhs ) { } in optional() argument
92 optional& operator= ( T const& rhs ) in operator =() argument
94 base_type::reset( rhs ); in operator =()
97 optional& operator= ( optional< T > const& rhs ) in operator =() argument
99 if ( rhs.is_initialized() ) in operator =()
100 base_type::reset( rhs.get() ); in operator =()
182 …hs, const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XStatusListener >& rhs ) const in operator ()()
184 return !!( lhs.xListener == rhs ); in operator ()()
/aoo42x/main/dbaccess/source/ui/inc/
H A Ddatasourcemap.hxx247 friend bool operator==(const Iterator& lhs, const Iterator& rhs) in operator ==() argument
250 return lhs.m_aPosDeleted == rhs.m_aPosDeleted; in operator ==()
252 return lhs.m_aPos == rhs.m_aPos; in operator ==()
255 friend bool operator!=(const Iterator& lhs, const Iterator& rhs) { return !(lhs == rhs); } in operator !=() argument
H A DConnectionLineData.hxx66 friend bool operator==(const OConnectionLineData& lhs, const OConnectionLineData& rhs);
67 …perator!=(const OConnectionLineData& lhs, const OConnectionLineData& rhs) { return !(lhs == rhs); } in operator !=() argument
H A DRTableConnectionData.hxx50 … bool operator==(const ORelationTableConnectionData& lhs, const ORelationTableConnectionData& rhs);
51 …elationTableConnectionData& lhs, const ORelationTableConnectionData& rhs) { return !(lhs == rhs); } in operator !=() argument
H A Dcharsets.hxx112 friend bool operator==(const ExtendedCharsetIterator& lhs, const ExtendedCharsetIterator& rhs);
113 …=(const ExtendedCharsetIterator& lhs, const ExtendedCharsetIterator& rhs) { return !(lhs == rhs); } in operator !=() argument
/aoo42x/main/connectivity/source/inc/ado/
H A DWrapCatalog.hxx36 WpADOCatalog(const WpADOCatalog& rhs){operator=(rhs);} in WpADOCatalog() argument
38 inline WpADOCatalog& operator=(const WpADOCatalog& rhs) in operator =() argument
39 {WpOLEBase<_ADOCatalog>::operator=(rhs); return *this;} in operator =()
H A DWrapIndex.hxx36 WpADOIndex(const WpADOIndex& rhs){operator=(rhs);} in WpADOIndex() argument
38 inline WpADOIndex& operator=(const WpADOIndex& rhs) in operator =() argument
39 {WpOLEBase<_ADOIndex>::operator=(rhs); return *this;} in operator =()
H A DWrapTable.hxx38 WpADOTable(const WpADOTable& rhs){operator=(rhs);} in WpADOTable() argument
40 inline WpADOTable& operator=(const WpADOTable& rhs) in operator =() argument
41 {WpOLEBase<_ADOTable>::operator=(rhs); return *this;} in operator =()
H A DWrapKey.hxx36 WpADOKey(const WpADOKey& rhs){operator=(rhs);} in WpADOKey() argument
38 inline WpADOKey& operator=(const WpADOKey& rhs) in operator =() argument
39 {WpOLEBase<ADOKey>::operator=(rhs); return *this;} in operator =()
H A DWrapColumn.hxx40 WpADOColumn(const WpADOColumn& rhs){operator=(rhs);} in WpADOColumn() argument
44 inline WpADOColumn& operator=(const WpADOColumn& rhs) in operator =() argument
45 {WpOLEBase<_ADOColumn>::operator=(rhs); return *this;} in operator =()
/aoo42x/main/dtrans/source/win32/dtobj/
H A DFetc.hxx80 friend sal_Int32 operator==( const CFormatEtc& lhs, const CFormatEtc& rhs );
81 friend sal_Int32 operator!=( const CFormatEtc& lhs, const CFormatEtc& rhs );
84 sal_Int32 operator==( const CFormatEtc& lhs, const CFormatEtc& rhs );
85 sal_Int32 operator!=( const CFormatEtc& lhs, const CFormatEtc& rhs );
H A DFetc.cxx242 sal_Int32 operator==( const CFormatEtc& lhs, const CFormatEtc& rhs ) in operator ==() argument
244 return CompareFormatEtc( &lhs.m_FormatEtc, &rhs.m_FormatEtc ); in operator ==()
251 sal_Int32 operator!=( const CFormatEtc& lhs, const CFormatEtc& rhs ) in operator !=() argument
253 return ( ( lhs == rhs ) != 1 ); in operator !=()
/aoo42x/main/comphelper/inc/comphelper/
H A Dimplementationreference.hxx236 bool operator==( const ImplementationReference& rhs ) const in operator ==()
238 return mpImpl == rhs.mpImpl; in operator ==()
252 bool operator<( const ImplementationReference& rhs ) const in operator <()
254 return mpImpl < rhs.mpImpl; in operator <()
/aoo42x/main/connectivity/source/manager/
H A Dmdrivermanager.cxx258 bool operator()( const DriverAccess& lhs, const DriverAccess& rhs ) in operator ()()
260 return lhs.sImplementationName < rhs.sImplementationName ? true : false; in operator ()()
271 bool operator()( const DriverAccess& lhs, const ::rtl::OUString& rhs ) in operator ()()
273 return lhs.sImplementationName < rhs ? true : false; in operator ()()
276 bool operator()( const ::rtl::OUString& lhs, const DriverAccess& rhs ) in operator ()()
278 return lhs < rhs.sImplementationName ? true : false; in operator ()()
/aoo42x/main/dbaccess/source/ui/querydesign/
H A DConnectionLineData.cxx96 bool operator==(const OConnectionLineData& lhs, const OConnectionLineData& rhs) in operator ==() argument
98 return (lhs.m_aSourceFieldName == rhs.m_aSourceFieldName) in operator ==()
99 && (lhs.m_aDestFieldName == rhs.m_aDestFieldName); in operator ==()
/aoo42x/main/toolkit/source/helper/
H A Dproperty.cxx307 inline bool operator()(const ImplPropertyInfo& lhs,const ImplPropertyInfo& rhs) const in operator ()()
309 return lhs.aName.compareTo(rhs.aName) < 0; in operator ()()
311 inline bool operator()(const ImplPropertyInfo& lhs,const ::rtl::OUString& rhs) const in operator ()()
313 return lhs.aName.compareTo(rhs) < 0; in operator ()()
315 inline bool operator()(const ::rtl::OUString& lhs,const ImplPropertyInfo& rhs) const in operator ()()
317 return lhs.compareTo(rhs.aName) < 0; in operator ()()
/aoo42x/main/connectivity/source/inc/file/
H A DFStringFunctions.hxx235 virtual ORowSetValue operate(const ORowSetValue& lhs,const ORowSetValue& rhs) const;
261 virtual ORowSetValue operate(const ORowSetValue& lhs,const ORowSetValue& rhs) const;
273 virtual ORowSetValue operate(const ORowSetValue& lhs,const ORowSetValue& rhs) const;
H A DFNumericFunctions.hxx83 virtual ORowSetValue operate(const ORowSetValue& lhs,const ORowSetValue& rhs) const;
217 virtual ORowSetValue operate(const ORowSetValue& lhs,const ORowSetValue& rhs) const;
341 virtual ORowSetValue operate(const ORowSetValue& lhs,const ORowSetValue& rhs) const;
/aoo42x/main/connectivity/inc/connectivity/
H A Ddbcharset.hxx127 …iend OOO_DLLPUBLIC_DBTOOLS bool operator==(const CharsetIterator& lhs, const CharsetIterator& rhs);
128 …d bool operator!=(const CharsetIterator& lhs, const CharsetIterator& rhs) { return !(lhs == rhs); } in operator !=() argument

Completed in 116 milliseconds

1234