LibreOffice Module svx (master) 1
|
#include <xfm_addcondition.hxx>
Static Public Member Functions | |
static css::uno::Reference< css::uno::XInterface > | Create (const css::uno::Reference< css::lang::XMultiServiceFactory > &) |
Private Member Functions | |
OAddConditionDialog (const css::uno::Reference< css::uno::XComponentContext > &_rxORB) | |
virtual css::uno::Sequence< sal_Int8 > SAL_CALL | getImplementationId () override |
virtual OUString SAL_CALL | getImplementationName () override |
virtual css::uno::Sequence< OUString > SAL_CALL | getSupportedServiceNames () 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 |
virtual std::unique_ptr< weld::DialogController > | createDialog (const css::uno::Reference< css::awt::XWindow > &rParent) override |
virtual void | executedDialog (sal_Int16 _nExecutionResult) override |
Private Attributes | |
css::uno::Reference< css::beans::XPropertySet > | m_xBinding |
OUString | m_sFacetName |
OUString | m_sConditionValue |
css::uno::Reference< css::xforms::XModel > | m_xWorkModel |
Additional Inherited Members | |
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< OAddConditionDialog > | |
OPropertyArrayUsageHelper () | |
virtual | ~OPropertyArrayUsageHelper () |
::cppu::IPropertyArrayHelper * | getArrayHelper () |
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 |
Static Protected Member Functions inherited from comphelper::OPropertyArrayUsageHelper< OAddConditionDialog > | |
static std::mutex & | theMutex () |
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 |
Static Protected Attributes inherited from comphelper::OPropertyArrayUsageHelper< OAddConditionDialog > | |
static sal_Int32 | s_nRefCount |
::cppu::IPropertyArrayHelper * | s_pProps |
Definition at line 33 of file xfm_addcondition.hxx.
|
private |
Definition at line 63 of file xfm_addcondition.cxx.
References m_sConditionValue, m_sFacetName, m_xBinding, m_xWorkModel, PROPERTY_ID_BINDING, PROPERTY_ID_CONDITION_VALUE, PROPERTY_ID_FACET_NAME, and PROPERTY_ID_FORM_MODEL.
Referenced by Create().
|
static |
Definition at line 106 of file xfm_addcondition.cxx.
References comphelper::getComponentContext(), and OAddConditionDialog().
Referenced by svxform::OAddConditionDialog_Create().
|
overrideprivatevirtual |
Implements comphelper::OPropertyArrayUsageHelper< OAddConditionDialog >.
Definition at line 134 of file xfm_addcondition.cxx.
References aProperties.
|
overrideprivatevirtual |
Implements svt::OGenericUnoDialog.
Definition at line 141 of file xfm_addcondition.cxx.
References Application::GetFrameWeld(), m_sFacetName, and m_xBinding.
|
overrideprivatevirtual |
Reimplemented from svt::OGenericUnoDialog.
Definition at line 149 of file xfm_addcondition.cxx.
References svt::OGenericUnoDialog::executedDialog(), m_sConditionValue, svt::OGenericUnoDialog::m_xDialog, and RET_OK.
|
overrideprivatevirtual |
Implements svt::OGenericUnoDialog.
Definition at line 100 of file xfm_addcondition.cxx.
|
overrideprivatevirtual |
Implements svt::OGenericUnoDialog.
Definition at line 112 of file xfm_addcondition.cxx.
References svxform::OAddConditionDialog_GetImplementationName().
|
overrideprivate |
Definition at line 129 of file xfm_addcondition.cxx.
References comphelper::OPropertyArrayUsageHelper< OAddConditionDialog >::getArrayHelper().
Referenced by getPropertySetInfo().
|
overrideprivatevirtual |
Definition at line 124 of file xfm_addcondition.cxx.
References getInfoHelper().
|
overrideprivatevirtual |
Implements svt::OGenericUnoDialog.
Definition at line 118 of file xfm_addcondition.cxx.
References svxform::OAddConditionDialog_GetSupportedServiceNames().
|
private |
Definition at line 65 of file xfm_addcondition.hxx.
Referenced by executedDialog(), and OAddConditionDialog().
|
private |
Definition at line 64 of file xfm_addcondition.hxx.
Referenced by createDialog(), and OAddConditionDialog().
|
private |
Definition at line 63 of file xfm_addcondition.hxx.
Referenced by createDialog(), and OAddConditionDialog().
|
private |
Definition at line 67 of file xfm_addcondition.hxx.
Referenced by OAddConditionDialog().