Home
last modified time | relevance | path

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

/trunk/main/vbahelper/source/vbahelper/
H A Dvbashaperange.cxx46ScVbaShapeRange* pCollectionImpl = dynamic_cast< ScVbaShapeRange* >(m_xParent.get()); in nextElement()
60 ScVbaShapeRange::Select( ) throw (uno::RuntimeException) in Select()
67 ScVbaShapeRange::Group() throw (uno::RuntimeException) in Group()
76 ScVbaShapeRange::getShapes() throw (uno::RuntimeException) in getShapes()
145 double SAL_CALL ScVbaShapeRange::getWidth() throw (uno::RuntimeException) in getWidth()
166 double SAL_CALL ScVbaShapeRange::getLeft() throw (uno::RuntimeException) in getLeft()
187 double SAL_CALL ScVbaShapeRange::getTop() throw (uno::RuntimeException) in getTop()
337 ScVbaShapeRange::getElementType() throw (uno::RuntimeException) in getElementType()
343 ScVbaShapeRange::createEnumeration() throw (uno::RuntimeException) in createEnumeration()
359 ScVbaShapeRange::getServiceImplName() in getServiceImplName()
[all …]
H A Dvbashape.cxx467 …uno::Reference< msforms::XShapeRange > xShapeRange( new ScVbaShapeRange( mxParent, mxContext, xInd… in ShapeRange()
H A Dvbashapes.cxx204 return new ScVbaShapeRange( getParent(), mxContext, xShapes, m_xDrawPage, m_xModel ); in Range()
/trunk/main/vbahelper/inc/vbahelper/
H A Dvbashaperange.hxx35 class VBAHELPER_DLLPUBLIC ScVbaShapeRange : public ScVbaShapeRange_BASE class
47ScVbaShapeRange( const css::uno::Reference< ov::XHelperInterface >& xParent, const css::uno::Refer…
/trunk/main/sw/source/ui/vba/
H A Dvbaselection.cxx635 …return uno::makeAny( uno::Reference< msforms::XShapeRange >( new ScVbaShapeRange( this, mxContext,… in ShapeRange()

Completed in 25 milliseconds