Lines Matching refs:OQueryDescriptor_Base

76 	: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()
174 OQueryDescriptor_Base::~OQueryDescriptor_Base() in ~OQueryDescriptor_Base()
180 DBG_DTOR(OQueryDescriptor_Base,NULL); in ~OQueryDescriptor_Base()
183 sal_Int64 SAL_CALL OQueryDescriptor_Base::getSomething( const Sequence< sal_Int8 >& _rIdentifier ) … in getSomething()
194 IMPLEMENT_IMPLEMENTATION_ID(OQueryDescriptor_Base) in IMPLEMENT_IMPLEMENTATION_ID() argument
196 void OQueryDescriptor_Base::setColumnsOutOfDate( sal_Bool _bOutOfDate ) in IMPLEMENT_IMPLEMENTATION_ID()
204 void OQueryDescriptor_Base::implAppendColumn( const ::rtl::OUString& _rName, OColumn* _pColumn ) in implAppendColumn()
210 void OQueryDescriptor_Base::clearColumns( ) in clearColumns()
218 Reference< XNameAccess > SAL_CALL OQueryDescriptor_Base::getColumns( ) throw (RuntimeException) in getColumns()
249 ::rtl::OUString SAL_CALL OQueryDescriptor_Base::getImplementationName( ) throw(RuntimeException) in getImplementationName()
255 sal_Bool SAL_CALL OQueryDescriptor_Base::supportsService( const ::rtl::OUString& _rServiceName ) th… in supportsService()
261 Sequence< ::rtl::OUString > SAL_CALL OQueryDescriptor_Base::getSupportedServiceNames( ) throw(Runt… in getSupportedServiceNames()
269 void OQueryDescriptor_Base::disposeColumns() in disposeColumns()
275 void OQueryDescriptor_Base::columnAppended( const Reference< XPropertySet >& /*_rxSourceDescriptor*… in columnAppended()
281 void OQueryDescriptor_Base::columnDropped(const ::rtl::OUString& /*_sName*/) in columnDropped()
287 Reference< XPropertySet > OQueryDescriptor_Base::createColumnDescriptor() in createColumnDescriptor()
294 void OQueryDescriptor_Base::rebuildColumns( ) in rebuildColumns()
300 void OQueryDescriptor_Base::refreshColumns() in refreshColumns()
309 OColumn* OQueryDescriptor_Base::createColumn( const ::rtl::OUString& /*_rName*/ ) const in createColumn()