LibreOffice Module sc (master) 1
|
#include <vbacondition.hxx>
Public Member Functions | |
ScVbaCondition (const css::uno::Reference< ov::XHelperInterface > &xParent, const css::uno::Reference< css::uno::XComponentContext > &xContext, css::uno::Reference< css::sheet::XSheetCondition > _xSheetCondition) | |
virtual OUString SAL_CALL | Formula1 () override |
virtual OUString SAL_CALL | Formula2 () override |
virtual sal_Int32 | Operator (bool _bIncludeFormulaValue) |
virtual sal_Int32 SAL_CALL | Operator () override=0 |
Public Member Functions inherited from InheritedHelperInterfaceWeakImpl< Ifc... > | |
InheritedHelperInterfaceWeakImpl (const css::uno::Reference< ov::XHelperInterface > &xParent, const css::uno::Reference< css::uno::XComponentContext > &xContext) | |
Public Member Functions inherited from InheritedHelperInterfaceImpl< ::cppu::WeakImplHelper< Ifc... > > | |
InheritedHelperInterfaceImpl (const css::uno::Reference< ov::XHelperInterface > &xParent, css::uno::Reference< css::uno::XComponentContext > xContext) | |
virtual OUString | getServiceImplName ()=0 |
virtual css::uno::Sequence< OUString > | getServiceNames ()=0 |
virtual ::sal_Int32 SAL_CALL | getCreator () override |
virtual css::uno::Reference< ov::XHelperInterface > SAL_CALL | getParent () override |
virtual css::uno::Any SAL_CALL | Application () override |
virtual OUString SAL_CALL | getImplementationName () override |
virtual sal_Bool SAL_CALL | supportsService (const OUString &ServiceName) override |
virtual css::uno::Sequence< OUString > SAL_CALL | getSupportedServiceNames () override |
Static Public Member Functions | |
static css::sheet::ConditionOperator | retrieveAPIOperator (const css::uno::Any &_aOperator) |
Protected Attributes | |
css::uno::Reference< css::sheet::XCellRangeAddressable > | mxAddressable |
css::uno::Reference< css::sheet::XSheetCondition > | mxSheetCondition |
Protected Attributes inherited from InheritedHelperInterfaceImpl< ::cppu::WeakImplHelper< Ifc... > > | |
css::uno::WeakReference< ov::XHelperInterface > | mxParent |
css::uno::Reference< css::uno::XComponentContext > | mxContext |
Private Types | |
typedef InheritedHelperInterfaceWeakImpl< Ifc... > | ScVbaCondition_BASE |
Definition at line 28 of file vbacondition.hxx.
|
private |
Definition at line 30 of file vbacondition.hxx.
ScVbaCondition< Ifc >::ScVbaCondition | ( | const css::uno::Reference< ov::XHelperInterface > & | xParent, |
const css::uno::Reference< css::uno::XComponentContext > & | xContext, | ||
css::uno::Reference< css::sheet::XSheetCondition > | _xSheetCondition | ||
) |
Definition at line 34 of file vbacondition.cxx.
References ScVbaCondition< Ifc >::mxAddressable.
|
overridevirtual |
Definition at line 84 of file vbacondition.cxx.
|
overridevirtual |
Definition at line 89 of file vbacondition.cxx.
|
overridepure virtual |
Implemented in ScVbaFormatCondition, and ScVbaFormatCondition.
Referenced by ScVbaFormatCondition::Operator().
|
virtual |
css::script::BasicErrorException |
Reimplemented in ScVbaFormatCondition.
Definition at line 94 of file vbacondition.cxx.
References ERRCODE_BASIC_METHOD_FAILED, ISFORMULA, and u.
|
static |
css::script::BasicErrorException |
Definition at line 44 of file vbacondition.cxx.
Referenced by ScVbaValidation::Add().
|
protected |
Definition at line 32 of file vbacondition.hxx.
Referenced by ScVbaCondition< Ifc >::ScVbaCondition().
|
protected |
Definition at line 33 of file vbacondition.hxx.
Referenced by ScVbaFormatCondition::Type().