Home
last modified time | relevance | path

Searched refs:xComponentContext (Results 1 – 25 of 72) sorted by relevance

123

/trunk/main/scripting/java/com/sun/star/script/framework/browse/
H A DDialogFactory.java42 private XComponentContext xComponentContext; field in DialogFactory
45 private DialogFactory(XComponentContext xComponentContext) in DialogFactory() argument
47 this.xComponentContext = xComponentContext; in DialogFactory()
51 public static void createDialogFactory(XComponentContext xComponentContext) in createDialogFactory() argument
59 factory = new DialogFactory(xComponentContext); in createDialogFactory()
206 xComponentContext.getServiceManager(); in createConfirmDialog()
210 "com.sun.star.awt.UnoControlDialogModel", xComponentContext); in createConfirmDialog()
266 "com.sun.star.awt.UnoControlDialog", xComponentContext); in createConfirmDialog()
276 "com.sun.star.awt.ExtToolkit", xComponentContext); in createConfirmDialog()
314 xComponentContext.getServiceManager(); in createInputDialog()
[all …]
/trunk/main/svtools/workben/treecontrol/
H A Dtreetest.cxx73 DirectoryTree( const Reference< XComponentContext >& xComponentContext );
99 DirectoryTree::DirectoryTree( const Reference< XComponentContext >& xComponentContext ) in DirectoryTree() argument
100 : mxComponentContext( xComponentContext ) in DirectoryTree()
101 , mxMultiComponentFactoryServer( xComponentContext->getServiceManager() ) in DirectoryTree()
331 Reference< XComponentContext > xComponentContext( in main() local
339 xComponentContext->getServiceManager() ); in main()
347 xComponentContext ); in main()
367 xPropSet->getPropertyValue( OUString::createFromAscii("DefaultContext") ) >>= xComponentContext; in main()
371 xComponentContext->getServiceManager() ); in main()
379 new DirectoryTree( xComponentContext ) )->display(ustrFileURL); in main()
/trunk/main/odk/examples/cpp/DocumentLoader/
H A DDocumentLoader.cxx78 …Reference< XComponentContext > xComponentContext(::cppu::defaultBootstrap_InitialComponentContext(… in SAL_IMPLEMENT_MAIN_WITH_ARGS() local
85 xComponentContext->getServiceManager() ); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
93 xComponentContext ); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
113 xPropSet->getPropertyValue( OUString::createFromAscii("DefaultContext") ) >>= xComponentContext; in SAL_IMPLEMENT_MAIN_WITH_ARGS()
117 xComponentContext->getServiceManager() ); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
125 xComponentContext ), UNO_QUERY ); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
/trunk/main/desktop/source/deployment/registry/script/
H A Ddp_script.cxx109 Reference<XComponentContext> const & xComponentContext );
152 Reference<XComponentContext> const & xComponentContext ) in BackendImpl() argument
153 : t_helper( args, xComponentContext ), in BackendImpl()
340 Reference<XComponentContext> const & xComponentContext = that->getComponentContext(); in processPackage_() local
354 xComponentContext->getServiceManager()->createInstanceWithContext( in processPackage_()
356 xComponentContext ), UNO_QUERY_THROW ); in processPackage_()
362 xComponentContext->getServiceManager()->createInstanceWithContext( in processPackage_()
364 xComponentContext ), UNO_QUERY_THROW ); in processPackage_()
/trunk/main/desktop/source/deployment/registry/
H A Ddp_registry.cxx67 Reference<XComponentContext> const & xComponentContext );
119 Reference<XComponentContext> const & xComponentContext );
306 Reference<XComponentContext> const & xComponentContext ) in create() argument
314 xComponentContext->getServiceManager(), in create()
348 registryArgs, xComponentContext ), UNO_QUERY ); in create()
375 that, context, cachePath, readOnly, xComponentContext); in create()
554 Reference<XComponentContext> const & xComponentContext ) in create() argument
557 context, cachePath, readOnly, xComponentContext ); in create()
/trunk/main/writerfilter/qa/cppunittests/doctok/
H A Dtestdoctok.cxx69 xComponentContext in TEST_F() local
71 OSL_ASSERT( xComponentContext.is() ); in TEST_F()
73 xContext = xComponentContext; in TEST_F()
76 xFactory(xComponentContext->getServiceManager() ); in TEST_F()
102 xComponentContext), uno::UNO_QUERY ); in TEST_F()
/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/accessibility/
H A DAccessBridge.java144 XComponentContext xComponentContext; field in AccessBridge._AccessBridge
146 public _AccessBridge(XComponentContext xComponentContext) { in _AccessBridge() argument
147 this.xComponentContext = xComponentContext; in _AccessBridge()
168 WindowsAccessBridgeAdapter.attach(xComponentContext); in initialize()
/trunk/main/stoc/source/security/
H A Dfile_policy.cxx104 FilePolicy( Reference< XComponentContext > const & xComponentContext )
121 FilePolicy::FilePolicy( Reference< XComponentContext > const & xComponentContext ) in FilePolicy() argument
124 , m_xComponentContext( xComponentContext ) in FilePolicy()
125 , m_ac( xComponentContext ) in FilePolicy()
553 Reference< XComponentContext > const & xComponentContext ) in filepolicy_create()
555 return (OWeakObject *)new stoc_sec::FilePolicy( xComponentContext ); in filepolicy_create()
H A Daccess_controller.cxx427 AccessController( Reference< XComponentContext > const & xComponentContext );
452 AccessController::AccessController( Reference< XComponentContext > const & xComponentContext ) in AccessController() argument
454 , m_xComponentContext( xComponentContext ) in AccessController()
1002 Reference< XComponentContext > const & xComponentContext ) in ac_create()
1004 return (OWeakObject *)new stoc_sec::AccessController( xComponentContext ); in ac_create()
1018 Reference< XComponentContext > const & xComponentContext );
/trunk/main/scripting/source/provider/
H A DMasterScriptProviderFactory.cxx44 Reference< XComponentContext > const & xComponentContext ) in MasterScriptProviderFactory()
45 : m_xComponentContext( xComponentContext ) in MasterScriptProviderFactory()
105 mspf_create( Reference< XComponentContext > const & xComponentContext ) in mspf_create() argument
108 new MasterScriptProviderFactory( xComponentContext ) ); in mspf_create()
H A DBrowseNodeFactoryImpl.cxx648 Reference< XComponentContext > const & xComponentContext ) in BrowseNodeFactoryImpl()
649 : m_xComponentContext( xComponentContext ) in BrowseNodeFactoryImpl()
723 bnf_create( Reference< XComponentContext > const & xComponentContext ) in bnf_create() argument
726 new BrowseNodeFactoryImpl( xComponentContext ) ); in bnf_create()
/trunk/main/desktop/source/pkgchk/unopkg/
H A Dunopkg_misc.cxx483 Reference<XComponentContext> xComponentContext( in getUNO() local
485 out_localContext = xComponentContext; in getUNO()
487 xComponentContext.set( in getUNO()
488 connectToOffice( xComponentContext, verbose ) ); in getUNO()
506 xComponentContext->getServiceManager(), in getUNO()
525 return xComponentContext; in getUNO()
H A Dunopkg_cmdenv.cxx94 Reference<XComponentContext> const & xComponentContext,
117 Reference<XComponentContext> const & xComponentContext, in CommandEnvironmentImpl() argument
124 m_xComponentContext(xComponentContext) in CommandEnvironmentImpl()
129 xComponentContext->getServiceManager() in CommandEnvironmentImpl()
132 Sequence<Any>( &logfile, 1 ), xComponentContext ), in CommandEnvironmentImpl()
H A Dunopkg_app.cxx256 Reference<XComponentContext> xComponentContext; in unopkg_main() local
413 xComponentContext = getUNO( in unopkg_main()
418 deployment::ExtensionManager::get( xComponentContext ) ); in unopkg_main()
421 createCmdEnv( xComponentContext, logFile, in unopkg_main()
610 xComponentContext, in unopkg_main()
/trunk/main/filter/source/xsltfilter/com/sun/star/comp/xsltfilter/
H A DXSLTFilterOLEExtracter.java319 XComponentContext xComponentContext = in connectAwareGetServiceFactory() local
323 Object x = xComponentContext.getServiceManager().createInstanceWithContext( in connectAwareGetServiceFactory()
324 "com.sun.star.connection.Connector", xComponentContext); in connectAwareGetServiceFactory()
336 x = xComponentContext.getServiceManager().createInstanceWithContext( in connectAwareGetServiceFactory()
337 "com.sun.star.bridge.BridgeFactory", xComponentContext); in connectAwareGetServiceFactory()
/trunk/main/ucb/source/ucp/expand/
H A Ducpexpand.cxx73 uno::Reference< uno::XComponentContext > const & xComponentContext ) in ExpandContentProviderImpl()
76 xComponentContext->getValueByName( in ExpandContentProviderImpl()
122 uno::Reference< uno::XComponentContext > const & xComponentContext ) in create()
125 new ExpandContentProviderImpl( xComponentContext ) ); in create()
/trunk/main/fpicker/test/
H A Dsvdem.cxx91 com::sun::star::uno::Reference< com::sun::star::uno::XComponentContext > xComponentContext; in SAL_IMPLEMENT_MAIN() local
92 xComponentContext = cppu::defaultBootstrap_InitialComponentContext(); in SAL_IMPLEMENT_MAIN()
93 xMSch.set(xComponentContext->getServiceManager(), com::sun::star::uno::UNO_QUERY); in SAL_IMPLEMENT_MAIN()
/trunk/main/odk/examples/java/EmbedDocument/Container1/
H A DEmbedContFrame.java104 XComponentContext xComponentContext = in connectOfficeGetServiceFactory() local
108 XMultiComponentFactory xLocalServiceManager = xComponentContext.getServiceManager(); in connectOfficeGetServiceFactory()
112 xComponentContext ); in connectOfficeGetServiceFactory()
/trunk/main/embeddedobj/test/Container1/
H A DEmbedContFrame.java114 XComponentContext xComponentContext = in connectOfficeGetServiceFactory() local
118 XMultiComponentFactory xLocalServiceManager = xComponentContext.getServiceManager(); in connectOfficeGetServiceFactory()
122 xComponentContext ); in connectOfficeGetServiceFactory()
/trunk/main/desktop/source/deployment/manager/
H A Ddp_managerfac.cxx67 Reference<XComponentContext> const & xComponentContext );
107 Reference<XComponentContext> const & xComponentContext ) in PackageManagerFactoryImpl() argument
109 m_xComponentContext( xComponentContext ) in PackageManagerFactoryImpl()
/trunk/main/odk/examples/java/Storage/
H A DStorageFunctionality.java135 XComponentContext xComponentContext = in connect() local
141 xComponentContext.getServiceManager(); in connect()
145 "com.sun.star.bridge.UnoUrlResolver", xComponentContext ); in connect()
/trunk/main/sfx2/source/sidebar/
H A DControllerFactory.cxx186 Reference<XComponentContext > xComponentContext; in CreateToolBarController() local
188 xFactoryProperties->getPropertyValue(A2S("DefaultContext")) >>= xComponentContext; in CreateToolBarController()
195 xComponentContext), in CreateToolBarController()
/trunk/main/framework/inc/macros/
H A Dxserviceinfo.hxx156 …css::uno::Reference< css::uno::XComponentContext > xComponentContext; …
157 …xSMGRProps->getPropertyValue( PROP_DEFAULTCONTEXT ) >>= xComponentContext; …
159 …CLASS* pClass = new CLASS( xComponentContext ); …
/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_service.cxx165 Reference<XComponentContext> const & xComponentContext );
178 Reference<XComponentContext> const& xComponentContext) in ServiceImpl() argument
179 : m_xComponentContext(xComponentContext), in ServiceImpl()
/trunk/main/desktop/source/deployment/registry/executable/
H A Ddp_executable.cxx99 Reference<XComponentContext> const & xComponentContext );
112 Reference<XComponentContext> const & xComponentContext ) in BackendImpl() argument
113 : PackageRegistryBackend( args, xComponentContext ), in BackendImpl()

123