Searched refs:ScVbaShapes (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/vbahelper/source/vbahelper/ |
H A D | vbashapes.cxx | 62 ScVbaShapes* pShapes = dynamic_cast< ScVbaShapes* >(m_xParent.get()); in nextElement() 70 void ScVbaShapes::initBaseCollection() in initBaseCollection() 93 ScVbaShapes::createEnumeration() throw (uno::RuntimeException) in createEnumeration() 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() 189 ScVbaShapes::Range( const uno::Any& shapes ) throw (css::uno::RuntimeException) in Range() 208 ScVbaShapes::SelectAll() throw (uno::RuntimeException) in SelectAll() 224 ScVbaShapes::createShape( rtl::OUString service ) throw (css::uno::RuntimeException) in createShape() [all …]
|
/aoo42x/main/vbahelper/inc/vbahelper/ |
H A D | vbashapes.hxx | 37 class VBAHELPER_DLLPUBLIC ScVbaShapes : public ScVbaShapes_BASE class 59 …ScVbaShapes( const css::uno::Reference< ov::XHelperInterface >& xParent, const css::uno::Reference…
|
/aoo42x/main/sw/source/ui/vba/ |
H A D | vbaheaderfooter.cxx | 83 uno::Reference< XCollection > xCol( new ScVbaShapes( this, mxContext, xIndexAccess, mxModel ) ); in Shapes()
|
H A D | vbadocument.cxx | 202 uno::Reference< XCollection > xCol( new ScVbaShapes( this, mxContext, xIndexAccess, xModel ) ); in Shapes()
|
/aoo42x/main/sc/source/ui/vba/ |
H A D | vbaworksheet.cxx | 770 …uno::Reference< msforms::XShapes> xVbaShapes( new ScVbaShapes( this, mxContext, xIndexAccess, getM… in Shapes()
|
Completed in 30 milliseconds