/trunk/main/connectivity/source/drivers/file/ |
H A D | FNumericFunctions.cxx | 37 return lhs; in operate() 48 return lhs; in operate() 71 return lhs; in operate() 79 return lhs; in operate() 87 if ( lhs.empty() || lhs.size() > 2 ) in operate() 102 return lhs; in operate() 110 if ( lhs.isNull() || static_cast<double>(lhs) < 0.0 ) in operate() 111 return lhs; in operate() 122 if ( lhs.empty() || lhs.size() > 2 ) in operate() 138 if ( lhs.isNull() || static_cast<double>(lhs) < 0.0 ) in operate() [all …]
|
H A D | FStringFunctions.cxx | 38 return lhs; in operate() 47 return lhs; in operate() 56 return lhs; in operate() 66 return lhs; in operate() 129 return lhs[1].getString().indexOf(lhs[2].getString(),lhs[0]) + 1; in operate() 148 return lhs[2].getString().copy(static_cast<sal_Int32>(lhs[1])-1,lhs[0]); in operate() 155 return lhs; in operate() 166 return lhs; in operate() 177 return lhs; in operate() 212 return lhs; in operate() [all …]
|
H A D | FDateFunctions.cxx | 38 return lhs; in operate() 76 return lhs; in operate() 85 return lhs; in operate() 95 return lhs; in operate() 104 return lhs; in operate() 142 return lhs; in operate() 191 return lhs; in operate() 207 if ( lhs.empty() || lhs.size() > 2 ) in operate() 225 return lhs; in operate() 234 return lhs; in operate() [all …]
|
/trunk/main/comphelper/source/misc/ |
H A D | anycompare.cxx | 81 Date lhs, rhs; in isLess() local 82 if ( !( _lhs >>= lhs ) in isLess() 87 if ( lhs.Year < rhs.Year ) in isLess() 89 if ( lhs.Year > rhs.Year ) in isLess() 97 if ( lhs.Day < rhs.Day ) in isLess() 111 Time lhs, rhs; in isLess() local 112 if ( !( _lhs >>= lhs ) in isLess() 146 DateTime lhs, rhs; in isLess() local 147 if ( !( _lhs >>= lhs ) in isLess() 162 if ( lhs.Day < rhs.Day ) in isLess() [all …]
|
/trunk/main/connectivity/source/inc/file/ |
H A D | FNumericFunctions.hxx | 47 virtual ORowSetValue operate(const ORowSetValue& lhs) const; 64 virtual ORowSetValue operate(const ORowSetValue& lhs) const; 98 virtual ORowSetValue operate(const ORowSetValue& lhs) const; 113 virtual ORowSetValue operate(const ORowSetValue& lhs) const; 136 virtual ORowSetValue operate(const ::std::vector<ORowSetValue>& lhs) const; 150 virtual ORowSetValue operate(const ORowSetValue& lhs) const; 165 virtual ORowSetValue operate(const ORowSetValue& lhs) const; 187 virtual ORowSetValue operate(const ::std::vector<ORowSetValue>& lhs) const; 203 virtual ORowSetValue operate(const ORowSetValue& lhs) const; 231 virtual ORowSetValue operate(const ORowSetValue& lhs) const; [all …]
|
H A D | FStringFunctions.hxx | 46 virtual ORowSetValue operate(const ORowSetValue& lhs) const; 60 virtual ORowSetValue operate(const ORowSetValue& lhs) const; 77 virtual ORowSetValue operate(const ORowSetValue& lhs) const; 95 virtual ORowSetValue operate(const ORowSetValue& lhs) const; 110 virtual ORowSetValue operate(const ::std::vector<ORowSetValue>& lhs) const; 127 virtual ORowSetValue operate(const ::std::vector<ORowSetValue>& lhs) const; 148 virtual ORowSetValue operate(const ::std::vector<ORowSetValue>& lhs) const; 170 virtual ORowSetValue operate(const ::std::vector<ORowSetValue>& lhs) const; 183 virtual ORowSetValue operate(const ORowSetValue& lhs) const; 196 virtual ORowSetValue operate(const ORowSetValue& lhs) const; [all …]
|
H A D | FDateFunctions.hxx | 44 virtual ORowSetValue operate(const ORowSetValue& lhs) const; 56 virtual ORowSetValue operate(const ORowSetValue& lhs) const; 69 virtual ORowSetValue operate(const ORowSetValue& lhs) const; 81 virtual ORowSetValue operate(const ORowSetValue& lhs) const; 94 virtual ORowSetValue operate(const ORowSetValue& lhs) const; 107 virtual ORowSetValue operate(const ORowSetValue& lhs) const; 120 virtual ORowSetValue operate(const ORowSetValue& lhs) const; 157 virtual ORowSetValue operate(const ORowSetValue& lhs) const; 169 virtual ORowSetValue operate(const ORowSetValue& lhs) const; 182 virtual ORowSetValue operate(const ORowSetValue& lhs) const; [all …]
|
/trunk/main/comphelper/inc/comphelper/ |
H A D | anycompare.hxx | 85 SCALAR lhs(0), rhs(0); in isLess() local 86 if ( !( _lhs >>= lhs ) in isLess() 90 return lhs < rhs; in isLess() 102 ::rtl::OUString lhs, rhs; in isLess() 103 if ( !( _lhs >>= lhs ) in isLess() 107 return lhs < rhs; in isLess() 124 ::rtl::OUString lhs, rhs; in isLess() 125 if ( !( _lhs >>= lhs ) in isLess() 145 if ( !( _lhs >>= lhs ) in isLess() 166 sal_Int32 lhs(0), rhs(0); in isLess() local [all …]
|
H A D | stl_types.hxx | 81 …sal_Bool operator() (const ::rtl::OUString& lhs, const ::rtl::OUString& rhs) const { return lhs.eq… in operator ()() 87 …sal_Bool operator() (const ::rtl::OUString& lhs, const ::rtl::OUString& rhs) const { return lhs.eq… in operator ()() 103 sal_Bool operator() (const ::rtl::OUString& lhs, const ::rtl::OUString& rhs) const in operator ()() argument 105 return m_bCaseSensitive ? lhs.equals( rhs ) : lhs.equalsIgnoreAsciiCase( rhs ); in operator ()() 118 bool operator() (const ::rtl::OUString& lhs, const ::rtl::OUString& rhs) const in operator ()() argument 120 return !!(m_bCaseSensitive ? lhs.equals( rhs ) : lhs.equalsIgnoreAsciiCase( rhs )); in operator ()() 130 …bool operator() (const ::com::sun::star::beans::PropertyValue& lhs, const ::rtl::OUString& rhs) co… in operator ()() argument 132 return !!(lhs.Name == rhs); in operator ()() 161 …bool operator() (const ::com::sun::star::uno::Reference< IAFCE >& lhs, const ::com::sun::star::uno… in operator ()() 163 return lhs.get() < rhs.get(); in operator ()()
|
H A D | property.hxx | 52 …inline bool operator()( const ::com::sun::star::beans::Property& lhs, const ::rtl::OUString& rhs )… in operator ()() 54 return lhs.Name.compareTo(rhs) < 0; in operator ()() 57 …inline bool operator()( const ::rtl::OUString& lhs, const ::com::sun::star::beans::Property& rhs )… in operator ()() 59 return lhs.compareTo(rhs.Name) < 0; in operator ()() 78 …inline bool operator()( const ::com::sun::star::beans::Property& lhs, const ::rtl::OUString& rhs )… in operator ()() 80 return lhs.Name.compareTo(rhs) == 0; in operator ()() 83 …inline bool operator()( const ::rtl::OUString& lhs, const ::com::sun::star::beans::Property& rhs )… in operator ()() 85 return lhs.compareTo(rhs.Name) == 0; in operator ()()
|
/trunk/main/dbaccess/source/core/inc/ |
H A D | composertools.hxx | 83 void operator() (const ::rtl::OUString& lhs) in operator ()() 85 append(lhs); in operator ()() 88 void append( const ::rtl::OUString& lhs ) in append() 93 if ( lhs.getLength() ) in append() 96 appendNonEmptyToNonEmpty( lhs ); in append() 98 m_aBuffer.append( lhs ); in append() 103 virtual void appendNonEmptyToNonEmpty( const ::rtl::OUString& lhs ) = 0; 111 virtual void appendNonEmptyToNonEmpty( const ::rtl::OUString& lhs ) in appendNonEmptyToNonEmpty() 116 m_aBuffer.append( lhs ); in appendNonEmptyToNonEmpty() 126 virtual void appendNonEmptyToNonEmpty( const ::rtl::OUString& lhs ) in appendNonEmptyToNonEmpty() [all …]
|
/trunk/main/reportdesign/source/ui/inc/ |
H A D | ViewsWindow.hxx | 62 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 ()() 122 OReportSection& operator() (const TSectionsMap::value_type& lhs) const in operator ()() 124 return lhs->getReportSection(); in operator ()() 129 OStartMarker& operator() (const TSectionsMap::value_type& lhs) const in operator ()() [all …]
|
/trunk/main/forms/source/component/ |
H A D | GroupManager.cxx | 88 sal_Bool operator() (const OGroupCompAcc& lhs, const OGroupCompAcc& rhs) const in operator ()() argument 91 reinterpret_cast<sal_Int64>(lhs.m_xComponent.get()) in operator ()() 144 sal_Bool operator() (const OGroupComp& lhs, const OGroupComp& rhs) const in operator ()() argument 148 if (lhs.m_nTabIndex == rhs.GetTabIndex()) in operator ()() 149 bResult = lhs.m_nPos < rhs.GetPos(); in operator ()() 150 else if (lhs.m_nTabIndex && rhs.GetTabIndex()) in operator ()() 151 bResult = lhs.m_nTabIndex < rhs.GetTabIndex(); in operator ()() 153 bResult = lhs.m_nTabIndex != 0; in operator ()() 244 sal_Bool operator() (const OGroup& lhs, const OGroup& rhs) const in operator ()() argument 246 return lhs.m_aGroupName < rhs.m_aGroupName; in operator ()()
|
/trunk/main/dbaccess/source/ui/relationdesign/ |
H A D | RTableConnectionData.cxx | 256 bool operator==(const ORelationTableConnectionData& lhs, const ORelationTableConnectionData& rhs) in operator ==() argument 258 bool bEqual = (lhs.m_nUpdateRules == rhs.m_nUpdateRules) in operator ==() 259 && (lhs.m_nDeleteRules == rhs.m_nDeleteRules) in operator ==() 260 && (lhs.m_nCardinality == rhs.m_nCardinality) in operator ==() 261 && (lhs.getReferencingTable() == rhs.getReferencingTable()) in operator ==() 262 && (lhs.getReferencedTable() == rhs.getReferencedTable()) in operator ==() 263 && (lhs.m_aConnName == rhs.m_aConnName) in operator ==() 264 && (lhs.m_vConnLineData.size() == rhs.m_vConnLineData.size()); in operator ==() 268 std::vector< OConnectionLineDataRef >::const_iterator aIter = lhs.m_vConnLineData.begin(); in operator ==() 269 std::vector< OConnectionLineDataRef >::const_iterator aEnd = lhs.m_vConnLineData.end(); in operator ==()
|
/trunk/main/store/workben/ |
H A D | t_page.cxx | 41 template< class T > void swap (T & lhs, T & rhs) in swap() argument 43 T tmp = rhs; rhs = lhs; lhs = tmp; in swap() 102 inline void swap (SharedCount & lhs, SharedCount & rhs) // nothrow in swap() argument 104 swap<long*>(lhs.m_pCount, rhs.m_pCount); in swap() 259 friend void swap<>(PageAllocator & lhs, PageAllocator & rhs); 266 inline void swap (PageAllocator & lhs, PageAllocator & rhs) in swap() argument 268 swap<rtl_cache_type*>(lhs.m_cache, rhs.m_cache); in swap() 269 swap<SharedCount>(lhs.m_refcount, rhs.m_refcount); in swap() 325 inline void swap (PageHolder & lhs, PageHolder & rhs) // nothrow in swap() argument 327 swap<SharedCount>(lhs.m_refcount, rhs.m_refcount); in swap() [all …]
|
/trunk/main/dbaccess/source/ui/dlg/ |
H A D | adminpages.hxx | 86 bool operator() (ISaveValueWrapper* lhs) in operator ()() 88 return lhs->SaveValue(); in operator ()() 93 bool operator() (ISaveValueWrapper* lhs) in operator ()() 95 return lhs->Disable(); in operator ()() 101 bool operator() (ISaveValueWrapper* lhs) in operator ()() 103 delete lhs; in operator ()()
|
/trunk/main/dbaccess/source/ui/inc/ |
H A D | datasourcemap.hxx | 247 friend bool operator==(const Iterator& lhs, const Iterator& rhs) in operator ==() argument 249 if (lhs.m_bLoopingDeleted) in operator ==() 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 D | ConnectionLineData.hxx | 66 friend bool operator==(const OConnectionLineData& lhs, const OConnectionLineData& rhs); 67 …friend bool operator!=(const OConnectionLineData& lhs, const OConnectionLineData& rhs) { return !(… in operator !=() argument
|
H A D | RTableConnectionData.hxx | 50 …friend bool operator==(const ORelationTableConnectionData& lhs, const ORelationTableConnectionData… 51 …perator!=(const ORelationTableConnectionData& lhs, const ORelationTableConnectionData& rhs) { retu… in operator !=() argument
|
/trunk/main/connectivity/source/manager/ |
H A D | mdrivermanager.cxx | 258 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 ()() 288 bool operator()( const DriverAccess& lhs) in operator ()() 290 return lhs.sImplementationName.equals(m_sImplName); in operator ()()
|
/trunk/main/dtrans/source/win32/dtobj/ |
H A D | Fetc.hxx | 80 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 D | Fetc.cxx | 242 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 !=()
|
/trunk/main/dbaccess/source/ui/querydesign/ |
H A D | ConnectionLineData.cxx | 96 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 ==()
|
/trunk/main/toolkit/source/helper/ |
H A D | property.cxx | 307 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 ()()
|
/trunk/main/connectivity/inc/connectivity/ |
H A D | dbcharset.hxx | 127 …friend OOO_DLLPUBLIC_DBTOOLS bool operator==(const CharsetIterator& lhs, const CharsetIterator& rh… 128 …friend bool operator!=(const CharsetIterator& lhs, const CharsetIterator& rhs) { return !(lhs == r… in operator !=() argument
|