Home
last modified time | relevance | path

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

/aoo41x/main/vbahelper/source/vbahelper/
H A Dcollectionbase.cxx76 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 ()()
/aoo41x/main/oox/source/xls/
H A Dworkbookhelper.cxx88 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 ()()
/aoo41x/main/oox/inc/oox/xls/
H A Dworkbookhelper.hxx85 bool operator()( const ::rtl::OUString& rName1, const ::rtl::OUString& rName2 ) const;
/aoo41x/main/sc/source/filter/excel/
H A Dxistyle.cxx1435 inline bool operator()( const String& rName1, const String& rName2 ) const in operator ()()
1436 { return rName1.CompareIgnoreCaseToAscii( rName2 ) == COMPARE_LESS; } in operator ()()
/aoo41x/main/stoc/source/servicemanager/
H A Dservicemanager.cxx281 …size_t operator()(const Reference<XInterface > & rName1, const Reference<XInterface > & rName2 ) c… in operator ()()
282 { return rName1 == rName2; } in operator ()()

Completed in 254 milliseconds