Home
last modified time | relevance | path

Searched refs:pSdrOle2Obj (Results 1 – 9 of 9) sorted by relevance

/aoo4110/main/sd/source/ui/docshell/
H A Dsdclient.cxx65 pSdrOle2Obj(pObj), in Client()
181 pSdrOle2Obj->ActionChanged(); // draw needs it to remove lines in slide preview in ViewChanged()
192 Rectangle aLogicRect( pSdrOle2Obj->GetLogicRect() ); in ViewChanged()
195 if( pSdrOle2Obj->IsChart() ) in ViewChanged()
198 pSdrOle2Obj->SetLogicRect( Rectangle( aLogicRect.TopLeft(), aLogicSize ) ); in ViewChanged()
199 pSdrOle2Obj->BroadcastObjectChange(); in ViewChanged()
207 Size aSize = pSdrOle2Obj->GetOrigObjSize( &aMap100 ); in ViewChanged()
221 pSdrOle2Obj->SetLogicRect( Rectangle( aLogicRect.TopLeft(), aScaledSize ) ); in ViewChanged()
222 pSdrOle2Obj->BroadcastObjectChange(); in ViewChanged()
225 pSdrOle2Obj->ActionChanged(); in ViewChanged()
[all …]
/aoo4110/main/sc/source/core/tool/
H A Dcharthelper.cxx330 SdrOle2Obj* pSdrOle2Obj = dynamic_cast< SdrOle2Obj* >( pObject ); in AddRangesIfProtectedChart() local
331 if ( pSdrOle2Obj && pSdrOle2Obj->IsChart() ) in AddRangesIfProtectedChart()
333 uno::Reference< embed::XEmbeddedObject > xEmbeddedObj = pSdrOle2Obj->GetObjRef(); in AddRangesIfProtectedChart()
344 ::rtl::OUString aChartName = pSdrOle2Obj->GetPersistName(); in AddRangesIfProtectedChart()
395 SdrOle2Obj* pSdrOle2Obj = dynamic_cast< SdrOle2Obj* >( pObject ); in GetChartNames() local
396 if ( pSdrOle2Obj && pSdrOle2Obj->IsChart() ) in GetChartNames()
398 rChartNames.push_back( pSdrOle2Obj->GetPersistName() ); in GetChartNames()
419 SdrOle2Obj* pSdrOle2Obj = dynamic_cast< SdrOle2Obj* >( pObject ); in CreateProtectedChartListenersAndNotify() local
420 if ( pSdrOle2Obj && pSdrOle2Obj->IsChart() ) in CreateProtectedChartListenersAndNotify()
422 ::rtl::OUString aChartName = pSdrOle2Obj->GetPersistName(); in CreateProtectedChartListenersAndNotify()
[all …]
/aoo4110/main/sc/source/filter/starcalc/
H A Dscfobj.cxx70 …SdrOle2Obj* pSdrOle2Obj = new SdrOle2Obj( ::svt::EmbeddedObjectRef( xObj, embed::Aspects::MSOLE_CO… in InsertChart() local
82 pPage->InsertObject(pSdrOle2Obj); in InsertChart()
84 pSdrOle2Obj->SetLogicRect(rRect); // erst nach InsertObject !!! in InsertChart()
/aoo4110/main/sd/source/ui/view/
H A Ddrviewsj.cxx133 const SdrOle2Obj* pSdrOle2Obj = dynamic_cast< const SdrOle2Obj* >(pObj); in GetMenuStateSel() local
140 if(pSdrOle2Obj) in GetMenuStateSel()
142 if (pSdrOle2Obj->GetObjRef().is() && in GetMenuStateSel()
143 …((pSdrOle2Obj->GetObjRef()->getStatus( pSdrOle2Obj->GetAspect() ) & embed::EmbedMisc::MS_EMBED_REC… in GetMenuStateSel()
H A Ddrviews1.cxx856 SdrOle2Obj* pSdrOle2Obj = new SdrOle2Obj( aNewIPObj, in DoVerb() local
861 pPV->GetObjList()->InsertObject( pSdrOle2Obj ); in DoVerb()
864 pSdrOle2Obj->SetLogicRect(aRect); in DoVerb()
868 ActivateObject(pSdrOle2Obj, SVVERB_SHOW); in DoVerb()
/aoo4110/main/sd/source/ui/inc/
H A DClient.hxx48 SdrOle2Obj* pSdrOle2Obj; member in sd::Client
61 SdrOle2Obj* GetSdrOle2Obj() const { return pSdrOle2Obj; } in GetSdrOle2Obj()
/aoo4110/main/svx/source/svdraw/
H A Dsvdxcgv.cxx702 const SdrOle2Obj* pSdrOle2Obj = dynamic_cast< const SdrOle2Obj* >(pObj); in GetObjGraphic() local
719 else if(pSdrOle2Obj) in GetObjGraphic()
721 if ( pSdrOle2Obj->GetGraphic() ) in GetObjGraphic()
722 aRet = *pSdrOle2Obj->GetGraphic(); in GetObjGraphic()
H A Dsvdedtv.cxx643 const SdrOle2Obj* pSdrOle2Obj = dynamic_cast< const SdrOle2Obj* >(pObj); in CheckPossibilities() local
650 if(pSdrOle2Obj) in CheckPossibilities()
652 bImportMtfPossible = pSdrOle2Obj->GetObjRef().is(); in CheckPossibilities()
H A Dsvdmrkv.cxx750 const SdrOle2Obj* pSdrOle2Obj = dynamic_cast< const SdrOle2Obj* >(pMarkedObj); in SetMarkHandles() local
752 if(pSdrOle2Obj && (pSdrOle2Obj->isInplaceActive() || pSdrOle2Obj->isUiActive())) in SetMarkHandles()

Completed in 61 milliseconds