Searched refs:s_pImpl (Results 1 – 10 of 10) sorted by relevance
118 OModuleImpl* OModule::s_pImpl = NULL; member in COMPMOD_NAMESPACE::OModule124 return s_pImpl->getResManager(); in getResManager()132 if (s_pImpl) in setResourceFilePrefix()133 s_pImpl->setResourceFilePrefix(_rPrefix); in setResourceFilePrefix()147 if (!--s_nClients && s_pImpl) in revokeClient()149 delete s_pImpl; in revokeClient()150 s_pImpl = NULL; in revokeClient()157 if (s_pImpl) in ensureImpl()159 s_pImpl = new OModuleImpl(); in ensureImpl()160 s_pImpl->setResourceFilePrefix(s_sResPrefix); in ensureImpl()
92 …static OModuleImpl* s_pImpl; /// impl class. lives as long as at least one client for the module… member in COMPMOD_NAMESPACE::OModule
108 OModuleImpl* OModule::s_pImpl = NULL; member in COMPMOD_NAMESPACE::OModule114 return s_pImpl->getResManager(); in getResManager()122 if (s_pImpl) in setResourceFilePrefix()123 s_pImpl->setResourceFilePrefix(_rPrefix); in setResourceFilePrefix()137 if (!--s_nClients && s_pImpl) in revokeClient()139 delete s_pImpl; in revokeClient()140 s_pImpl = NULL; in revokeClient()147 if (s_pImpl) in ensureImpl()149 s_pImpl = new OModuleImpl(); in ensureImpl()150 s_pImpl->setResourceFilePrefix(s_sResPrefix); in ensureImpl()
76 …static OModuleImpl* s_pImpl; /// impl class. lives as long as at least one client for the module… member in COMPMOD_NAMESPACE::OModule
101 OModuleImpl* OModule::s_pImpl = NULL; member in formula::OModule106 return s_pImpl->getResManager(); in getResManager()120 if (!--s_nClients && s_pImpl) in revokeClient()122 delete s_pImpl; in revokeClient()123 s_pImpl = NULL; in revokeClient()130 if (s_pImpl) in ensureImpl()132 s_pImpl = new OModuleImpl(); in ensureImpl()
105 OModuleImpl* OModule::s_pImpl = NULL; member in dbaui::OModule110 return s_pImpl->getResManager(); in getResManager()124 if (!--s_nClients && s_pImpl) in revokeClient()126 delete s_pImpl; in revokeClient()127 s_pImpl = NULL; in revokeClient()134 if (s_pImpl) in ensureImpl()136 s_pImpl = new OModuleImpl(); in ensureImpl()
102 OModuleImpl* OModule::s_pImpl = NULL; member in rptui::OModule107 return s_pImpl->getResManager(); in getResManager()121 if (!--s_nClients && s_pImpl) in revokeClient()123 delete s_pImpl; in revokeClient()124 s_pImpl = NULL; in revokeClient()131 if (s_pImpl) in ensureImpl()133 s_pImpl = new OModuleImpl(); in ensureImpl()
49 …static OModuleImpl* s_pImpl; /// impl class. lives as long as at least one client for the module … member in formula::OModule
50 …static OModuleImpl* s_pImpl; /// impl class. lives as long as at least one client for the module … member in rptui::OModule
56 …static OModuleImpl* s_pImpl; /// impl class. lives as long as at least one client for the module … member in dbaui::OModule
Completed in 28 milliseconds