Lines Matching refs:OModule
106 ::osl::Mutex OModule::s_aMutex;
107 sal_Int32 OModule::s_nClients = 0;
108 OModuleImpl* OModule::s_pImpl = NULL;
109 ::rtl::OString OModule::s_sResPrefix;
111 ResMgr* OModule::getResManager() in getResManager()
118 void OModule::setResourceFilePrefix(const ::rtl::OString& _rPrefix) in setResourceFilePrefix()
127 void OModule::registerClient() in registerClient()
134 void OModule::revokeClient() in revokeClient()
145 void OModule::ensureImpl() in ensureImpl()
157 Sequence< ::rtl::OUString >* OModule::s_pImplementationNames = NULL;
158 Sequence< Sequence< ::rtl::OUString > >* OModule::s_pSupportedServices = NULL;
159 Sequence< sal_Int64 >* OModule::s_pCreationFunctionPointers = NULL;
160 Sequence< sal_Int64 >* OModule::s_pFactoryFunctionPointers = NULL;
163 void OModule::registerComponent( in registerComponent()
199 void OModule::revokeComponent(const ::rtl::OUString& _rImplementationName) in revokeComponent()
237 Reference< XInterface > OModule::getComponentFactory( in getComponentFactory()