Home
last modified time | relevance | path

Searched refs:s_pFactoryCreationFunc (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/svx/source/form/
H A Ddbtoolsclient.cxx55 ODbtoolsClient::s_pFactoryCreationFunc = NULL; member in svxform::ODbtoolsClient
71 if ( s_pFactoryCreationFunc ) in ensureLoaded()
73 void* pUntypedFactory = (*s_pFactoryCreationFunc)(); in ensureLoaded()
107 …OSL_ENSURE(NULL == s_pFactoryCreationFunc, "ODbtoolsClient::registerClient: inconsistence: already… in registerClient()
122 s_pFactoryCreationFunc = (createDataAccessToolsFactoryFunction)( in registerClient()
125 if (NULL == s_pFactoryCreationFunc) in registerClient()
141 s_pFactoryCreationFunc = NULL; in revokeClient()
/aoo4110/main/svx/inc/svx/
H A Ddbtoolsclient.hxx54 s_pFactoryCreationFunc;

Completed in 15 milliseconds