Home
last modified time | relevance | path

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

/aoo41x/main/toolkit/source/helper/
H A Dregisterservices.cxx79 …l_Char* _pAsciiImplName, const sal_Char* _pAsciiServiceName1, const sal_Char* _pAsciiServiceName2 ) in registerServices() argument
82 xComponentServicesKey->createKey( ::rtl::OUString::createFromAscii( _pAsciiServiceName2 ) ); in registerServices()
88 const sal_Char* _pAsciiServiceName1, const sal_Char* _pAsciiServiceName2, in tryCreateFactory() argument
95 Sequence< ::rtl::OUString > aServiceNames( _pAsciiServiceName2 ? 2 : 1 ); in tryCreateFactory()
97 if ( _pAsciiServiceName2 ) in tryCreateFactory()
98 … aServiceNames.getArray()[ 1 ] = ::rtl::OUString::createFromAscii( _pAsciiServiceName2 ); in tryCreateFactory()

Completed in 16 milliseconds