/trunk/main/swext/mediawiki/src/com/sun/star/wiki/ |
H A D | Helper.java | 59 import com.sun.star.uno.XComponentContext; 168 synchronized protected static String GetLocalizedString( XComponentContext xContext, int nID ) in GetLocalizedString() 227 synchronized protected static boolean GetShowInBrowserByDefault( XComponentContext xContext ) in GetShowInBrowserByDefault() 383 protected static XInputStream SaveHTMLTemp( XComponentContext xContext, String sArticle ) in SaveHTMLTemp() 420 protected static String CreateTempFile( XComponentContext xContext ) in CreateTempFile() 504 protected static String GetDocServiceName( XComponentContext xContext, XModel xModel ) in GetDocServiceName() 699 protected static void ShowURLInBrowser( XComponentContext xContext, String sURL ) in ShowURLInBrowser() 940 protected static boolean PasswordStoringIsAllowed( XComponentContext xContext ) in PasswordStoringIsAllowed() 1047 private static boolean AllowUnknownCert( XComponentContext xContext, String aURL ) in AllowUnknownCert() 1067 private static String[][] GetSpecialArgs( XComponentContext xContext, String aURL ) in GetSpecialArgs() [all …]
|
/trunk/main/sdext/source/presenter/ |
H A D | PresenterScreen.cxx | 65 const css::uno::Reference< css::uno::XComponentContext > &rxContext ) in lcl_IsPresenterEnabled() 114 css::uno::Reference<css::uno::XComponentContext> mxComponentContext; 231 const css::uno::Reference<css::uno::XComponentContext>& rxContext, in PresenterScreenListener() 340 const Reference<XComponentContext>& rxContext, in PresenterScreen() 409 Reference<XComponentContext> xContext (mxContextWeak); in InitializePresenterScreen() 527 Reference<XComponentContext> xContext (mxContextWeak); in GetScreenNumber() 624 Reference<XComponentContext>(mxContextWeak), in GetMainPaneId() 724 const Reference<XComponentContext>& rxContext, in SetupConfiguration() 751 const Reference<XComponentContext>& rxContext, in ProcessLayout() 837 const Reference<XComponentContext>& rxContext, in ProcessComponent() [all …]
|
H A D | PresenterScreen.hxx | 78 const css::uno::Reference<css::uno::XComponentContext>& rxContext) 92 PresenterScreenJob (const css::uno::Reference<css::uno::XComponentContext>& rxContext); 95 css::uno::Reference<css::uno::XComponentContext> mxComponentContext; 119 const css::uno::Reference<css::uno::XComponentContext>& rxContext, 145 css::uno::WeakReference<css::uno::XComponentContext> mxContextWeak; 171 const css::uno::Reference<css::uno::XComponentContext>& rxContext); 176 const css::uno::Reference<css::uno::XComponentContext>& rxContext); 182 const css::uno::Reference<css::uno::XComponentContext>& rxContext, 192 const css::uno::Reference<css::uno::XComponentContext>& rxContext, 201 const css::uno::Reference<css::uno::XComponentContext>& rxContext, [all …]
|
/trunk/main/stoc/inc/ |
H A D | bootstrapservices.hxx | 34 class XComponentContext; 41 … const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > & xContext ); 45 const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > & xContext ) 50 const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > & xContext ) 57 …::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > const & xComponentCon… 63 …::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > const & xComponentCon… 70 const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& ) 77 const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& ); 89 const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& ) 96 const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& ) [all …]
|
H A D | stocservices.hxx | 34 class XComponentContext; 41 const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > & ) 49 com::sun::star::uno::Reference< com::sun::star::uno::XComponentContext > const & context) 58 com::sun::star::uno::Reference< com::sun::star::uno::XComponentContext > const & context) 67 ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > const &) 76 com::sun::star::uno::Reference< com::sun::star::uno::XComponentContext > const &) 85 com::sun::star::uno::Reference< com::sun::star::uno::XComponentContext > const & context)
|
/trunk/main/sd/source/ui/unoidl/ |
H A D | facreg.cxx | 84 const uno::Reference<uno::XComponentContext>& rxContext) 91 const uno::Reference<uno::XComponentContext>& rxContext) 98 const uno::Reference<uno::XComponentContext>& rxContext) 105 const uno::Reference<uno::XComponentContext>& rxContext) 112 const uno::Reference<uno::XComponentContext>& rxContext) 119 const uno::Reference<uno::XComponentContext>& rxContext) 126 const uno::Reference<uno::XComponentContext>& rxContext) 133 const uno::Reference<uno::XComponentContext>& rxContext) 144 const uno::Reference<uno::XComponentContext>& rxContext) 154 const uno::Reference<uno::XComponentContext>& rxContext) [all …]
|
/trunk/main/stoc/source/servicemanager/ |
H A D | servicemanager.cxx | 624 Reference< XComponentContext > m_xContext; 676 Reference< XComponentContext > m_xContext; 789 Reference< XComponentContext > xContext; in setPropertyValue() 850 Reference< XComponentContext > const & xContext ) in OServiceManagerWrapper() 1101 Reference< XComponentContext > xContext; in setPropertyValue() 1215 Reference< XComponentContext > const & xContext ) in createInstanceWithContext() 1224 Reference< XComponentContext > xDefContext; in createInstanceWithContext() 1279 Reference< XComponentContext > const & xContext ) in createInstanceWithArgumentsAndContext() 1288 Reference< XComponentContext > xDefContext; in createInstanceWithArgumentsAndContext() 2028 const Reference< XComponentContext > & xContext ) in OServiceManager_CreateInstance() [all …]
|
/trunk/main/cli_ure/source/native/ |
H A D | native_bootstrap.cxx | 280 static ::unoidl::com::sun::star::uno::XComponentContext * 293 static ::unoidl::com::sun::star::uno::XComponentContext * 303 static ::unoidl::com::sun::star::uno::XComponentContext * 308 ::unoidl::com::sun::star::uno::XComponentContext * 330 Reference< XComponentContext > xContext; 341 return __try_cast< ::unoidl::com::sun::star::uno::XComponentContext * >( 346 ::unoidl::com::sun::star::uno::XComponentContext * 352 ::unoidl::com::sun::star::uno::XComponentContext * Bootstrap::bootstrap() 354 Reference<XComponentContext> xContext = ::cppu::bootstrap(); 355 return __try_cast< ::unoidl::com::sun::star::uno::XComponentContext * >(
|
/trunk/main/io/source/stm/ |
H A D | factreg.hxx | 30 Reference< XInterface > SAL_CALL OPipeImpl_CreateInstance( const Reference< XComponentContext > & r… 34 …erface > SAL_CALL ODataInputStream_CreateInstance( const Reference< XComponentContext > & rSMgr ) … 38 …rface > SAL_CALL ODataOutputStream_CreateInstance( const Reference< XComponentContext > & rSMgr ) … 42 …e > SAL_CALL OMarkableOutputStream_CreateInstance( const Reference< XComponentContext > & rSMgr ) … 46 …ce > SAL_CALL OMarkableInputStream_CreateInstance( const Reference< XComponentContext > & rSMgr ) … 50 …ace > SAL_CALL OObjectOutputStream_CreateInstance( const Reference< XComponentContext > & rSMgr ) … 54 …face > SAL_CALL OObjectInputStream_CreateInstance( const Reference< XComponentContext > & rSMgr ) … 58 Reference< XInterface > SAL_CALL OPumpImpl_CreateInstance( const Reference< XComponentContext > & r…
|
/trunk/main/javaunohelper/com/sun/star/comp/helper/ |
H A D | Bootstrap.java | 37 import com.sun.star.uno.XComponentContext; 102 static public XComponentContext createInitialComponentContext( Hashtable context_entries ) in createInitialComponentContext() 131 XComponentContext xContext = new ComponentContext( context_entries, null ); in createInitialComponentContext() 168 static public final XComponentContext defaultBootstrap_InitialComponentContext() in defaultBootstrap_InitialComponentContext() 182 static public final XComponentContext defaultBootstrap_InitialComponentContext( in defaultBootstrap_InitialComponentContext() 207 XComponentContext.class, in defaultBootstrap_InitialComponentContext() 224 public static final XComponentContext bootstrap() in bootstrap() 227 XComponentContext xContext = null; in bootstrap() 231 XComponentContext xLocalContext = in bootstrap() 284 XComponentContext.class, context); in bootstrap()
|
/trunk/main/sc/source/ui/vba/ |
H A D | vbawindows.cxx | 44 …uno::Reference< frame::XModel >& xModel, const uno::Reference< uno::XComponentContext >& xContext,… in lcl_createWorkbookHIParent() 49 uno::Any ComponentToWindow( const uno::Any& aSource, uno::Reference< uno::XComponentContext > & xCo… in ComponentToWindow() 63 uno::Reference< uno::XComponentContext > m_xContext; 68 …WindowComponentEnumImpl( const uno::Reference< uno::XComponentContext >& xContext, const Component… in WindowComponentEnumImpl() 73 …WindowComponentEnumImpl( const uno::Reference< uno::XComponentContext >& xContext ) throw ( uno::R… in WindowComponentEnumImpl() 109 …WindowEnumImpl(const uno::Reference< uno::XComponentContext >& xContext, const Components& compone… in WindowEnumImpl() 110 …WindowEnumImpl( const uno::Reference< uno::XComponentContext >& xContext, const uno::Any& aApplic… in WindowEnumImpl() 124 uno::Reference< uno::XComponentContext > m_xContext; 128 …WindowsAccessImpl( const uno::Reference< uno::XComponentContext >& xContext ):m_xContext( xContext… in WindowsAccessImpl() 210 …erence< ov::XHelperInterface >& xParent, const uno::Reference< uno::XComponentContext > & xContext… in ScVbaWindows() [all …]
|
/trunk/main/canvas/source/factory/ |
H A D | cf_service.cxx | 83 Reference<XComponentContext> m_xContext; 99 Reference<XComponentContext> const & xContext ) const; 102 Reference<XComponentContext> const & xContext ) const; 106 CanvasFactory( Reference<XComponentContext> const & xContext ); 120 Reference<XComponentContext> const & xContext ) throw (Exception); 125 Reference<XComponentContext> const & xContext ) throw (Exception); 232 Reference<XInterface> create( Reference<XComponentContext> const & xContext ) in create() 274 OUString const & name, Reference<XComponentContext> const & xContext ) in createInstanceWithContext() 285 Reference<XComponentContext> const & xContext ) const in use() 323 Reference<XComponentContext> const & xContext ) const in lookupAndUse() [all …]
|
/trunk/main/vbahelper/inc/vbahelper/ |
H A D | vbahelperinterface.hxx | 66 css::uno::Reference< css::uno::XComponentContext > mxContext; 69 …InheritedHelperInterfaceImpl( const css::uno::Reference< css::uno::XComponentContext >& xContext )… in InheritedHelperInterfaceImpl() 70 …::XHelperInterface >& xParent, const css::uno::Reference< css::uno::XComponentContext >& xContext … in InheritedHelperInterfaceImpl() 113 …InheritedHelperInterfaceImpl1< Ifc1 >( const css::uno::Reference< css::uno::XComponentContext >& x… 114 …::XHelperInterface >& xParent, const css::uno::Reference< css::uno::XComponentContext >& xContext … 123 …rInterfaceImpl2< Ifc1, Ifc2 >( const css::uno::Reference< css::uno::XComponentContext >& xContext … 124 …::XHelperInterface >& xParent, const css::uno::Reference< css::uno::XComponentContext >& xContext … 133 …faceImpl3< Ifc1, Ifc2, Ifc3 >( const css::uno::Reference< css::uno::XComponentContext >& xContext … 134 …::XHelperInterface >& xParent, const css::uno::Reference< css::uno::XComponentContext >& xContext …
|
/trunk/main/cppu/qa/ |
H A D | test_unotype.cxx | 66 struct DerivedInterface2: css::uno::XComponentContext {}; 239 t = ::cppu::UnoType< css::uno::XComponentContext >::get(); in TEST_F() 517 static_cast< css::uno::XComponentContext * >(0)) == in TEST_F() 518 ::cppu::UnoType< css::uno::XComponentContext >::get()); in TEST_F() 523 ::cppu::UnoType< css::uno::XComponentContext >::get()); in TEST_F() 534 ::cppu::UnoType< css::uno::XComponentContext >::get()); in TEST_F() 538 ::cppu::UnoType< css::uno::XComponentContext >::get()); in TEST_F() 770 static_cast< css::uno::XComponentContext * >(0)) == in TEST_F() 771 ::cppu::UnoType< css::uno::XComponentContext >::get()); in TEST_F() 776 ::cppu::UnoType< css::uno::XComponentContext >::get()); in TEST_F() [all …]
|
/trunk/main/cppuhelper/source/ |
H A D | component_context.cxx | 345 , public WeakComponentImplHelper2< XComponentContext, 349 Reference< XComponentContext > m_xDelegate; 374 Reference< XComponentContext > const & xDelegate ); 659 return makeAny( Reference<XComponentContext>(this) ); in getValueByName() 762 Reference< XComponentContext > const & xDelegate ) in ComponentContext() 810 Reference< XComponentContext > xThis( this ); in ComponentContext() 831 XComponentContext * pDelegatee = va_arg(*pParam, XComponentContext *); in s_createComponentContext_v() 836 Reference<XComponentContext> xContext; in s_createComponentContext_v() 865 Reference< XComponentContext > SAL_CALL createComponentContext( in createComponentContext() 867 Reference< XComponentContext > const & xDelegate ) in createComponentContext() [all …]
|
H A D | factory.cxx | 115 Reference< XComponentContext > const & xContext ) 119 Reference< XComponentContext > const & xContext ) 137 Reference< XComponentContext > const & xContext ) 165 Reference< XComponentContext > const & xContext ) in createInstanceEveryTime() 202 Arguments, Reference< XComponentContext >() ); in createInstanceWithArguments() 208 Reference< XComponentContext > const & xContext ) in createInstanceWithContext() 216 Reference< XComponentContext > const & xContext ) in createInstanceWithArgumentsAndContext() 481 Reference< XComponentContext > const & xContext ) in createInstanceWithContext() 500 Reference< XComponentContext > const & xContext ) in createInstanceWithArgumentsAndContext() 741 Reference< XComponentContext > const & xContext ) in createInstanceEveryTime() [all …]
|
H A D | bootstrap.cxx | 185 Reference< XComponentContext > bootstrapInitialContext( 192 Reference< XComponentContext > SAL_CALL createInitialCfgComponentContext( 194 Reference< XComponentContext > const & xDelegate ) 198 const Reference< XComponentContext >& xContext ); 377 Reference< XComponentContext > 445 Reference< XComponentContext > xContext( in defaultBootstrap_InitialComponentContext() 463 Reference< XComponentContext > 474 Reference< XComponentContext > 510 Reference< XComponentContext > SAL_CALL bootstrap() in bootstrap() 512 Reference< XComponentContext > xRemoteContext; in bootstrap() [all …]
|
/trunk/main/chart2/source/inc/ |
H A D | Scaling.hxx | 52 ::com::sun::star::uno::XComponentContext > & xContext ); 77 ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > m_xContext; 93 ::com::sun::star::uno::XComponentContext > & xContext ); 118 ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > m_xContext; 133 ::com::sun::star::uno::XComponentContext > & xContext ); 159 ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > m_xContext; 174 ::com::sun::star::uno::XComponentContext > & xContext ); 199 ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > m_xContext;
|
/trunk/main/odk/examples/DevelopersGuide/ProfUNO/InterprocessConn/ |
H A D | ConnectionAwareClient.java | 27 import com.sun.star.uno.XComponentContext; 31 import com.sun.star.uno.XComponentContext; 52 private XComponentContext _ctx; 56 public ConnectionAwareClient( XComponentContext ctx , String url ) in ConnectionAwareClient() 211 XComponentContext xOfficeComponentContext = in getComponentLoader() 212 ( XComponentContext ) UnoRuntime.queryInterface( in getComponentLoader() 213 XComponentContext.class, oDefaultContext ); in getComponentLoader() 241 XComponentContext ctx = in main()
|
/trunk/main/comphelper/source/misc/ |
H A D | legacysingletonfactory.cxx | 55 using ::com::sun::star::uno::XComponentContext; 81 …< XInterface > SAL_CALL createInstanceWithContext( const Reference< XComponentContext >& Context )… 82 …mentsAndContext( const Sequence< Any >& Arguments, const Reference< XComponentContext >& Context )… 90 bool impl_nts_ensureInstance( const Reference< XComponentContext >& _rxContext ); 143 …bool LegacySingletonFactory::impl_nts_ensureInstance( const Reference< XComponentContext >& _rxCon… in impl_nts_ensureInstance() 156 …LegacySingletonFactory::createInstanceWithContext( const Reference< XComponentContext >& _rxContex… in createInstanceWithContext() 165 …ntsAndContext( const Sequence< Any >& _rArguments, const Reference< XComponentContext >& _rxContex… in createInstanceWithArgumentsAndContext()
|
/trunk/main/extensions/source/update/check/ |
H A D | updatecheckjob.cxx | 55 InitUpdateCheckJobThread( const uno::Reference< uno::XComponentContext > &xContext, 65 uno::Reference<uno::XComponentContext> m_xContext; 78 UpdateCheckJob(const uno::Reference<uno::XComponentContext>& xContext); 110 uno::Reference<uno::XComponentContext> m_xContext; 121 const uno::Reference< uno::XComponentContext > &xContext, in InitUpdateCheckJobThread() 158 UpdateCheckJob::UpdateCheckJob( const uno::Reference<uno::XComponentContext>& xContext ) : in UpdateCheckJob() 341 createJobInstance(const uno::Reference<uno::XComponentContext>& xContext) in createJobInstance() 349 createConfigInstance(const uno::Reference<uno::XComponentContext>& xContext) in createConfigInstance()
|
/trunk/main/bean/java/officebean/src/main/java/com/sun/star/comp/beans/ |
H A D | LocalOfficeConnection.java | 40 import com.sun.star.uno.XComponentContext; 62 private XComponentContext mContext; 158 protected LocalOfficeConnection(com.sun.star.uno.XComponentContext xContext) in LocalOfficeConnection() 226 synchronized public XComponentContext getComponentContext() in getComponentContext() 304 private XComponentContext connect() in connect() 309 XComponentContext xLocalContext = in connect() 356 XComponentContext xComponentContext = (XComponentContext) UnoRuntime.queryInterface( in connect() 357 XComponentContext.class, xContext); in connect() 400 private Object resolve(XComponentContext xLocalContext, String dcp) in resolve()
|
/trunk/main/bean/java/officebean/src/main/java/com/sun/star/beans/ |
H A D | LocalOfficeConnection.java | 35 import com.sun.star.uno.XComponentContext; 53 private XComponentContext mContext; 152 public XComponentContext getComponentContext() in getComponentContext() 212 private XComponentContext connect() in connect() 217 XComponentContext xLocalContext = in connect() 272 XComponentContext xComponentContext = (XComponentContext) UnoRuntime.queryInterface( in connect() 273 XComponentContext.class, xContext); in connect()
|
/trunk/main/sdext/source/minimizer/ |
H A D | graphiccollector.cxx | 49 const DeviceInfo& GraphicCollector::GetDeviceInfo( const Reference< XComponentContext >& rxFact ) in GetDeviceInfo() 99 void ImpAddGraphicEntity( const Reference< XComponentContext >& rxContext, Reference< XShape >& rxS… in ImpAddGraphicEntity() 137 void ImpAddFillBitmapEntity( const Reference< XComponentContext >& rxContext, const Reference< XPro… in ImpAddFillBitmapEntity() 209 void ImpCollectBackgroundGraphic( const Reference< XComponentContext >& rxContext, const Reference<… in ImpCollectBackgroundGraphic() 227 void ImpCollectGraphicObjects( const Reference< XComponentContext >& rxContext, const Reference< XS… in ImpCollectGraphicObjects() 259 awt::Size GraphicCollector::GetOriginalSize( const Reference< XComponentContext >& rxContext, const… in GetOriginalSize() 282 void GraphicCollector::CollectGraphics( const Reference< XComponentContext >& rxContext, const Refe… in CollectGraphics() 352 void ImpCountGraphicObjects( const Reference< XComponentContext >& rxContext, const Reference< XSha… in ImpCountGraphicObjects() 394 void ImpCountBackgroundGraphic( const Reference< XComponentContext >& /* rxContext */, const Refere… in ImpCountBackgroundGraphic() argument 422 void GraphicCollector::CountGraphics( const Reference< XComponentContext >& rxContext, const Refere… in CountGraphics()
|
/trunk/main/cppuhelper/test/ |
H A D | cfg_test.cxx | 87 Reference< XComponentContext > m_xContext; 90 ServiceImpl0( Reference< XComponentContext > const & xContext ) SAL_THROW( () ); 101 ServiceImpl0::ServiceImpl0( Reference< XComponentContext > const & xContext ) SAL_THROW( () ) in ServiceImpl0() 168 inline ServiceImpl1( Reference< XComponentContext > const & xContext ) SAL_THROW( () ) 191 Reference< XComponentContext > const & xContext ) in ServiceImpl0_create() 198 Reference< XComponentContext > const & xContext ) in ServiceImpl1_create() 255 Reference< XComponentContext > xContext( defaultBootstrap_InitialComponentContext() ); in SAL_IMPLEMENT_MAIN()
|