LibreOffice Module sc (master) 1
Public Member Functions | Static Public Member Functions | Protected Attributes | Private Types | List of all members
ScVbaCondition< Ifc > Class Template Referenceabstract

#include <vbacondition.hxx>

Inheritance diagram for ScVbaCondition< Ifc >:
[legend]
Collaboration diagram for ScVbaCondition< Ifc >:
[legend]

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
 

Detailed Description

template<typename... Ifc>
class ScVbaCondition< Ifc >

Definition at line 28 of file vbacondition.hxx.

Member Typedef Documentation

◆ ScVbaCondition_BASE

template<typename... Ifc>
typedef InheritedHelperInterfaceWeakImpl< Ifc... > ScVbaCondition< Ifc >::ScVbaCondition_BASE
private

Definition at line 30 of file vbacondition.hxx.

Constructor & Destructor Documentation

◆ ScVbaCondition()

template<typename... Ifc>
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.

Member Function Documentation

◆ Formula1()

template<typename... Ifc>
OUString ScVbaCondition< Ifc >::Formula1
overridevirtual

Definition at line 84 of file vbacondition.cxx.

◆ Formula2()

template<typename... Ifc>
OUString ScVbaCondition< Ifc >::Formula2
overridevirtual

Definition at line 89 of file vbacondition.cxx.

◆ Operator() [1/2]

template<typename... Ifc>
virtual sal_Int32 SAL_CALL ScVbaCondition< Ifc >::Operator ( )
overridepure virtual

◆ Operator() [2/2]

template<typename... Ifc>
sal_Int32 ScVbaCondition< Ifc >::Operator ( bool  _bIncludeFormulaValue)
virtual
Exceptions
css::script::BasicErrorException

Reimplemented in ScVbaFormatCondition.

Definition at line 94 of file vbacondition.cxx.

References ERRCODE_BASIC_METHOD_FAILED, ISFORMULA, and u.

◆ retrieveAPIOperator()

template<typename... Ifc>
sheet::ConditionOperator ScVbaCondition< Ifc >::retrieveAPIOperator ( const css::uno::Any &  _aOperator)
static
Exceptions
css::script::BasicErrorException

Definition at line 44 of file vbacondition.cxx.

Referenced by ScVbaValidation::Add().

Member Data Documentation

◆ mxAddressable

template<typename... Ifc>
css::uno::Reference< css::sheet::XCellRangeAddressable > ScVbaCondition< Ifc >::mxAddressable
protected

Definition at line 32 of file vbacondition.hxx.

Referenced by ScVbaCondition< Ifc >::ScVbaCondition().

◆ mxSheetCondition

template<typename... Ifc>
css::uno::Reference< css::sheet::XSheetCondition > ScVbaCondition< Ifc >::mxSheetCondition
protected

Definition at line 33 of file vbacondition.hxx.

Referenced by ScVbaFormatCondition::Type().


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