Home
last modified time | relevance | path

Searched refs:pShapeImp (Results 1 – 4 of 4) sorted by path

/trunk/main/sc/source/filter/xml/
H A DXMLTableShapeImportHelper.cxx128 SvxShape* pShapeImp = SvxShape::getImplementation(rShape); in finishShape() local
129 if (pShapeImp) in finishShape()
131 SdrObject *pSdrObj = pShapeImp->GetSdrObject(); in finishShape()
149 SvxShape* pShapeImp = SvxShape::getImplementation(rShape); in finishShape() local
150 if (pShapeImp) in finishShape()
152 SdrObject *pSdrObj = pShapeImp->GetSdrObject(); in finishShape()
H A Dxmlexprt.cxx678 SvxShape* pShapeImp(SvxShape::getImplementation(xShape)); in CollectSharedData() local
679 if (pShapeImp) in CollectSharedData()
681 SdrObject *pSdrObj(pShapeImp->GetSdrObject()); in CollectSharedData()
2671 if( SvxShape* pShapeImp = SvxShape::getImplementation( xShape ) ) in CollectInternalShape() local
2673 if( SdrObject* pObject = pShapeImp->GetSdrObject() ) in CollectInternalShape()
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleDocument.cxx1163 SvxShape* pShapeImp = SvxShape::getImplementation(xShape); in GetAnchor() local
1165 if (pShapeImp && xShapeProp.is()) in GetAnchor()
1167 SdrObject *pSdrObj = pShapeImp->GetSdrObject(); in GetAnchor()
/trunk/main/sc/source/ui/unoobj/
H A Dviewuno.cxx755 SvxShape* pShapeImp = SvxShape::getImplementation( xShapeSel ); in select() local
815 else if ( pShapeImp || xShapeColl.is() ) // Drawing-Layer in select()
823 if (pShapeImp) // einzelnes Shape in select()
825 SdrObject *pObj = pShapeImp->GetSdrObject(); in select()

Completed in 58 milliseconds