Home
last modified time | relevance | path

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

/trunk/main/vbahelper/source/vbahelper/
H A Dvbashape.cxx67 ScVbaShape::~ScVbaShape() in ~ScVbaShape()
98 void ScVbaShape::addListeners() in addListeners()
176 ScVbaShape::getName() throw (uno::RuntimeException) in getName()
216 ScVbaShape::getLeft() throw (uno::RuntimeException) in getLeft()
228 ScVbaShape::getTop() throw (uno::RuntimeException) in getTop()
262 ScVbaShape::getType() throw (uno::RuntimeException) in getType()
285 ScVbaShape::getLine() throw (uno::RuntimeException) in getLine()
292 ScVbaShape::getFill() throw (uno::RuntimeException) in getFill()
322 ScVbaShape::Delete() throw (uno::RuntimeException) in Delete()
653 ScVbaShape::getServiceImplName() in getServiceImplName()
[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()
/trunk/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();
/trunk/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()

Completed in 51 milliseconds