Lines Matching refs:OQuery
127 DBG_NAME(OQuery) in DBG_NAME() argument
129 OQuery::OQuery( const Reference< XPropertySet >& _rxCommandDefinition in DBG_NAME()
142 DBG_CTOR(OQuery, NULL); in DBG_NAME()
168 OQuery::~OQuery() in ~OQuery()
170 DBG_DTOR(OQuery, NULL); in ~OQuery()
173 IMPLEMENT_IMPLEMENTATION_ID(OQuery);
174 IMPLEMENT_GETTYPES3(OQuery,OQueryDescriptor_Base,ODataSettings,OContentHelper);
175 IMPLEMENT_FORWARD_XINTERFACE3( OQuery,OContentHelper,OQueryDescriptor_Base,ODataSettings) in IMPLEMENT_FORWARD_XINTERFACE3() argument
177 void OQuery::rebuildColumns() in IMPLEMENT_FORWARD_XINTERFACE3()
277 IMPLEMENT_SERVICE_INFO3(OQuery, "com.sun.star.sdb.dbaccess.OQuery", SERVICE_SDB_DATASETTINGS, SERVI…
281 void SAL_CALL OQuery::propertyChange( const PropertyChangeEvent& _rSource ) throw(RuntimeException) in propertyChange()
314 void SAL_CALL OQuery::disposing( const EventObject& _rSource ) throw (RuntimeException) in disposing()
328 Reference< XPropertySet > SAL_CALL OQuery::createDataDescriptor( ) throw(RuntimeException) in createDataDescriptor()
335 void SAL_CALL OQuery::disposing() in disposing()
349 void OQuery::setFastPropertyValue_NoBroadcast( sal_Int32 _nHandle, const Any& _rValue ) throw (Exce… in setFastPropertyValue_NoBroadcast()
371 Reference< XPropertySetInfo > SAL_CALL OQuery::getPropertySetInfo( ) throw(RuntimeException) in getPropertySetInfo()
377 ::cppu::IPropertyArrayHelper& OQuery::getInfoHelper() in getInfoHelper()
383 ::cppu::IPropertyArrayHelper* OQuery::createArrayHelper( ) const in createArrayHelper()
391 OColumn* OQuery::createColumn(const ::rtl::OUString& /*_rName*/) const in createColumn()
396 void SAL_CALL OQuery::rename( const ::rtl::OUString& newName ) throw (SQLException, ElementExistExc… in rename()
405 void OQuery::registerProperties() in registerProperties()
432 ::rtl::OUString OQuery::determineContentType() const in determineContentType()