Home
last modified time | relevance | path

Searched refs:m_xShapes (Results 1 – 6 of 6) sorted by relevance

/trunk/main/vbahelper/source/vbahelper/
H A Dvbashapes.cxx87 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 Dvbashape.cxx54 …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 Dvbashaperange.cxx78 if ( !m_xShapes.is() ) in getShapes()
81m_xShapes.set( xMSF->createInstance( rtl::OUString::createFromAscii( "com.sun.star.drawing.ShapeCo… in getShapes()
84m_xShapes->add( uno::Reference< drawing::XShape >( m_xIndexAccess->getByIndex( index ), uno::UNO_Q… in getShapes()
87 return m_xShapes; in getShapes()
/trunk/main/vbahelper/inc/vbahelper/
H A Dvbashaperange.hxx39 css::uno::Reference< css::drawing::XShapes > m_xShapes; member in ScVbaShapeRange
H A Dvbashapes.hxx40 css::uno::Reference< css::drawing::XShapes > m_xShapes; member in ScVbaShapes
H A Dvbashape.hxx47 css::uno::Reference< css::drawing::XShapes > m_xShapes; member in ScVbaShape

Completed in 34 milliseconds