Home
last modified time | relevance | path

Searched refs:xEmbeddedObj (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sc/source/core/tool/
H A Dcharthelper.cxx333 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()
[all …]
/trunk/main/sw/source/ui/wrtsh/
H A Dwrtsh1.cxx585 uno::Reference< embed::XEmbeddedObject > xEmbeddedObj( xRef.GetObject(), uno::UNO_QUERY ); in InsertOleObject() local
586 if ( xEmbeddedObj.is() ) in InsertOleObject()
589 svt::EmbeddedObjectRef::TryRunningState( xEmbeddedObj ); in InsertOleObject()
590 … uno::Reference< beans::XPropertySet > xProps( xEmbeddedObj->getComponent(), uno::UNO_QUERY ); in InsertOleObject()

Completed in 30 milliseconds