Home
last modified time | relevance | path

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

/trunk/main/l10ntools/inc/
H A Dtagtest.hxx45 bool operator()( const ByteString& rKey1, const ByteString& rKey2 ) const { in operator ()()
46 return rKey1.CompareTo( rKey2 )==COMPARE_EQUAL; in operator ()()
50 bool operator()( const ByteString& rKey1, const ByteString& rKey2 ) const { in operator ()()
51 return rKey1.CompareTo( rKey2 )==COMPARE_LESS; in operator ()()
/trunk/main/l10ntools/source/
H A Dfile.cxx42 bool File::lessFile ( const File& rKey1, const File& rKey2 ) in lessFile() argument
44 rtl::OUString sName1( ( static_cast< File >( rKey1 ) ).getFileName() ); in lessFile()
H A Dhelpmerge.cxx321 bool ByteStringEqual( const ByteString& rKey1, const ByteString& rKey2 ) { in ByteStringEqual() argument
322 return rKey1.CompareTo( rKey2 )==COMPARE_EQUAL; in ByteStringEqual()
324 bool ByteStringLess( const ByteString& rKey1, const ByteString& rKey2 ) { in ByteStringLess() argument
325 return rKey1.CompareTo( rKey2 )==COMPARE_LESS; in ByteStringLess()
H A Ddirectory.cxx52 bool Directory::lessDir ( const Directory& rKey1, const Directory& rKey2 ) in lessDir() argument
54 rtl::OUString sName1( ( static_cast< Directory >( rKey1 ) ).getDirectoryName() ); in lessDir()
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Ddatabases.hxx164 bool operator()( const rtl::OUString& rKey1, const rtl::OUString& rKey2 ) const in operator ()()
166 return rKey1.compareTo( rKey2 ) == 0; in operator ()()
362 bool operator()( const rtl::OString& rKey1, const rtl::OString& rKey2 ) const in operator ()()
364 return rKey1.compareTo( rKey2 ) == 0; in operator ()()
H A Ddb.hxx71 bool operator()( const rtl::OString& rKey1, const rtl::OString& rKey2 ) const in operator ()()
72 { return rKey1.compareTo( rKey2 ) == 0; } in operator ()()
/trunk/main/ucb/source/ucp/file/
H A Dfilglob.hxx37 bool operator()( const rtl::OUString& rKey1, const rtl::OUString& rKey2 ) const in operator ()()
39 return !!( rKey1 == rKey2 ); in operator ()()
H A Dshell.hxx127 bool operator()( const MyProperty& rKey1, const MyProperty& rKey2 ) const in operator ()()
129 return !!( rKey1.getPropertyName() == rKey2.getPropertyName() ); in operator ()()
/trunk/main/ucb/source/ucp/hierarchy/
H A Dhierarchyprovider.hxx73 const rtl::OUString& rKey1, const rtl::OUString& rKey2 ) const in operator ()()
75 return !!( rKey1 == rKey2 ); in operator ()()
/trunk/main/ucb/source/core/
H A Ducb.cxx827 const rtl::OUString & rKey1, in getContentProviderData() argument
831 if ( !m_xSMgr.is() || !rKey1.getLength() || !rKey2.getLength() ) in getContentProviderData()
848 makeAndAppendXMLName( aFullPath, rKey1 ); in getContentProviderData()
H A Ducb.hxx196 const rtl::OUString & rKey1,
/trunk/main/ucb/source/ucp/package/
H A Dpkgprovider.cxx101 const rtl::OUString& rKey1, const rtl::OUString& rKey2 ) const in operator ()()
103 return !!( rKey1 == rKey2 ); in operator ()()
/trunk/main/embeddedobj/source/general/
H A Dintercept.cxx44 const rtl::OUString& rKey1, in operator ()()
47 return !!( rKey1 == rKey2 ); in operator ()()
/trunk/main/embedserv/source/embed/
H A Dintercept.cxx45 const rtl::OUString& rKey1, in operator ()()
48 return !!( rKey1 == rKey2 ); in operator ()()
/trunk/main/l10ntools/inc/l10ntools/
H A Dfile.hxx43 static bool lessFile ( const File& rKey1, const File& rKey2 );
H A Ddirectory.hxx72 static bool lessDir ( const Directory& rKey1, const Directory& rKey2 ) ;
/trunk/main/sfx2/source/appl/
H A Dnewhelp.cxx597 bool operator()( const ::rtl::OUString& rKey1, const ::rtl::OUString& rKey2 ) const in operator ()()
599 return !!( rKey1 == rKey2 ); in operator ()()

Completed in 101 milliseconds