LibreOffice Module dbaccess (master) 1
Public Member Functions | Protected Member Functions | Private Attributes | List of all members
dbaui::ResultSetBrowser Class Reference

#include <databaseobjectview.hxx>

Inheritance diagram for dbaui::ResultSetBrowser:
[legend]
Collaboration diagram for dbaui::ResultSetBrowser:
[legend]

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
 

Detailed Description

Definition at line 197 of file databaseobjectview.hxx.

Constructor & Destructor Documentation

◆ ResultSetBrowser()

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.

Member Function Documentation

◆ fillDispatchArgs()

void dbaui::ResultSetBrowser::fillDispatchArgs ( ::comphelper::NamedValueCollection i_rDispatchArgs,
const css::uno::Any &  _aDataSource,
const OUString &  _rQualifiedName 
)
overrideprotectedvirtual

Member Data Documentation

◆ m_bTable

bool dbaui::ResultSetBrowser::m_bTable
private

Definition at line 200 of file databaseobjectview.hxx.

Referenced by fillDispatchArgs().


The documentation for this class was generated from the following files: