Home
last modified time | relevance | path

Searched refs:OQueryDescriptor_Base (Results 1 – 4 of 4) sorted by relevance

/trunk/main/dbaccess/source/core/api/
H A Dquerydescriptor.cxx76 :OQueryDescriptor_Base(m_aMutex,*this) in DBG_NAME()
85 OQueryDescriptor::OQueryDescriptor(const OQueryDescriptor_Base& _rSource) in OQueryDescriptor()
86 :OQueryDescriptor_Base(_rSource,*this) in OQueryDescriptor()
99 IMPLEMENT_TYPEPROVIDER2(OQueryDescriptor,OQueryDescriptor_Base,ODataSettings);
100 IMPLEMENT_FORWARD_XINTERFACE3( OQueryDescriptor,OWeakObject,OQueryDescriptor_Base,ODataSettings) in IMPLEMENT_FORWARD_XINTERFACE3() argument
148 DBG_NAME(OQueryDescriptor_Base);
150 OQueryDescriptor_Base::OQueryDescriptor_Base(::osl::Mutex& _rMutex,::cppu::OWeakObject& _rMySelf) in OQueryDescriptor_Base() function in dbaccess::OQueryDescriptor_Base
154 DBG_CTOR(OQueryDescriptor_Base,NULL); in OQueryDescriptor_Base()
158 OQueryDescriptor_Base::OQueryDescriptor_Base(const OQueryDescriptor_Base& _rSource,::cppu::OWeakObj… in OQueryDescriptor_Base() function in dbaccess::OQueryDescriptor_Base
162 DBG_CTOR(OQueryDescriptor_Base,NULL); in OQueryDescriptor_Base()
[all …]
H A Dquerydescriptor.hxx79 class OQueryDescriptor_Base class
92 virtual ~OQueryDescriptor_Base();
103 OQueryDescriptor_Base(::osl::Mutex& _rMutex,::cppu::OWeakObject& _rMySelf);
107 OQueryDescriptor_Base(const OQueryDescriptor_Base& _rSource,::cppu::OWeakObject& _rMySelf);
143 ,public OQueryDescriptor_Base
144 ,public ::comphelper::OPropertyArrayUsageHelper< OQueryDescriptor_Base >
161 OQueryDescriptor(const OQueryDescriptor_Base& _rSource);
H A Dquery.cxx133 ,OQueryDescriptor_Base(m_aMutex,*this) in DBG_NAME()
174 IMPLEMENT_GETTYPES3(OQuery,OQueryDescriptor_Base,ODataSettings,OContentHelper);
175 IMPLEMENT_FORWARD_XINTERFACE3( OQuery,OContentHelper,OQueryDescriptor_Base,ODataSettings) in IMPLEMENT_FORWARD_XINTERFACE3() argument
H A Dquery.hxx74 ,public OQueryDescriptor_Base