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

#include <databaseobjectview.hxx>

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

Public Member Functions

 QueryDesigner (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 _bCreateView)
 
- 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...
 

Private Member Functions

virtual void fillDispatchArgs (::comphelper::NamedValueCollection &i_rDispatchArgs, const css::uno::Any &_aDataSource, const OUString &_rObjectName) override
 

Private Attributes

sal_Int32 m_nCommandType
 

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
 

Detailed Description

Definition at line 141 of file databaseobjectview.hxx.

Constructor & Destructor Documentation

◆ QueryDesigner()

dbaui::QueryDesigner::QueryDesigner ( 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  _bCreateView 
)

Definition at line 161 of file databaseobjectview.cxx.

References CommandType, QUERY, and TABLE.

Member Function Documentation

◆ fillDispatchArgs()

void dbaui::QueryDesigner::fillDispatchArgs ( ::comphelper::NamedValueCollection i_rDispatchArgs,
const css::uno::Any &  _aDataSource,
const OUString &  _rObjectName 
)
overrideprivatevirtual

Member Data Documentation

◆ m_nCommandType

sal_Int32 dbaui::QueryDesigner::m_nCommandType
private

Definition at line 143 of file databaseobjectview.hxx.

Referenced by fillDispatchArgs().


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