Home
last modified time | relevance | path

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

/AOO41X/main/svx/inc/svx/
H A Dsvdobj.hxx1055 …::com::sun::star::uno::WeakReference< ::com::sun::star::uno::XInterface > getWeakUnoShape() const … in getWeakUnoShape() function in SdrObject
/AOO41X/main/reportdesign/source/core/sdr/
H A DRptObject.cxx467 uno::Reference< uno::XInterface > xShape( _rSdrObject.getWeakUnoShape() ); in getUnoShapeOf()
/AOO41X/main/svx/source/svdraw/
H A Dsvdobj.cxx454 … uno::Reference< lang::XComponent > xShapeComp( getWeakUnoShape(), uno::UNO_QUERY_THROW ); in ~SdrObject()
2973 uno::Reference< uno::XInterface > xShape( getWeakUnoShape() ); in getUnoShape()
/AOO41X/main/sw/source/core/unocore/
H A Dunodraw.cxx995 … uno::Reference< lang::XUnoTunnel > xShapeTunnel( pCurrent->getWeakUnoShape(), uno::UNO_QUERY ); in AddExistingShapeToFmt()
/AOO41X/main/svx/source/unodraw/
H A Dunoshape.cxx1141 uno::Reference< uno::XInterface > xSelf( mpObj->getWeakUnoShape() ); in Notify()