Lines Matching refs:ImplementationRegistration

1283 class ImplementationRegistration  class
1287 ImplementationRegistration( const Reference < XComponentContext > & rSMgr );
1288 ~ImplementationRegistration();
1364 ImplementationRegistration::ImplementationRegistration( const Reference < XComponentContext > & xCt… in ImplementationRegistration() function in stoc_impreg::ImplementationRegistration
1374 ImplementationRegistration::~ImplementationRegistration() in ~ImplementationRegistration()
1381 OUString ImplementationRegistration::getImplementationName() throw(RuntimeException) in getImplementationName()
1387 sal_Bool ImplementationRegistration::supportsService(const OUString& ServiceName) throw(RuntimeExce… in supportsService()
1398 Sequence< OUString > ImplementationRegistration::getSupportedServiceNames(void) throw(RuntimeExcept… in getSupportedServiceNames()
1403 Reference< XSimpleRegistry > ImplementationRegistration::getRegistryFromServiceManager() in getRegistryFromServiceManager()
1430 void ImplementationRegistration::initialize( in initialize()
1526 void ImplementationRegistration::registerImplementationWithLocation( in registerImplementationWithLocation()
1538 void ImplementationRegistration::prepareRegister( in prepareRegister()
1634 void ImplementationRegistration::registerImplementation( in registerImplementation()
1647 sal_Bool ImplementationRegistration::revokeImplementation(const OUString& location, in revokeImplementation()
1695 Sequence< OUString > ImplementationRegistration::getImplementations( in getImplementations()
1779 Sequence< OUString > ImplementationRegistration::checkInstantiation(const OUString&) in checkInstantiation()
1790 void ImplementationRegistration::doRevoke( in doRevoke()
1834 void ImplementationRegistration::doRegister( in doRegister()
1897 Reference< XSimpleRegistry > ImplementationRegistration::createTemporarySimpleRegistry( in createTemporarySimpleRegistry()
1917 return (XImplementationRegistration *)new stoc_impreg::ImplementationRegistration(xCtx); in ImplementationRegistration_CreateInstance()