Lines Matching refs:xEmbeddedObj
333 uno::Reference< embed::XEmbeddedObject > xEmbeddedObj = pSdrOle2Obj->GetObjRef(); in AddRangesIfProtectedChart() local
334 if ( xEmbeddedObj.is() ) in AddRangesIfProtectedChart()
337 sal_Int32 nOldState = xEmbeddedObj->getCurrentState(); in AddRangesIfProtectedChart()
338 svt::EmbeddedObjectRef::TryRunningState( xEmbeddedObj ); in AddRangesIfProtectedChart()
339 … uno::Reference< beans::XPropertySet > xProps( xEmbeddedObj->getComponent(), uno::UNO_QUERY ); in AddRangesIfProtectedChart()
362 if ( xEmbeddedObj->getCurrentState() != nOldState ) in AddRangesIfProtectedChart()
364 xEmbeddedObj->changeState( nOldState ); in AddRangesIfProtectedChart()
427 … uno::Reference< embed::XEmbeddedObject > xEmbeddedObj = pSdrOle2Obj->GetObjRef(); in CreateProtectedChartListenersAndNotify() local
428 if ( xEmbeddedObj.is() && ( nRangeList < nRangeListCount ) ) in CreateProtectedChartListenersAndNotify()
431 svt::EmbeddedObjectRef::TryRunningState( xEmbeddedObj ); in CreateProtectedChartListenersAndNotify()
432 … uno::Reference< beans::XPropertySet > xProps( xEmbeddedObj->getComponent(), uno::UNO_QUERY ); in CreateProtectedChartListenersAndNotify()