Searched refs:ScVbaShapeRange (Results 1 – 5 of 5) sorted by relevance
| /AOO42X/main/vbahelper/source/vbahelper/ |
| H A D | vbashaperange.cxx | 46 … ScVbaShapeRange* pCollectionImpl = dynamic_cast< ScVbaShapeRange* >(m_xParent.get()); in nextElement() 54 ScVbaShapeRange::ScVbaShapeRange( const uno::Reference< XHelperInterface >& xParent, const uno::Ref… in ScVbaShapeRange() function in ScVbaShapeRange 60 ScVbaShapeRange::Select( ) throw (uno::RuntimeException) in Select() 67 ScVbaShapeRange::Group() throw (uno::RuntimeException) in Group() 76 ScVbaShapeRange::getShapes() throw (uno::RuntimeException) in getShapes() 92 ScVbaShapeRange::IncrementRotation( double Increment ) throw (uno::RuntimeException) in IncrementRotation() 103 ScVbaShapeRange::IncrementLeft( double Increment ) throw (uno::RuntimeException) in IncrementLeft() 114 ScVbaShapeRange::IncrementTop( double Increment ) throw (uno::RuntimeException) in IncrementTop() 124 double SAL_CALL ScVbaShapeRange::getHeight() throw (uno::RuntimeException) in getHeight() 135 void SAL_CALL ScVbaShapeRange::setHeight( double _height ) throw (uno::RuntimeException) in setHeight() [all …]
|
| H A D | vbashape.cxx | 467 …uno::Reference< msforms::XShapeRange > xShapeRange( new ScVbaShapeRange( mxParent, mxContext, xInd… in ShapeRange()
|
| H A D | vbashapes.cxx | 204 return new ScVbaShapeRange( getParent(), mxContext, xShapes, m_xDrawPage, m_xModel ); in Range()
|
| /AOO42X/main/vbahelper/inc/vbahelper/ |
| H A D | vbashaperange.hxx | 35 class VBAHELPER_DLLPUBLIC ScVbaShapeRange : public ScVbaShapeRange_BASE class 47 …ScVbaShapeRange( const css::uno::Reference< ov::XHelperInterface >& xParent, const css::uno::Refer…
|
| /AOO42X/main/sw/source/ui/vba/ |
| H A D | vbaselection.cxx | 635 …return uno::makeAny( uno::Reference< msforms::XShapeRange >( new ScVbaShapeRange( this, mxContext,… in ShapeRange()
|