Lines Matching refs:xObj

273 …svt::EmbeddedObjectRef xObj( aCnt.CreateEmbeddedObject( SvGlobalName( SO3_PLUGIN_CLASSID ).GetByte…  in TYPEINIT1()  local
274 if ( xObj.is() ) in TYPEINIT1()
276 svt::EmbeddedObjectRef::TryRunningState( xObj.GetObject() ); in TYPEINIT1()
279 … uno::Reference < beans::XPropertySet > xSet( xObj->getComponent(), uno::UNO_QUERY ); in TYPEINIT1()
287 rSh.InsertObject( xObj, 0, sal_True, nSlot); in TYPEINIT1()
308 svt::EmbeddedObjectRef xObj; in TYPEINIT1() local
325xObj.Assign( aCnt.CreateEmbeddedObject( SvGlobalName( SO3_PLUGIN_CLASSID ).GetByteSequence(), sNam… in TYPEINIT1()
327 svt::EmbeddedObjectRef::TryRunningState( xObj.GetObject() ); in TYPEINIT1()
328 uno::Reference < beans::XPropertySet > xSet( xObj->getComponent(), uno::UNO_QUERY ); in TYPEINIT1()
353 if(xObj.is()) in TYPEINIT1()
354 rSh.InsertOleObject( xObj ); in TYPEINIT1()
359 rSh.InsertObject( xObj, pName, sal_True, nSlot); in TYPEINIT1()
366 svt::EmbeddedObjectRef xObj; in TYPEINIT1() local
377xObj.Assign( aCnt.CreateEmbeddedObject( SvGlobalName( SO3_IFRAME_CLASSID ).GetByteSequence(), aNam… in TYPEINIT1()
379 svt::EmbeddedObjectRef::TryRunningState( xObj.GetObject() ); in TYPEINIT1()
380 uno::Reference < beans::XPropertySet > xSet( xObj->getComponent(), uno::UNO_QUERY ); in TYPEINIT1()
427 rSh.InsertOleObject( xObj ); in TYPEINIT1()
431 rSh.InsertObject( xObj, 0, sal_True, nSlot); in TYPEINIT1()
471 svt::EmbeddedObjectRef& xObj = rSh.GetOLEObject(); in TYPEINIT1() local
472 if(pItem && xObj.is()) in TYPEINIT1()
483 xObj->setVisualAreaSize( xObj.GetViewAspect(), aSz ); in TYPEINIT1()