Home
last modified time | relevance | path

Searched refs:ScVbaTextBoxShape (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sc/source/ui/vba/
H A Dvbatextboxshape.cxx32 ScVbaTextBoxShape::ScVbaTextBoxShape( const uno::Reference< uno::XComponentContext >& xContext, con… in ScVbaTextBoxShape() function in ScVbaTextBoxShape
39 ScVbaTextBoxShape::getText() in getText()
45 ScVbaTextBoxShape::setText( const rtl::OUString& _text ) in setText()
51 ScVbaTextBoxShape::characters( const uno::Any& Start, const uno::Any& Length ) in characters()
H A Dvbatextboxshape.hxx34 class ScVbaTextBoxShape : public TextBoxShapeImpl_BASE class
39ScVbaTextBoxShape( const css::uno::Reference< css::uno::XComponentContext >& xContext, const css::…
H A Dvbaapplication.cxx247 …return uno::makeAny( uno::Reference< msforms::XTextBoxShape >(new ScVbaTextBoxShape( mxContext, xS… in getSelection()