Lines Matching refs:DBSubComponentController

187 	DBSubComponentController::DBSubComponentController(const Reference< XMultiServiceFactory >& _rxORB)  in DBSubComponentController()  function in dbaui::DBSubComponentController
194 DBSubComponentController::~DBSubComponentController() in ~DBSubComponentController()
199 void DBSubComponentController::impl_initialize() in impl_initialize()
229 … Any SAL_CALL DBSubComponentController::queryInterface(const Type& _rType) throw (RuntimeException) in queryInterface()
242 Sequence< Type > SAL_CALL DBSubComponentController::getTypes( ) throw (RuntimeException) in getTypes()
260 …void DBSubComponentController::initializeConnection( const Reference< XConnection >& _rxForeignCon… in initializeConnection()
319 void DBSubComponentController::reconnect( sal_Bool _bUI ) in reconnect()
347 void DBSubComponentController::disconnect() in disconnect()
357 void DBSubComponentController::losingConnection() in losingConnection()
365 void SAL_CALL DBSubComponentController::disposing() in disposing()
377 …void SAL_CALL DBSubComponentController::disposing(const EventObject& _rSource) throw( RuntimeExcep… in disposing()
401 …void DBSubComponentController::appendError( const ::rtl::OUString& _rErrorMessage, const ::dbtools… in appendError()
408 void DBSubComponentController::clearError() in clearError()
414 sal_Bool DBSubComponentController::hasError() const in hasError()
420 const ::dbtools::SQLExceptionInfo& DBSubComponentController::getError() const in getError()
426 void DBSubComponentController::displayError() in displayError()
432 sal_Bool SAL_CALL DBSubComponentController::suspend(sal_Bool bSuspend) throw( RuntimeException ) in suspend()
443 …sal_Bool SAL_CALL DBSubComponentController::attachModel( const Reference< XModel > & _rxModel) thr… in attachModel()
463 void DBSubComponentController::Execute(sal_uInt16 _nId, const Sequence< PropertyValue >& _rArgs) in Execute()
476 ::rtl::OUString DBSubComponentController::getDataSourceName() const in getDataSourceName()
485 void DBSubComponentController::connectionLostMessage() const in connectionLostMessage()
498 const Reference< XConnection >& DBSubComponentController::getConnection() const in getConnection()
504 sal_Bool DBSubComponentController::isReadOnly() const in isReadOnly()
510 sal_Bool DBSubComponentController::isEditable() const in isEditable()
516 void DBSubComponentController::setEditable(sal_Bool _bEditable) in setEditable()
522 const ::dbtools::DatabaseMetaData& DBSubComponentController::getSdbMetaData() const in getSdbMetaData()
528 sal_Bool DBSubComponentController::isConnected() const in isConnected()
534 Reference< XDatabaseMetaData > DBSubComponentController::getMetaData( ) const in getMetaData()
550 const Reference< XPropertySet >& DBSubComponentController::getDataSource() const in getDataSource()
556 sal_Bool DBSubComponentController::haveDataSource() const in haveDataSource()
562 Reference< XModel > DBSubComponentController::getDatabaseDocument() const in getDatabaseDocument()
568 Reference< XNumberFormatter > DBSubComponentController::getNumberFormatter() const in getNumberFormatter()
574 Reference< XModel > DBSubComponentController::getPrivateModel() const in getPrivateModel()
580 ::rtl::OUString SAL_CALL DBSubComponentController::getTitle() in getTitle()
599 sal_Int32 DBSubComponentController::getCurrentStartNumber() const in getCurrentStartNumber()
605 …Reference< XEmbeddedScripts > SAL_CALL DBSubComponentController::getScriptContainer() throw (Runti… in getScriptContainer()
615 …void SAL_CALL DBSubComponentController::addModifyListener( const Reference< XModifyListener >& i_L… in addModifyListener()
622 …void SAL_CALL DBSubComponentController::removeModifyListener( const Reference< XModifyListener >& … in removeModifyListener()
629 ::sal_Bool SAL_CALL DBSubComponentController::isModified( ) throw (RuntimeException) in isModified()
636 …void SAL_CALL DBSubComponentController::setModified( ::sal_Bool i_bModified ) throw (PropertyVetoE… in setModified()
652 sal_Bool DBSubComponentController::impl_isModified() const in impl_isModified()
658 void DBSubComponentController::impl_onModifyChanged() in impl_onModifyChanged()