Home
last modified time | relevance | path

Searched refs:pSvxShape (Results 1 – 7 of 7) sorted by relevance

/AOO41X/main/sw/source/core/unocore/
H A Dunodraw.cxx607 SvxShape* pSvxShape = 0; in add() local
612 pSvxShape = reinterpret_cast< SvxShape * >( in add()
627 if ( pSvxShape->GetSdrObject() ) in add()
629 if ( pSvxShape->GetSdrObject()->IsInserted() ) in add()
639 DBG_ASSERT(pSvxShape, "warum gibt es hier kein SvxShape?"); in add()
641 awt::Point aMM100Pos(pSvxShape->getPosition()); in add()
710 pSvxShape->setPosition(aMM100Pos); in add()
711 SdrObject* pObj = pSvxShape->GetSdrObject(); in add()
1186 SvxShape* pSvxShape = GetSvxShape(); in setPropertyValue() local
1187 DBG_ASSERT(pSvxShape, "No SvxShape found!"); in setPropertyValue()
[all …]
/AOO41X/main/chart2/source/controller/drawinglayer/
H A DDrawViewWrapper.cxx434 …SvxShape* pSvxShape = reinterpret_cast<SvxShape*>(xUnoTunnel->getSomething( SvxShape::getUnoTunnel… in getSdrObject() local
435 if(pSvxShape) in getSdrObject()
436 pRet = pSvxShape->GetSdrObject(); in getSdrObject()
/AOO41X/main/svx/source/svdraw/
H A Dsvdobj.cxx449 SvxShape* pSvxShape = getSvxShape(); in ~SdrObject() local
450 if ( pSvxShape ) in ~SdrObject()
452 …OSL_ENSURE(!pSvxShape->HasSdrObjectOwnership(),"Please check where this call come from and replace… in ~SdrObject()
453 pSvxShape->InvalidateSdrObject(); in ~SdrObject()
3005 SvxShape* pSvxShape = getSvxShape(); in getShapePropertyChangeNotifier() local
3006 ENSURE_OR_THROW( pSvxShape, "no SvxShape, yet!" ); in getShapePropertyChangeNotifier()
3007 return pSvxShape->getShapePropertyChangeNotifier(); in getShapePropertyChangeNotifier()
3014 SvxShape* pSvxShape = const_cast< SdrObject* >( this )->getSvxShape(); in notifyShapePropertyChange() local
3015 if ( pSvxShape ) in notifyShapePropertyChange()
3016 return pSvxShape->getShapePropertyChangeNotifier().notifyPropertyChange( _eProperty ); in notifyShapePropertyChange()
/AOO41X/main/filter/source/msfilter/
H A Deschesdo.cxx1110 const SvxShape* pSvxShape = SvxShape::getImplementation( rShape ); in GetSdrObject() local
1111 DBG_ASSERT( pSvxShape, "EscherEx::GetSdrObject: no SvxShape" ); in GetSdrObject()
1112 if( pSvxShape ) in GetSdrObject()
1114 pRet = pSvxShape->GetSdrObject(); in GetSdrObject()
/AOO41X/main/chart2/source/view/diagram/
H A DVDiagram.cxx241 …SvxShape* pSvxShape = reinterpret_cast<SvxShape*>(xUnoTunnel->getSomething( SvxShape::getUnoTunnel… in lcl_getE3dScene() local
242 if(pSvxShape) in lcl_getE3dScene()
244 SdrObject* pObj = pSvxShape->GetSdrObject(); in lcl_getE3dScene()
/AOO41X/main/sw/source/ui/uno/
H A Dunotxvw.cxx452 SvxShape* pSvxShape = 0; in select() local
458pSvxShape = reinterpret_cast<SvxShape*>(xIfcTunnel->getSomething(SvxShape::getUnoTunnelId())); in select()
462 if ( pSvxShape || xShapeColl.is() ) // Drawing drawing::Layer in select()
470 if (pSvxShape) // einzelnes Shape in select()
472 SdrObject *pObj = pSvxShape->GetSdrObject(); in select()
/AOO41X/main/svx/source/unodraw/
H A Dunoshape.cxx4475 SvxShape* pSvxShape = SvxShape::getImplementation( xInt ); in getSdrObjectFromXShape() local
4476 return pSvxShape ? pSvxShape->GetSdrObject() : 0; in getSdrObjectFromXShape()