Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/ui/dbui/
H A Dswdbtoolsclient.cxx157 IDataAccessToolsFactory* pDBTFactory = static_cast<IDataAccessToolsFactory*>(pUntypedFactory); in getFactory() local
158 OSL_ENSURE(pDBTFactory, "SwDbtoolsClient::SwDbtoolsClient: no factory returned!"); in getFactory()
159 if (pDBTFactory) in getFactory()
161 m_xDataAccessFactory = pDBTFactory; in getFactory()
/aoo4110/main/svx/source/form/
H A Ddbtoolsclient.cxx74 … IDataAccessToolsFactory* pDBTFactory = static_cast< IDataAccessToolsFactory* >( pUntypedFactory ); in ensureLoaded() local
75 OSL_ENSURE( pDBTFactory, "ODbtoolsClient::ODbtoolsClient: no factory returned!" ); in ensureLoaded()
76 if ( pDBTFactory ) in ensureLoaded()
78 m_xDataAccessFactory = pDBTFactory; in ensureLoaded()

Completed in 21 milliseconds