Lines Matching refs:pCustomShape
1462 const SdrObjCustomShape* pCustomShape = PTR_CAST(SdrObjCustomShape, pObj); in ImpCanDismantle() local
1482 else if(pCustomShape) in ImpCanDismantle()
1501 const SdrObjCustomShape* pCustomShape = PTR_CAST(SdrObjCustomShape, pObj); in ImpDismantleOneObject() local
1572 else if(pCustomShape) in ImpDismantleOneObject()
1577 const SdrObject* pReplacement = pCustomShape->GetSdrObjectFromCustomShape(); in ImpDismantleOneObject()
1583 pCandidate->SetModel(pCustomShape->GetModel()); in ImpDismantleOneObject()
1585 if(((SdrShadowItem&)pCustomShape->GetMergedItem(SDRATTR_SHADOW)).GetValue()) in ImpDismantleOneObject()
1593 SdrInsertReason aReason(SDRREASON_VIEWCALL, pCustomShape); in ImpDismantleOneObject()
1599 if(pCustomShape->HasText() && !pCustomShape->IsTextPath()) in ImpDismantleOneObject()
1603 pCustomShape->GetObjInventor(), OBJ_TEXT, 0L, pCustomShape->GetModel()); in ImpDismantleOneObject()
1606 OutlinerParaObject* pParaObj = pCustomShape->GetOutlinerParaObject(); in ImpDismantleOneObject()
1613 SfxItemSet aTargetItemSet(pCustomShape->GetMergedItemSet()); in ImpDismantleOneObject()
1620 Rectangle aTextBounds = pCustomShape->GetSnapRect(); in ImpDismantleOneObject()
1621 if(pCustomShape->GetTextBounds(aTextBounds)) in ImpDismantleOneObject()
1627 const GeoStat& rSourceGeo = pCustomShape->GetGeoStat(); in ImpDismantleOneObject()
1631 pCustomShape->GetSnapRect().Center(), rSourceGeo.nDrehWink, in ImpDismantleOneObject()