Home
last modified time | relevance | path

Searched refs:OQueryContainer (Results 1 – 3 of 3) sorted by relevance

/trunk/main/dbaccess/source/core/api/
H A Dquerycontainer.cxx109 DBG_NAME(OQueryContainer) in DBG_NAME() argument
111 OQueryContainer::OQueryContainer( in DBG_NAME()
121 DBG_CTOR(OQueryContainer, NULL); in DBG_NAME()
151 OQueryContainer::~OQueryContainer() in ~OQueryContainer()
153 DBG_DTOR(OQueryContainer, NULL); in ~OQueryContainer()
158 IMPLEMENT_FORWARD_XINTERFACE2( OQueryContainer,ODefinitionContainer,OQueryContainer_Base) in IMPLEMENT_FORWARD_XINTERFACE2() argument
161 IMPLEMENT_FORWARD_XTYPEPROVIDER2( OQueryContainer,ODefinitionContainer,OQueryContainer_Base) in IMPLEMENT_FORWARD_XINTERFACE2()
164 void OQueryContainer::disposing() in IMPLEMENT_FORWARD_XINTERFACE2()
190 IMPLEMENT_SERVICE_INFO2(OQueryContainer, "com.sun.star.sdb.dbaccess.OQueryContainer", SERVICE_SDBCX…
194 Reference< XPropertySet > SAL_CALL OQueryContainer::createDataDescriptor( ) throw(RuntimeException) in createDataDescriptor()
[all …]
/trunk/main/dbaccess/source/core/inc/
H A Dquerycontainer.hxx118 class OQueryContainer;
121 class OQueryContainer : public ODefinitionContainer class
143 OQueryContainer* m_pActor;
145 OAutoActionReset(OQueryContainer* _pActor) : m_pActor(_pActor) { } in OAutoActionReset()
155 virtual ~OQueryContainer();
168 OQueryContainer(
/trunk/main/dbaccess/source/core/dataaccess/
H A Dconnection.cxx357 …m_xQueries = new OQueryContainer(Reference< XNameContainer >(_rDB.getQueryDefinitions( ),UNO_QUERY… in DBG_NAME()