Searched refs:pDBTFactory (Results 1 – 2 of 2) sorted by relevance
157 IDataAccessToolsFactory* pDBTFactory = static_cast<IDataAccessToolsFactory*>(pUntypedFactory); in getFactory() local158 OSL_ENSURE(pDBTFactory, "SwDbtoolsClient::SwDbtoolsClient: no factory returned!"); in getFactory()159 if (pDBTFactory) in getFactory()161 m_xDataAccessFactory = pDBTFactory; in getFactory()
74 … IDataAccessToolsFactory* pDBTFactory = static_cast< IDataAccessToolsFactory* >( pUntypedFactory ); in ensureLoaded() local75 OSL_ENSURE( pDBTFactory, "ODbtoolsClient::ODbtoolsClient: no factory returned!" ); in ensureLoaded()76 if ( pDBTFactory ) in ensureLoaded()78 m_xDataAccessFactory = pDBTFactory; in ensureLoaded()
Completed in 24 milliseconds