Home
last modified time | relevance | path

Searched refs:DBSubComponentController (Results 1 – 8 of 8) sorted by relevance

/AOO41X/main/dbaccess/source/ui/misc/
H A Ddbsubcomponentcontroller.cxx187DBSubComponentController::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()
[all …]
/AOO41X/main/dbaccess/inc/
H A Ddbsubcomponentcontroller.hxx54 class DBSubComponentController;
62 class DBACCESS_DLLPUBLIC DBSubComponentController : public DBSubComponentController_Base class
172DBSubComponentController(const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiSer…
173 virtual ~DBSubComponentController();
201 DBSubComponentController(); // never implemented
/AOO41X/main/reportdesign/inc/
H A DRptModel.hxx34 class DBSubComponentController;
55 ::dbaui::DBSubComponentController* m_pController;
78 inline dbaui::DBSubComponentController* getController() const { return m_pController; } in getController()
79 …inline void attachController( dbaui::DBSubComponentController& _rController ) { m_pController = &_… in attachController()
/AOO41X/main/dbaccess/source/ui/inc/
H A Dsingledoccontroller.hxx47 typedef ::cppu::ImplInheritanceHelper1 < DBSubComponentController
/AOO41X/main/reportdesign/source/core/sdr/
H A Dformatnormalizer.cxx185 ::dbaui::DBSubComponentController* pController( m_rModel.getController() ); in impl_ensureUpToDateFieldList_nothrow()
H A DUndoEnv.cxx261 dbaui::DBSubComponentController* pController = m_pImpl->m_rModel.getController(); in propertyChange()
/AOO41X/main/reportdesign/source/ui/inc/
H A DReportController.hxx81 typedef ::dbaui::DBSubComponentController OReportController_BASE;
/AOO41X/main/reportdesign/source/ui/report/
H A DReportController.cxx1846 DBSubComponentController::describeSupportedFeatures(); in describeSupportedFeatures()
2115 DBSubComponentController::impl_onModifyChanged(); in impl_onModifyChanged()