Lines Matching refs:xObj

98 void lcl_ChartInit( const uno::Reference < embed::XEmbeddedObject >& xObj, ScViewData* pViewData,  in lcl_ChartInit()  argument
140 uno::Reference< embed::XComponentSupplier > xCompSupp( xObj, uno::UNO_QUERY ); in lcl_ChartInit()
224 uno::Reference < embed::XEmbeddedObject > xObj; in FuInsertOLE() local
239xObj = pViewShell->GetViewFrame()->GetObjectShell()->GetEmbeddedObjectContainer().CreateEmbeddedOb… in FuInsertOLE()
246xObj = pViewShell->GetViewFrame()->GetObjectShell()->GetEmbeddedObjectContainer().CreateEmbeddedOb… in FuInsertOLE()
269 xObj = pDlg->GetObject(); in FuInsertOLE()
275 if ( xObj.is() ) in FuInsertOLE()
276 … pViewSh->GetObjectShell()->GetEmbeddedObjectContainer().InsertEmbeddedObject( xObj, aName ); in FuInsertOLE()
302 xObj = aCnt.CreateEmbeddedObject( aClassId.GetByteSequence(), aObjName ); in FuInsertOLE()
303 if ( xObj.is() && svt::EmbeddedObjectRef::TryRunningState( xObj ) ) in FuInsertOLE()
306 … uno::Reference < beans::XPropertySet > xSet( xObj->getComponent(), uno::UNO_QUERY ); in FuInsertOLE()
326 if (xObj.is()) in FuInsertOLE()
332 ::svt::EmbeddedObjectRef aObjRef( xObj, nAspect ); in FuInsertOLE()
347 aSz = xObj->getVisualAreaSize( nAspect ); in FuInsertOLE()
356 aMapUnit = VCLUnoHelper::UnoEmbed2VCLMapUnit( xObj->getMapUnit( nAspect ) ); in FuInsertOLE()
365 xObj->setVisualAreaSize( nAspect, aSz ); in FuInsertOLE()
377 … if ( SvtModuleOptions().IsChart() && SotExchange::IsChart( SvGlobalName( xObj->getClassID() ) ) ) in FuInsertOLE()
378 lcl_ChartInit( xObj, pViewSh->GetViewData(), rtl::OUString() ); in FuInsertOLE()
398 awt::Size aSz = xObj->getVisualAreaSize( nAspect ); in FuInsertOLE()
541 uno::Reference < embed::XEmbeddedObject > xObj = in FuInsertChart() local
545 uno::Reference< embed::XComponentSupplier > xCompSupp( xObj, uno::UNO_QUERY ); in FuInsertChart()
560 awt::Size aSz = xObj->getVisualAreaSize( nAspect ); in FuInsertChart()
563 MapUnit aMapUnit = VCLUnoHelper::UnoEmbed2VCLMapUnit( xObj->getMapUnit( nAspect ) ); in FuInsertChart()
582 xObj->setVisualAreaSize( nAspect, aSz ); in FuInsertChart()
652 …lcl_ChartInit( xObj, pData, aRangeString ); // set source range, auto-detect column/row he… in FuInsertChart()
666 SdrOle2Obj* pObj = new SdrOle2Obj( svt::EmbeddedObjectRef( xObj, nAspect ), aName, aRect); in FuInsertChart()