Searched refs:ScVbaShape (Results 1 – 9 of 9) sorted by relevance
| /AOO41X/main/vbahelper/source/vbahelper/ |
| H A D | vbashape.cxx | 54 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 D | vbashapes.cxx | 104 …uno::Reference< msforms::XShape >( new ScVbaShape( getParent(), mxContext, xShape, m_xShapes, m_xM… in createCollectionObject() 258 …ScVbaShape *pScVbaShape = new ScVbaShape( getParent(), mxContext, xShape, m_xShapes, m_xModel, ScV… in AddRectangle() 302 …ScVbaShape *pScVbaShape = new ScVbaShape( getParent(), mxContext, xShape, m_xShapes, m_xModel, ScV… in AddEllipse() 338 …ScVbaShape *pScVbaShape = new ScVbaShape( getParent(), mxContext, xShape, m_xShapes, m_xModel, ScV… in AddLine() 410 …ScVbaShape *pScVbaShape = new ScVbaShape( getParent(), mxContext, xShape, m_xShapes, m_xModel, ScV… in AddTextboxInWriter() 439 …ScVbaShape *pScVbaShape = new ScVbaShape( getParent(), mxContext, xShape, m_xShapes, m_xModel, ScV… in AddShape()
|
| H A D | vbashaperange.cxx | 72 …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 D | vbashape.hxx | 41 class VBAHELPER_DLLPUBLIC ScVbaShape : public ScVbaShape_BASE class 58 …ScVbaShape( const css::uno::Reference< ov::XHelperInterface >& xParent, const css::uno::Reference<… 59 …ScVbaShape( const css::uno::Reference< css::uno::XComponentContext >& xContext, const css::uno::Re… 60 virtual ~ScVbaShape();
|
| /AOO41X/main/sc/source/ui/vba/ |
| H A D | vbatextboxshape.hxx | 32 typedef cppu::ImplInheritanceHelper1< ScVbaShape, ov::msforms::XTextBoxShape > TextBoxShapeImpl_BAS…
|
| H A D | vbatextboxshape.cxx | 32 …o::Reference< XHelperInterface >(), xContext, xShape, xShapes, xModel, ScVbaShape::getType( xShape… in ScVbaTextBoxShape()
|
| H A D | vbaapplication.cxx | 242 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 D | vbacomment.cxx | 135 …return new ScVbaShape( this, mxContext, xAnnoShape, xShapes, mxModel, office::MsoShapeType::msoCom… in getShape()
|
| H A D | vbahelper.cxx | 695 m_xShape = new ScVbaShape( xContext, xShape ); in ConcreteXShapeGeometryAttributes()
|