|
LibreOffice Module dbaccess (master) 1
|
#include <databaseobjectview.hxx>
Public Member Functions | |
| RelationDesigner (const css::uno::Reference< css::uno::XComponentContext > &_rxORB, const css::uno::Reference< css::sdb::application::XDatabaseDocumentUI > &_rxApplication, const css::uno::Reference< css::frame::XFrame > &_rxParentFrame) | |
Public Member Functions inherited from dbaui::DatabaseObjectView | |
| DatabaseObjectView (const css::uno::Reference< css::uno::XComponentContext > &_rxORB, const css::uno::Reference< css::sdb::application::XDatabaseDocumentUI > &_rxApplication, const css::uno::Reference< css::frame::XFrame > &_rxParentFrame, OUString _sComponentURL) | |
| virtual | ~DatabaseObjectView () |
| void | setTargetFrame (const css::uno::Reference< css::frame::XFrame > &_rxFrame) |
| sets the target frame into which the view should be loaded. More... | |
| css::uno::Reference< css::lang::XComponent > | createNew (const css::uno::Reference< css::sdbc::XDataSource > &_xDataSource, const ::comphelper::NamedValueCollection &i_rDispatchArgs=::comphelper::NamedValueCollection()) |
| opens a view for a to-be-created object More... | |
| css::uno::Reference< css::lang::XComponent > | openExisting (const css::uno::Any &_aDataSource, const OUString &_rName, const ::comphelper::NamedValueCollection &i_rDispatchArgs) |
| opens a view for an existent object More... | |
Additional Inherited Members | |
Protected Member Functions inherited from dbaui::DatabaseObjectView | |
| virtual css::uno::Reference< css::lang::XComponent > | doCreateView (const css::uno::Any &_rDataSource, const OUString &_rObjectName, const ::comphelper::NamedValueCollection &i_rCreationArgs) |
| creates the desired view More... | |
| virtual void | fillDispatchArgs (::comphelper::NamedValueCollection &i_rDispatchArgs, const css::uno::Any &_rDataSource, const OUString &_rObjectName) |
| const css::uno::Reference< css::sdb::application::XDatabaseDocumentUI > & | getApplicationUI () const |
| css::uno::Reference< css::sdbc::XConnection > | getConnection () const |
Definition at line 219 of file databaseobjectview.hxx.
| dbaui::RelationDesigner::RelationDesigner | ( | const css::uno::Reference< css::uno::XComponentContext > & | _rxORB, |
| const css::uno::Reference< css::sdb::application::XDatabaseDocumentUI > & | _rxApplication, | ||
| const css::uno::Reference< css::frame::XFrame > & | _rxParentFrame | ||
| ) |
Definition at line 275 of file databaseobjectview.cxx.