Searched refs:rName1 (Results 1 – 5 of 5) sorted by relevance
/trunk/main/vbahelper/source/vbahelper/ |
H A D | collectionbase.cxx | 76 inline bool operator()( const ::rtl::OUString& rName1, const ::rtl::OUString& rName2 ) const in operator ()() 77 …{ return ::rtl_ustr_compareIgnoreAsciiCase_WithLength( rName1.getStr(), rName1.getLength(), rName2… in operator ()()
|
/trunk/main/oox/source/xls/ |
H A D | workbookhelper.cxx | 88 bool IgnoreCaseCompare::operator()( const OUString& rName1, const OUString& rName2 ) const in operator ()() argument 92 rName1.getStr(), rName1.getLength(), rName2.getStr(), rName2.getLength() ) < 0; in operator ()()
|
/trunk/main/oox/inc/oox/xls/ |
H A D | workbookhelper.hxx | 85 bool operator()( const ::rtl::OUString& rName1, const ::rtl::OUString& rName2 ) const;
|
/trunk/main/sc/source/filter/excel/ |
H A D | xistyle.cxx | 1435 inline bool operator()( const String& rName1, const String& rName2 ) const in operator ()() 1436 { return rName1.CompareIgnoreCaseToAscii( rName2 ) == COMPARE_LESS; } in operator ()()
|
/trunk/main/stoc/source/servicemanager/ |
H A D | servicemanager.cxx | 281 …size_t operator()(const Reference<XInterface > & rName1, const Reference<XInterface > & rName2 ) c… in operator ()() 282 { return rName1 == rName2; } in operator ()()
|
Completed in 53 milliseconds