Lines Matching refs:rtl

68     bootupProfile(::com::sun::star::mozilla::MozillaProductType_Mozilla,rtl::OUString());  in Init()
80 rtl::OUString MozillaBootstrap::getImplementationName_Static( ) throw(RuntimeException) in getImplementationName_Static()
82 return rtl::OUString::createFromAscii(MOZAB_MozillaBootstrap_IMPL_NAME); in getImplementationName_Static()
85 Sequence< ::rtl::OUString > MozillaBootstrap::getSupportedServiceNames_Static( ) throw (RuntimeExc… in getSupportedServiceNames_Static()
89 Sequence< ::rtl::OUString > aSNS( 1 ); in getSupportedServiceNames_Static()
90 … aSNS[0] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.mozilla.MozillaBootstrap")); in getSupportedServiceNames_Static()
95 ::rtl::OUString SAL_CALL MozillaBootstrap::getImplementationName( ) throw(RuntimeException) in getImplementationName()
101 sal_Bool SAL_CALL MozillaBootstrap::supportsService( const ::rtl::OUString& _rServiceName ) throw(R… in supportsService()
103 Sequence< ::rtl::OUString > aSupported(getSupportedServiceNames()); in supportsService()
104 const ::rtl::OUString* pSupported = aSupported.getConstArray(); in supportsService()
105 const ::rtl::OUString* pEnd = pSupported + aSupported.getLength(); in supportsService()
113 Sequence< ::rtl::OUString > SAL_CALL MozillaBootstrap::getSupportedServiceNames( ) throw(RuntimeEx… in getSupportedServiceNames()
124 …r::mozilla::MozillaProductType product, ::com::sun::star::uno::Sequence< ::rtl::OUString >& list )… in getProfileList()
128 ::rtl::OUString SAL_CALL MozillaBootstrap::getDefaultProfile( ::com::sun::star::mozilla::MozillaPro… in getDefaultProfile()
132 ::rtl::OUString SAL_CALL MozillaBootstrap::getProfilePath( ::com::sun::star::mozilla::MozillaProduc… in getProfilePath()
136 …fileLocked( ::com::sun::star::mozilla::MozillaProductType product, const ::rtl::OUString& profileN… in isProfileLocked()
140 …fileExists( ::com::sun::star::mozilla::MozillaProductType product, const ::rtl::OUString& profileN… in getProfileExists()
146 …tupProfile( ::com::sun::star::mozilla::MozillaProductType product, const ::rtl::OUString& profileN… in bootupProfile()
160 ::rtl::OUString SAL_CALL MozillaBootstrap::getCurrentProfile( ) throw (::com::sun::star::uno::Runt… in getCurrentProfile()
162 return ::rtl::OUString(); in getCurrentProfile()
168 ::rtl::OUString SAL_CALL MozillaBootstrap::setCurrentProfile( ::com::sun::star::mozilla::MozillaPro… in setCurrentProfile()
172 return ::rtl::OUString(); in setCurrentProfile()
213 … ::rtl::OUString aImplName( ::rtl::OUString::createFromAscii( pImplementationName ) ); in component_getFactory()
215 …if (aImplName.equals( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.comp.mozilla.Moz… in component_getFactory()
217 Sequence< ::rtl::OUString > aSNS( 1 ); in component_getFactory()
218 … aSNS[0] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.mozilla.MozillaBootstrap")); in component_getFactory()