Lines Matching refs:OModule
116 ::osl::Mutex OModule::s_aMutex;
117 sal_Int32 OModule::s_nClients = 0;
118 OModuleImpl* OModule::s_pImpl = NULL;
119 ::rtl::OString OModule::s_sResPrefix;
121 ResMgr* OModule::getResManager() in getResManager()
128 void OModule::setResourceFilePrefix(const ::rtl::OString& _rPrefix) in setResourceFilePrefix()
137 void OModule::registerClient() in registerClient()
144 void OModule::revokeClient() in revokeClient()
155 void OModule::ensureImpl() in ensureImpl()
167 Sequence< ::rtl::OUString >* OModule::s_pImplementationNames = NULL;
168 Sequence< Sequence< ::rtl::OUString > >* OModule::s_pSupportedServices = NULL;
169 Sequence< sal_Int64 >* OModule::s_pCreationFunctionPointers = NULL;
170 Sequence< sal_Int64 >* OModule::s_pFactoryFunctionPointers = NULL;
173 void OModule::registerComponent( in registerComponent()
209 void OModule::revokeComponent(const ::rtl::OUString& _rImplementationName) in revokeComponent()
247 Reference< XInterface > OModule::getComponentFactory( in getComponentFactory()