Searched refs:m_xShapes (Results 1 – 6 of 6) sorted by relevance
/aoo4110/main/vbahelper/source/vbahelper/ |
H A D | vbashapes.cxx | 87 m_xShapes.set( xShapes, uno::UNO_QUERY_THROW ); in ScVbaShapes() 213 xSelectSupp->select( uno::makeAny( m_xShapes ) ); in SelectAll() 241 m_xShapes->add( xShape ); in AddRectangle() 258 …ScVbaShape *pScVbaShape = new ScVbaShape( getParent(), mxContext, xShape, m_xShapes, m_xModel, ScV… in AddRectangle() 273 m_xShapes->add( xShape ); in AddEllipse() 302 …ScVbaShape *pScVbaShape = new ScVbaShape( getParent(), mxContext, xShape, m_xShapes, m_xModel, ScV… in AddEllipse() 320 m_xShapes->add( xShape ); in AddLine() 338 …ScVbaShape *pScVbaShape = new ScVbaShape( getParent(), mxContext, xShape, m_xShapes, m_xModel, ScV… in AddLine() 378 m_xShapes->add( xShape ); in AddTextboxInWriter() 410 …ScVbaShape *pScVbaShape = new ScVbaShape( getParent(), mxContext, xShape, m_xShapes, m_xModel, ScV… in AddTextboxInWriter() [all …]
|
H A D | vbashape.cxx | 54 …Exception ) : ScVbaShape_BASE( xParent, xContext ), m_xShape( xShape ), m_xShapes( xShapes ), m_nT… in ScVbaShape() 104 xComponent.set( m_xShapes, uno::UNO_QUERY ); in addListeners() 124 if( m_xShapes.is() ) in removeShapesListener() 126 uno::Reference< lang::XComponent > xComponent( m_xShapes, uno::UNO_QUERY_THROW ); in removeShapesListener() 129 m_xShapes = NULL; in removeShapesListener() 325 m_xShapes->remove( m_xShape ); in Delete()
|
H A D | vbashaperange.cxx | 78 if ( !m_xShapes.is() ) in getShapes() 81 …m_xShapes.set( xMSF->createInstance( rtl::OUString::createFromAscii( "com.sun.star.drawing.ShapeCo… in getShapes() 84 …m_xShapes->add( uno::Reference< drawing::XShape >( m_xIndexAccess->getByIndex( index ), uno::UNO_Q… in getShapes() 87 return m_xShapes; in getShapes()
|
/aoo4110/main/vbahelper/inc/vbahelper/ |
H A D | vbashaperange.hxx | 39 css::uno::Reference< css::drawing::XShapes > m_xShapes; member in ScVbaShapeRange
|
H A D | vbashapes.hxx | 40 css::uno::Reference< css::drawing::XShapes > m_xShapes; member in ScVbaShapes
|
H A D | vbashape.hxx | 47 css::uno::Reference< css::drawing::XShapes > m_xShapes; member in ScVbaShape
|
Completed in 25 milliseconds