Lines Matching refs:SdrOle2Obj
317 pSdrObj = new SdrOle2Obj(); in CreatePresObj()
320 ( (SdrOle2Obj*) pSdrObj)->SetGraphic(&aGraphic); in CreatePresObj()
326 pSdrObj = new SdrOle2Obj(); in CreatePresObj()
327 ( (SdrOle2Obj*) pSdrObj)->SetProgName( String( RTL_CONSTASCII_USTRINGPARAM( "StarChart" ))); in CreatePresObj()
330 ( (SdrOle2Obj*) pSdrObj)->SetGraphic(&aGraphic); in CreatePresObj()
336 pSdrObj = new SdrOle2Obj(); in CreatePresObj()
337 ( (SdrOle2Obj*) pSdrObj)->SetProgName( String( RTL_CONSTASCII_USTRINGPARAM( "StarOrg" ))); in CreatePresObj()
340 ( (SdrOle2Obj*) pSdrObj)->SetGraphic(&aGraphic); in CreatePresObj()
346 pSdrObj = new SdrOle2Obj(); in CreatePresObj()
347 ( (SdrOle2Obj*) pSdrObj)->SetProgName( String( RTL_CONSTASCII_USTRINGPARAM( "StarCalc" ))); in CreatePresObj()
350 ( (SdrOle2Obj*) pSdrObj)->SetGraphic(&aGraphic); in CreatePresObj()
1463 SdrOle2Obj* pOle2 = dynamic_cast< SdrOle2Obj* >( pObj ); in findAutoLayoutShapesImpl()
1475 GetEmbeddedObject( static_cast< SdrOle2Obj* >( pObj )->GetPersistName() ); in findAutoLayoutShapesImpl()
1500 SdrOle2Obj* pOle2 = dynamic_cast< SdrOle2Obj* >( pObj ); in findAutoLayoutShapesImpl()