LibreOffice Module dbaccess (master) 1
|
#include <databaseobjectview.hxx>
Public Member Functions | |
ResultSetBrowser (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, bool _bTable) | |
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... | |
Protected Member Functions | |
virtual void | fillDispatchArgs (::comphelper::NamedValueCollection &i_rDispatchArgs, const css::uno::Any &_aDataSource, const OUString &_rQualifiedName) override |
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 |
Private Attributes | |
bool | m_bTable |
Definition at line 197 of file databaseobjectview.hxx.
dbaui::ResultSetBrowser::ResultSetBrowser | ( | 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, | ||
bool | _bTable | ||
) |
Definition at line 244 of file databaseobjectview.cxx.
|
overrideprotectedvirtual |
Reimplemented from dbaui::DatabaseObjectView.
Definition at line 251 of file databaseobjectview.cxx.
References dbaui::DatabaseObjectView::fillDispatchArgs(), dbaui::DatabaseObjectView::getConnection(), m_bTable, PROPERTY_COMMAND(), PROPERTY_COMMAND_TYPE(), PROPERTY_ENABLE_BROWSER(), PROPERTY_UPDATE_CATALOGNAME(), PROPERTY_UPDATE_SCHEMANAME(), PROPERTY_UPDATE_TABLENAME(), comphelper::NamedValueCollection::put(), dbaccess::QUERY, sCatalog, sSchema, and dbaccess::TABLE.
|
private |
Definition at line 200 of file databaseobjectview.hxx.
Referenced by fillDispatchArgs().