LibreOffice Module dbaccess (master) 1
|
#include <composerdialogs.hxx>
Public Member Functions | |
virtual css::uno::Sequence< sal_Int8 > SAL_CALL | getImplementationId () override |
virtual css::uno::Reference< css::beans::XPropertySetInfo > SAL_CALL | getPropertySetInfo () override |
virtual ::cppu::IPropertyArrayHelper &SAL_CALL | getInfoHelper () override |
virtual ::cppu::IPropertyArrayHelper * | createArrayHelper () const override |
Public Member Functions inherited from svt::OGenericUnoDialog | |
virtual css::uno::Any SAL_CALL | queryInterface (const css::uno::Type &_rType) override |
virtual css::uno::Sequence< css::uno::Type > SAL_CALL | getTypes () override |
virtual css::uno::Sequence< sal_Int8 > SAL_CALL | getImplementationId () override=0 |
virtual OUString SAL_CALL | getImplementationName () override=0 |
virtual sal_Bool SAL_CALL | supportsService (const OUString &ServiceName) override |
virtual css::uno::Sequence< OUString > SAL_CALL | getSupportedServiceNames () override=0 |
virtual void SAL_CALL | setFastPropertyValue_NoBroadcast (sal_Int32 nHandle, const css::uno::Any &rValue) override |
virtual sal_Bool SAL_CALL | convertFastPropertyValue (css::uno::Any &rConvertedValue, css::uno::Any &rOldValue, sal_Int32 nHandle, const css::uno::Any &rValue) override |
virtual void SAL_CALL | setTitle (const OUString &aTitle) override |
virtual sal_Int16 SAL_CALL | execute () override |
virtual void SAL_CALL | initialize (const css::uno::Sequence< css::uno::Any > &aArguments) override |
Public Member Functions inherited from comphelper::OPropertyArrayUsageHelper< class TYPE > | |
OPropertyArrayUsageHelper () | |
virtual | ~OPropertyArrayUsageHelper () |
::cppu::IPropertyArrayHelper * | getArrayHelper () |
Protected Member Functions | |
ComposerDialog (const css::uno::Reference< css::uno::XComponentContext > &_rxORB) | |
virtual | ~ComposerDialog () override |
virtual std::unique_ptr< weld::GenericDialogController > | createComposerDialog (weld::Window *_pParent, const css::uno::Reference< css::sdbc::XConnection > &_rxConnection, const css::uno::Reference< css::container::XNameAccess > &_rxColumns)=0 |
Protected Member Functions inherited from svt::OGenericUnoDialog | |
OGenericUnoDialog (const css::uno::Reference< css::uno::XComponentContext > &_rxContext) | |
virtual | ~OGenericUnoDialog () override |
virtual std::unique_ptr< weld::DialogController > | createDialog (const css::uno::Reference< css::awt::XWindow > &rParent)=0 |
void | destroyDialog () |
virtual void | executedDialog (sal_Int16) |
virtual void | implInitialize (const css::uno::Any &_rValue) |
virtual ::cppu::IPropertyArrayHelper * | createArrayHelper () const=0 |
Protected Attributes | |
css::uno::Reference< css::sdb::XSingleSelectQueryComposer > | m_xComposer |
css::uno::Reference< css::sdbc::XRowSet > | m_xRowSet |
Protected Attributes inherited from svt::OGenericUnoDialog | |
std::unique_ptr< weld::DialogController > | m_xDialog |
bool | m_bExecuting |
bool | m_bTitleAmbiguous |
bool | m_bInitialized |
OUString | m_sTitle |
css::uno::Reference< css::awt::XWindow > | m_xParent |
css::uno::Reference< css::uno::XComponentContext > | m_aContext |
Private Member Functions | |
virtual std::unique_ptr< weld::DialogController > | createDialog (const css::uno::Reference< css::awt::XWindow > &rParent) override |
Additional Inherited Members | |
Static Protected Member Functions inherited from comphelper::OPropertyArrayUsageHelper< class TYPE > | |
static std::mutex & | theMutex () |
Static Protected Attributes inherited from comphelper::OPropertyArrayUsageHelper< class TYPE > | |
static sal_Int32 | s_nRefCount |
::cppu::IPropertyArrayHelper * | s_pProps |
Definition at line 38 of file composerdialogs.hxx.
|
explicitprotected |
Definition at line 64 of file composerdialogs.cxx.
References m_xComposer, m_xRowSet, PROPERTY_ID_QUERYCOMPOSER, PROPERTY_ID_ROWSET, dbaui::PROPERTY_QUERYCOMPOSER, and dbaui::PROPERTY_ROWSET.
|
overrideprotectedvirtual |
Definition at line 74 of file composerdialogs.cxx.
|
overridevirtual |
Implements comphelper::OPropertyArrayUsageHelper< class TYPE >.
Definition at line 93 of file composerdialogs.cxx.
|
protectedpure virtual |
Implemented in dbaui::RowsetFilterDialog, and dbaui::RowsetOrderDialog.
Referenced by createDialog().
|
overrideprivatevirtual |
Implements svt::OGenericUnoDialog.
Definition at line 100 of file composerdialogs.cxx.
References createComposerDialog(), DBG_UNHANDLED_EXCEPTION, Exception, Application::GetFrameWeld(), svt::OGenericUnoDialog::m_aContext, m_xComposer, m_xRowSet, and PROPERTY_ACTIVE_CONNECTION().
|
overridevirtual |
Implements svt::OGenericUnoDialog.
Definition at line 79 of file composerdialogs.cxx.
|
override |
Definition at line 89 of file composerdialogs.cxx.
References comphelper::OPropertyArrayUsageHelper< class TYPE >::getArrayHelper().
Referenced by getPropertySetInfo().
|
overridevirtual |
Definition at line 84 of file composerdialogs.cxx.
References getInfoHelper().
|
protected |
Definition at line 45 of file composerdialogs.hxx.
Referenced by ComposerDialog(), dbaui::RowsetFilterDialog::createComposerDialog(), dbaui::RowsetOrderDialog::createComposerDialog(), createDialog(), and dbaui::RowsetOrderDialog::executedDialog().
|
protected |
Definition at line 47 of file composerdialogs.hxx.
Referenced by ComposerDialog(), and createDialog().