Lines Matching refs:xObj
272 …svt::EmbeddedObjectRef xObj( aCnt.CreateEmbeddedObject( SvGlobalName( SO3_PLUGIN_CLASSID ).GetByte… in TYPEINIT1() local
273 if ( xObj.is() ) in TYPEINIT1()
275 svt::EmbeddedObjectRef::TryRunningState( xObj.GetObject() ); in TYPEINIT1()
278 … uno::Reference < beans::XPropertySet > xSet( xObj->getComponent(), uno::UNO_QUERY ); in TYPEINIT1()
286 rSh.InsertObject( xObj, 0, sal_True, nSlot); in TYPEINIT1()
307 svt::EmbeddedObjectRef xObj; in TYPEINIT1() local
324 …xObj.Assign( aCnt.CreateEmbeddedObject( SvGlobalName( SO3_PLUGIN_CLASSID ).GetByteSequence(), sNam… in TYPEINIT1()
326 svt::EmbeddedObjectRef::TryRunningState( xObj.GetObject() ); in TYPEINIT1()
327 uno::Reference < beans::XPropertySet > xSet( xObj->getComponent(), uno::UNO_QUERY ); in TYPEINIT1()
352 if(xObj.is()) in TYPEINIT1()
353 rSh.InsertOleObject( xObj ); in TYPEINIT1()
358 rSh.InsertObject( xObj, pName, sal_True, nSlot); in TYPEINIT1()
365 svt::EmbeddedObjectRef xObj; in TYPEINIT1() local
376 …xObj.Assign( aCnt.CreateEmbeddedObject( SvGlobalName( SO3_IFRAME_CLASSID ).GetByteSequence(), aNam… in TYPEINIT1()
378 svt::EmbeddedObjectRef::TryRunningState( xObj.GetObject() ); in TYPEINIT1()
379 uno::Reference < beans::XPropertySet > xSet( xObj->getComponent(), uno::UNO_QUERY ); in TYPEINIT1()
426 rSh.InsertOleObject( xObj ); in TYPEINIT1()
430 rSh.InsertObject( xObj, 0, sal_True, nSlot); in TYPEINIT1()
470 svt::EmbeddedObjectRef& xObj = rSh.GetOLEObject(); in TYPEINIT1() local
471 if(pItem && xObj.is()) in TYPEINIT1()
482 xObj->setVisualAreaSize( xObj.GetViewAspect(), aSz ); in TYPEINIT1()