Searched refs:pSdrOle2Obj (Results 1 – 9 of 9) sorted by relevance
65 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 …]
330 SdrOle2Obj* pSdrOle2Obj = dynamic_cast< SdrOle2Obj* >( pObject ); in AddRangesIfProtectedChart() local331 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() local396 if ( pSdrOle2Obj && pSdrOle2Obj->IsChart() ) in GetChartNames()398 rChartNames.push_back( pSdrOle2Obj->GetPersistName() ); in GetChartNames()419 SdrOle2Obj* pSdrOle2Obj = dynamic_cast< SdrOle2Obj* >( pObject ); in CreateProtectedChartListenersAndNotify() local420 if ( pSdrOle2Obj && pSdrOle2Obj->IsChart() ) in CreateProtectedChartListenersAndNotify()422 ::rtl::OUString aChartName = pSdrOle2Obj->GetPersistName(); in CreateProtectedChartListenersAndNotify()[all …]
70 …SdrOle2Obj* pSdrOle2Obj = new SdrOle2Obj( ::svt::EmbeddedObjectRef( xObj, embed::Aspects::MSOLE_CO… in InsertChart() local82 pPage->InsertObject(pSdrOle2Obj); in InsertChart()84 pSdrOle2Obj->SetLogicRect(rRect); // erst nach InsertObject !!! in InsertChart()
133 const SdrOle2Obj* pSdrOle2Obj = dynamic_cast< const SdrOle2Obj* >(pObj); in GetMenuStateSel() local140 if(pSdrOle2Obj) in GetMenuStateSel()142 if (pSdrOle2Obj->GetObjRef().is() && in GetMenuStateSel()143 …((pSdrOle2Obj->GetObjRef()->getStatus( pSdrOle2Obj->GetAspect() ) & embed::EmbedMisc::MS_EMBED_REC… in GetMenuStateSel()
856 SdrOle2Obj* pSdrOle2Obj = new SdrOle2Obj( aNewIPObj, in DoVerb() local861 pPV->GetObjList()->InsertObject( pSdrOle2Obj ); in DoVerb()864 pSdrOle2Obj->SetLogicRect(aRect); in DoVerb()868 ActivateObject(pSdrOle2Obj, SVVERB_SHOW); in DoVerb()
48 SdrOle2Obj* pSdrOle2Obj; member in sd::Client61 SdrOle2Obj* GetSdrOle2Obj() const { return pSdrOle2Obj; } in GetSdrOle2Obj()
702 const SdrOle2Obj* pSdrOle2Obj = dynamic_cast< const SdrOle2Obj* >(pObj); in GetObjGraphic() local719 else if(pSdrOle2Obj) in GetObjGraphic()721 if ( pSdrOle2Obj->GetGraphic() ) in GetObjGraphic()722 aRet = *pSdrOle2Obj->GetGraphic(); in GetObjGraphic()
643 const SdrOle2Obj* pSdrOle2Obj = dynamic_cast< const SdrOle2Obj* >(pObj); in CheckPossibilities() local650 if(pSdrOle2Obj) in CheckPossibilities()652 bImportMtfPossible = pSdrOle2Obj->GetObjRef().is(); in CheckPossibilities()
750 const SdrOle2Obj* pSdrOle2Obj = dynamic_cast< const SdrOle2Obj* >(pMarkedObj); in SetMarkHandles() local752 if(pSdrOle2Obj && (pSdrOle2Obj->isInplaceActive() || pSdrOle2Obj->isUiActive())) in SetMarkHandles()
Completed in 82 milliseconds