Lines Matching refs:ODBTableDecorator

112 DBG_NAME(ODBTableDecorator)  in DBG_NAME()  argument
114 ODBTableDecorator::ODBTableDecorator( const Reference< XConnection >& _rxConnection, const Referenc… in DBG_NAME()
127 DBG_CTOR(ODBTableDecorator, NULL); in DBG_NAME()
131 ODBTableDecorator::~ODBTableDecorator() in ~ODBTableDecorator()
133 DBG_DTOR(ODBTableDecorator, NULL); in ~ODBTableDecorator()
139 Sequence< sal_Int8 > ODBTableDecorator::getImplementationId() throw (RuntimeException) in getImplementationId()
157 void SAL_CALL ODBTableDecorator::disposing() in disposing()
174 sal_Bool SAL_CALL ODBTableDecorator::convertFastPropertyValue( in convertFastPropertyValue()
225 void ODBTableDecorator::setFastPropertyValue_NoBroadcast(sal_Int32 _nHandle, const Any& _rValue) th… in setFastPropertyValue_NoBroadcast()
293 void ODBTableDecorator::getFastPropertyValue(Any& _rValue, sal_Int32 _nHandle) const in getFastPropertyValue()
374 void ODBTableDecorator::construct() in construct()
389 ::cppu::IPropertyArrayHelper* ODBTableDecorator::createArrayHelper(sal_Int32 /*_nId*/) const in createArrayHelper()
419 ::cppu::IPropertyArrayHelper & SAL_CALL ODBTableDecorator::getInfoHelper() in getInfoHelper()
439 IMPLEMENT_SERVICE_INFO1(ODBTableDecorator, "com.sun.star.sdb.dbaccess.ODBTableDecorator", SERVICE_S…
441 Any SAL_CALL ODBTableDecorator::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface()
459 Sequence< Type > SAL_CALL ODBTableDecorator::getTypes( ) throw(RuntimeException) in getTypes()
470 void SAL_CALL ODBTableDecorator::rename( const ::rtl::OUString& _rNewName ) throw(SQLException, Ele… in rename()
489 void SAL_CALL ODBTableDecorator::alterColumnByName( const ::rtl::OUString& _rName, const Reference<… in alterColumnByName()
506 void SAL_CALL ODBTableDecorator::alterColumnByIndex( sal_Int32 _nIndex, const Reference< XPropertyS… in alterColumnByIndex()
522 Reference< XNameAccess> ODBTableDecorator::getIndexes() throw (RuntimeException) in getIndexes()
530 Reference< XIndexAccess> ODBTableDecorator::getKeys() throw (RuntimeException) in getKeys()
538 Reference< XNameAccess> ODBTableDecorator::getColumns() throw (RuntimeException) in getColumns()
550 ::rtl::OUString SAL_CALL ODBTableDecorator::getName() throw(RuntimeException) in getName()
560 sal_Int64 SAL_CALL ODBTableDecorator::getSomething( const Sequence< sal_Int8 >& rId ) throw(Runtime… in getSomething()
573 Sequence< sal_Int8 > ODBTableDecorator::getUnoTunnelImplementationId() in getUnoTunnelImplementationId()
589 void ODBTableDecorator::fillPrivileges() const in fillPrivileges()
620 Reference< XPropertySet > SAL_CALL ODBTableDecorator::createDataDescriptor( ) throw (RuntimeExcept… in createDataDescriptor()
632 return new ODBTableDecorator( in createDataDescriptor()
640 Reference< ::com::sun::star::beans::XPropertySetInfo > SAL_CALL ODBTableDecorator::getPropertySetIn… in getPropertySetInfo()
646 void ODBTableDecorator::refreshColumns() in refreshColumns()
684 OColumn* ODBTableDecorator::createColumn(const ::rtl::OUString& _rName) const in createColumn()
708 void ODBTableDecorator::columnAppended( const Reference< XPropertySet >& /*_rxSourceDescriptor*/ ) in columnAppended()
714 void ODBTableDecorator::columnDropped(const ::rtl::OUString& _sName) in columnDropped()
723 Reference< XPropertySet > ODBTableDecorator::createColumnDescriptor() in createColumnDescriptor()
735 void SAL_CALL ODBTableDecorator::acquire() throw() in acquire()
740 void SAL_CALL ODBTableDecorator::release() throw() in release()
746 void SAL_CALL ODBTableDecorator::setName( const ::rtl::OUString& /*aName*/ ) throw (::com::sun::sta… in setName()