LibreOffice Module sc (master) 1
Public Member Functions | Private Attributes | List of all members
ScVbaTextBoxShape Class Reference

#include <vbatextboxshape.hxx>

Inheritance diagram for ScVbaTextBoxShape:
[legend]
Collaboration diagram for ScVbaTextBoxShape:
[legend]

Public Member Functions

 ScVbaTextBoxShape (const css::uno::Reference< css::uno::XComponentContext > &xContext, const css::uno::Reference< css::drawing::XShape > &xShape, const css::uno::Reference< css::drawing::XShapes > &xShapes, const css::uno::Reference< css::frame::XModel > &xModel)
 
virtual OUString SAL_CALL getText () override
 
virtual void SAL_CALL setText (const OUString &_text) override
 
virtual css::uno::Reference< ov::excel::XCharacters > SAL_CALL characters (const css::uno::Any &Start, const css::uno::Any &Length) override
 

Private Attributes

css::uno::Reference< css::text::XTextRange > m_xTextRange
 

Detailed Description

Definition at line 27 of file vbatextboxshape.hxx.

Constructor & Destructor Documentation

◆ ScVbaTextBoxShape()

ScVbaTextBoxShape::ScVbaTextBoxShape ( const css::uno::Reference< css::uno::XComponentContext > &  xContext,
const css::uno::Reference< css::drawing::XShape > &  xShape,
const css::uno::Reference< css::drawing::XShapes > &  xShapes,
const css::uno::Reference< css::frame::XModel > &  xModel 
)

Definition at line 29 of file vbatextboxshape.cxx.

References getType(), m_xTextRange, Reference, and xModel.

Member Function Documentation

◆ characters()

uno::Reference< excel::XCharacters > SAL_CALL ScVbaTextBoxShape::characters ( const css::uno::Any &  Start,
const css::uno::Any &  Length 
)
overridevirtual

◆ getText()

OUString SAL_CALL ScVbaTextBoxShape::getText ( )
overridevirtual

Definition at line 35 of file vbatextboxshape.cxx.

References m_xTextRange.

◆ setText()

void SAL_CALL ScVbaTextBoxShape::setText ( const OUString &  _text)
overridevirtual

Definition at line 41 of file vbatextboxshape.cxx.

References m_xTextRange.

Member Data Documentation

◆ m_xTextRange

css::uno::Reference< css::text::XTextRange > ScVbaTextBoxShape::m_xTextRange
private

Definition at line 29 of file vbatextboxshape.hxx.

Referenced by characters(), getText(), ScVbaTextBoxShape(), and setText().


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