Lines Matching refs:MozillaBootstrap

34 static MozillaBootstrap *pMozillaBootstrap=NULL;
40 pMozillaBootstrap=new connectivity::mozab::MozillaBootstrap( _rxFactory ); in OMozillaBootstrap_CreateInstance()
51 MozillaBootstrap::MozillaBootstrap( in MozillaBootstrap() function in MozillaBootstrap
57 MozillaBootstrap::~MozillaBootstrap() in ~MozillaBootstrap()
61 void MozillaBootstrap::Init() in Init()
72 void MozillaBootstrap::disposing() in disposing()
80 rtl::OUString MozillaBootstrap::getImplementationName_Static( ) throw(RuntimeException) in getImplementationName_Static()
85 Sequence< ::rtl::OUString > MozillaBootstrap::getSupportedServiceNames_Static( ) throw (RuntimeExc… 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()
113 Sequence< ::rtl::OUString > SAL_CALL MozillaBootstrap::getSupportedServiceNames( ) throw(RuntimeEx… in getSupportedServiceNames()
120 ::sal_Int32 SAL_CALL MozillaBootstrap::getProfileCount( ::com::sun::star::mozilla::MozillaProductTy… in getProfileCount()
124 ::sal_Int32 SAL_CALL MozillaBootstrap::getProfileList( ::com::sun::star::mozilla::MozillaProductTyp… 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 ::sal_Bool SAL_CALL MozillaBootstrap::isProfileLocked( ::com::sun::star::mozilla::MozillaProductTyp… in isProfileLocked()
140 ::sal_Bool SAL_CALL MozillaBootstrap::getProfileExists( ::com::sun::star::mozilla::MozillaProductTy… in getProfileExists()
146 ::sal_Int32 SAL_CALL MozillaBootstrap::bootupProfile( ::com::sun::star::mozilla::MozillaProductType… in bootupProfile()
152 ::sal_Int32 SAL_CALL MozillaBootstrap::shutdownProfile( ) throw (::com::sun::star::uno::RuntimeExc… in shutdownProfile()
156 ::com::sun::star::mozilla::MozillaProductType SAL_CALL MozillaBootstrap::getCurrentProduct( ) thro… in getCurrentProduct()
160 ::rtl::OUString SAL_CALL MozillaBootstrap::getCurrentProfile( ) throw (::com::sun::star::uno::Runt… in getCurrentProfile()
164 ::sal_Bool SAL_CALL MozillaBootstrap::isCurrentProfileLocked( ) throw (::com::sun::star::uno::Runt… in isCurrentProfileLocked()
168 ::rtl::OUString SAL_CALL MozillaBootstrap::setCurrentProfile( ::com::sun::star::mozilla::MozillaPro… in setCurrentProfile()
176 ::sal_Int32 SAL_CALL MozillaBootstrap::Run( const ::com::sun::star::uno::Reference< ::com::sun::sta… in Run()
200MozillaBootstrap * pBootstrap = reinterpret_cast<MozillaBootstrap*>(OMozillaBootstrap_CreateInstan… in createInstance()