Home
last modified time | relevance | path

Searched refs:ScVbaShape (Results 1 – 9 of 9) sorted by relevance

/AOO41X/main/vbahelper/source/vbahelper/
H A Dvbashape.cxx54 ScVbaShape::ScVbaShape( const uno::Reference< XHelperInterface >& xParent, const uno::Reference< un… in ScVbaShape() function in ScVbaShape
61 ScVbaShape::ScVbaShape( const uno::Reference< uno::XComponentContext >& xContext, const uno::Refere… in ScVbaShape() function in ScVbaShape
67 ScVbaShape::~ScVbaShape() in ~ScVbaShape()
81 ScVbaShape::disposing( const lang::EventObject& rEventObject ) throw( uno::RuntimeException ) in disposing()
98 void ScVbaShape::addListeners() in addListeners()
110 ScVbaShape::removeShapeListener() throw( uno::RuntimeException ) in removeShapeListener()
122 ScVbaShape::removeShapesListener() throw( uno::RuntimeException ) in removeShapesListener()
133 ScVbaShape::getType( const css::uno::Reference< drawing::XShape > xShape ) throw (uno::RuntimeExcep… in getType()
176 ScVbaShape::getName() throw (uno::RuntimeException) in getName()
185 ScVbaShape::setName( const rtl::OUString& _name ) throw (uno::RuntimeException) in setName()
[all …]
H A Dvbashapes.cxx104 …uno::Reference< msforms::XShape >( new ScVbaShape( getParent(), mxContext, xShape, m_xShapes, m_xM… in createCollectionObject()
258ScVbaShape *pScVbaShape = new ScVbaShape( getParent(), mxContext, xShape, m_xShapes, m_xModel, ScV… in AddRectangle()
302ScVbaShape *pScVbaShape = new ScVbaShape( getParent(), mxContext, xShape, m_xShapes, m_xModel, ScV… in AddEllipse()
338ScVbaShape *pScVbaShape = new ScVbaShape( getParent(), mxContext, xShape, m_xShapes, m_xModel, ScV… in AddLine()
410ScVbaShape *pScVbaShape = new ScVbaShape( getParent(), mxContext, xShape, m_xShapes, m_xModel, ScV… in AddTextboxInWriter()
439ScVbaShape *pScVbaShape = new ScVbaShape( getParent(), mxContext, xShape, m_xShapes, m_xModel, ScV… in AddShape()
H A Dvbashaperange.cxx72 …return uno::Reference< msforms::XShape >( new ScVbaShape( getParent(), mxContext, xShape, getShape… in Group()
354 …::XShape > xVbShape( new ScVbaShape( uno::Reference< XHelperInterface >(), mxContext, xShape, getS… in createCollectionObject()
/AOO41X/main/vbahelper/inc/vbahelper/
H A Dvbashape.hxx41 class VBAHELPER_DLLPUBLIC ScVbaShape : public ScVbaShape_BASE class
58ScVbaShape( const css::uno::Reference< ov::XHelperInterface >& xParent, const css::uno::Reference<…
59ScVbaShape( const css::uno::Reference< css::uno::XComponentContext >& xContext, const css::uno::Re…
60 virtual ~ScVbaShape();
/AOO41X/main/sc/source/ui/vba/
H A Dvbatextboxshape.hxx32 typedef cppu::ImplInheritanceHelper1< ScVbaShape, ov::msforms::XTextBoxShape > TextBoxShapeImpl_BAS…
H A Dvbatextboxshape.cxx32 …o::Reference< XHelperInterface >(), xContext, xShape, xShapes, xModel, ScVbaShape::getType( xShape… in ScVbaTextBoxShape()
H A Dvbaapplication.cxx242 if ( ScVbaShape::getType( xShape ) == office::MsoShapeType::msoAutoShape ) in getSelection()
250 …eAny( uno::Reference< msforms::XShape >(new ScVbaShape( this, mxContext, xShape, xShapes, xModel, in getSelection()
H A Dvbacomment.cxx135 …return new ScVbaShape( this, mxContext, xAnnoShape, xShapes, mxModel, office::MsoShapeType::msoCom… in getShape()
H A Dvbahelper.cxx695 m_xShape = new ScVbaShape( xContext, xShape ); in ConcreteXShapeGeometryAttributes()