Lines Matching refs:pCustomShape
1456 const SdrObjCustomShape* pCustomShape = PTR_CAST(SdrObjCustomShape, pObj); in ImpCanDismantle() local
1476 else if(pCustomShape) in ImpCanDismantle()
1495 const SdrObjCustomShape* pCustomShape = PTR_CAST(SdrObjCustomShape, pObj); in ImpDismantleOneObject() local
1566 else if(pCustomShape) in ImpDismantleOneObject()
1571 const SdrObject* pReplacement = pCustomShape->GetSdrObjectFromCustomShape(); in ImpDismantleOneObject()
1577 pCandidate->SetModel(pCustomShape->GetModel()); in ImpDismantleOneObject()
1579 if(((SdrShadowItem&)pCustomShape->GetMergedItem(SDRATTR_SHADOW)).GetValue()) in ImpDismantleOneObject()
1587 SdrInsertReason aReason(SDRREASON_VIEWCALL, pCustomShape); in ImpDismantleOneObject()
1593 if(pCustomShape->HasText() && !pCustomShape->IsTextPath()) in ImpDismantleOneObject()
1597 pCustomShape->GetObjInventor(), OBJ_TEXT, 0L, pCustomShape->GetModel()); in ImpDismantleOneObject()
1600 OutlinerParaObject* pParaObj = pCustomShape->GetOutlinerParaObject(); in ImpDismantleOneObject()
1607 SfxItemSet aTargetItemSet(pCustomShape->GetMergedItemSet()); in ImpDismantleOneObject()
1614 Rectangle aTextBounds = pCustomShape->GetSnapRect(); in ImpDismantleOneObject()
1615 if(pCustomShape->GetTextBounds(aTextBounds)) in ImpDismantleOneObject()
1621 const GeoStat& rSourceGeo = pCustomShape->GetGeoStat(); in ImpDismantleOneObject()
1625 pCustomShape->GetSnapRect().Center(), rSourceGeo.nDrehWink, in ImpDismantleOneObject()