Home
last modified time | relevance | path

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

/AOO42X/main/vbahelper/source/vbahelper/
H A Dvbashapes.cxx62 ScVbaShapes* pShapes = dynamic_cast< ScVbaShapes* >(m_xParent.get()); in nextElement()
70 void ScVbaShapes::initBaseCollection() in initBaseCollection()
85 ScVbaShapes::ScVbaShapes( const css::uno::Reference< ov::XHelperInterface >& xParent, const css::un… in ScVbaShapes() function in ScVbaShapes
93 ScVbaShapes::createEnumeration() throw (uno::RuntimeException) in createEnumeration()
99 ScVbaShapes::createCollectionObject( const css::uno::Any& aSource ) throw (uno::RuntimeException) in createCollectionObject()
110 ScVbaShapes::getElementType() throw (uno::RuntimeException) in getElementType()
115 ScVbaShapes::getServiceImplName() in getServiceImplName()
122 ScVbaShapes::getServiceNames() in getServiceNames()
134 ScVbaShapes::getShapesByArrayIndices( const uno::Any& Index ) throw (uno::RuntimeException) in getShapesByArrayIndices()
173 ScVbaShapes::Item( const uno::Any& Index, const uno::Any& Index2 ) throw (uno::RuntimeException) in Item()
[all …]
/AOO42X/main/vbahelper/inc/vbahelper/
H A Dvbashapes.hxx37 class VBAHELPER_DLLPUBLIC ScVbaShapes : public ScVbaShapes_BASE class
59ScVbaShapes( const css::uno::Reference< ov::XHelperInterface >& xParent, const css::uno::Reference…
/AOO42X/main/sw/source/ui/vba/
H A Dvbaheaderfooter.cxx83 uno::Reference< XCollection > xCol( new ScVbaShapes( this, mxContext, xIndexAccess, mxModel ) ); in Shapes()
H A Dvbadocument.cxx202 uno::Reference< XCollection > xCol( new ScVbaShapes( this, mxContext, xIndexAccess, xModel ) ); in Shapes()
/AOO42X/main/sc/source/ui/vba/
H A Dvbaworksheet.cxx770 …uno::Reference< msforms::XShapes> xVbaShapes( new ScVbaShapes( this, mxContext, xIndexAccess, getM… in Shapes()