Home
last modified time | relevance | path

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

/aoo4110/main/vbahelper/source/vbahelper/
H A Dvbashapes.cxx258 …ScVbaShape *pScVbaShape = new ScVbaShape( getParent(), mxContext, xShape, m_xShapes, m_xModel, ScV… in AddRectangle() local
259 pScVbaShape->setRange( aRange ); in AddRectangle()
260 return uno::makeAny( uno::Reference< msforms::XShape > ( pScVbaShape ) ); in AddRectangle()
302 …ScVbaShape *pScVbaShape = new ScVbaShape( getParent(), mxContext, xShape, m_xShapes, m_xModel, ScV… in AddEllipse() local
303 pScVbaShape->setRange( aRange ); in AddEllipse()
304 return uno::makeAny( uno::Reference< msforms::XShape > ( pScVbaShape ) ); in AddEllipse()
338 …ScVbaShape *pScVbaShape = new ScVbaShape( getParent(), mxContext, xShape, m_xShapes, m_xModel, ScV… in AddLine() local
339 return uno::makeAny( uno::Reference< msforms::XShape > ( pScVbaShape ) ); in AddLine()
410 …ScVbaShape *pScVbaShape = new ScVbaShape( getParent(), mxContext, xShape, m_xShapes, m_xModel, ScV… in AddTextboxInWriter() local
411 return uno::makeAny( uno::Reference< msforms::XShape > ( pScVbaShape ) ); in AddTextboxInWriter()
[all …]

Completed in 26 milliseconds