LibreOffice Module sc (master) 1
|
#include <vbatextboxshape.hxx>
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 |
Definition at line 27 of file vbatextboxshape.hxx.
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.
|
overridevirtual |
Definition at line 47 of file vbatextboxshape.cxx.
References ooo::vba::excel::getDocShell(), ScDocShell::GetDocument(), ScDocument::GetDocumentShell(), m_xModel, m_xTextRange, mxContext, and Start.
|
overridevirtual |
Definition at line 35 of file vbatextboxshape.cxx.
References m_xTextRange.
|
overridevirtual |
Definition at line 41 of file vbatextboxshape.cxx.
References m_xTextRange.
|
private |
Definition at line 29 of file vbatextboxshape.hxx.
Referenced by characters(), getText(), ScVbaTextBoxShape(), and setText().