LibreOffice Module sc (master) 1
Public Member Functions | Private Member Functions | Private Attributes | List of all members
ShapeUnoEventAccessImpl Class Reference
Inheritance diagram for ShapeUnoEventAccessImpl:
[legend]
Collaboration diagram for ShapeUnoEventAccessImpl:
[legend]

Public Member Functions

 ShapeUnoEventAccessImpl (ScShapeObj *pShape)
 
virtual void SAL_CALL replaceByName (const OUString &aName, const uno::Any &aElement) override
 
virtual uno::Any SAL_CALL getByName (const OUString &aName) override
 
virtual uno::Sequence< OUString > SAL_CALL getElementNames () override
 
virtual sal_Bool SAL_CALL hasByName (const OUString &aName) override
 
virtual uno::Type SAL_CALL getElementType () override
 
virtual sal_Bool SAL_CALL hasElements () override
 

Private Member Functions

ScMacroInfogetInfo (bool bCreate)
 

Private Attributes

ScShapeObjmpShape
 

Detailed Description

Definition at line 1347 of file shapeuno.cxx.

Constructor & Destructor Documentation

◆ ShapeUnoEventAccessImpl()

ShapeUnoEventAccessImpl::ShapeUnoEventAccessImpl ( ScShapeObj pShape)
inlineexplicit

Definition at line 1358 of file shapeuno.cxx.

Member Function Documentation

◆ getByName()

virtual uno::Any SAL_CALL ShapeUnoEventAccessImpl::getByName ( const OUString &  aName)
inlineoverridevirtual

◆ getElementNames()

virtual uno::Sequence< OUString > SAL_CALL ShapeUnoEventAccessImpl::getElementNames ( )
inlineoverridevirtual

Definition at line 1413 of file shapeuno.cxx.

References aSeq, and SC_EVENTACC_ONCLICK.

◆ getElementType()

virtual uno::Type SAL_CALL ShapeUnoEventAccessImpl::getElementType ( )
inlineoverridevirtual

Definition at line 1425 of file shapeuno.cxx.

◆ getInfo()

ScMacroInfo * ShapeUnoEventAccessImpl::getInfo ( bool  bCreate)
inlineprivate

Definition at line 1352 of file shapeuno.cxx.

References mpShape, and ScShapeObj_getShapeHyperMacroInfo().

Referenced by getByName(), and replaceByName().

◆ hasByName()

virtual sal_Bool SAL_CALL ShapeUnoEventAccessImpl::hasByName ( const OUString &  aName)
inlineoverridevirtual

Definition at line 1419 of file shapeuno.cxx.

References aName, and SC_EVENTACC_ONCLICK.

Referenced by replaceByName().

◆ hasElements()

virtual sal_Bool SAL_CALL ShapeUnoEventAccessImpl::hasElements ( )
inlineoverridevirtual

Definition at line 1430 of file shapeuno.cxx.

◆ replaceByName()

virtual void SAL_CALL ShapeUnoEventAccessImpl::replaceByName ( const OUString &  aName,
const uno::Any aElement 
)
inlineoverridevirtual

Member Data Documentation

◆ mpShape

ScShapeObj* ShapeUnoEventAccessImpl::mpShape
private

Definition at line 1350 of file shapeuno.cxx.

Referenced by getInfo().


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