Home
last modified time | relevance | path

Searched refs:xComponentContext (Results 1 – 25 of 71) 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()
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()
385 "com.sun.star.awt.UnoControlDialog", xComponentContext); 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 );
154 Reference<XComponentContext> const & xComponentContext ) in BackendImpl() argument
155 : t_helper( args, xComponentContext ), in BackendImpl()
344 Reference<XComponentContext> const & xComponentContext = that->getComponentContext(); in processPackage_() local
358 xComponentContext->getServiceManager()->createInstanceWithContext( in processPackage_()
360 xComponentContext ), UNO_QUERY_THROW ); in processPackage_()
366 xComponentContext->getServiceManager()->createInstanceWithContext( in processPackage_()
368 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 );
314 Reference<XComponentContext> const & xComponentContext ) in create() argument
322 xComponentContext->getServiceManager(), in create()
356 registryArgs, xComponentContext ), UNO_QUERY ); in create()
383 that, context, cachePath, readOnly, xComponentContext); in create()
565 Reference<XComponentContext> const & xComponentContext ) in create() argument
568 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/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
109 new MasterScriptProviderFactory( xComponentContext ) ); in mspf_create()
H A DBrowseNodeFactoryImpl.cxx671 Reference< XComponentContext > const & xComponentContext ) in BrowseNodeFactoryImpl()
672 : m_xComponentContext( xComponentContext ) in BrowseNodeFactoryImpl()
749 bnf_create( Reference< XComponentContext > const & xComponentContext ) in bnf_create() argument
753 new BrowseNodeFactoryImpl( xComponentContext ) ); in bnf_create()
/trunk/main/stoc/source/security/
H A Dfile_policy.cxx105 FilePolicy( Reference< XComponentContext > const & xComponentContext )
128 FilePolicy::FilePolicy( Reference< XComponentContext > const & xComponentContext ) in FilePolicy() argument
131 , m_xComponentContext( xComponentContext ) in FilePolicy()
132 , m_ac( xComponentContext ) in FilePolicy()
584 Reference< XComponentContext > const & xComponentContext ) in filepolicy_create()
587 return (OWeakObject *)new stoc_sec::FilePolicy( xComponentContext ); in filepolicy_create()
H A Daccess_controller.cxx439 AccessController( Reference< XComponentContext > const & xComponentContext )
473 AccessController::AccessController( Reference< XComponentContext > const & xComponentContext ) in AccessController() argument
476 , m_xComponentContext( xComponentContext ) in AccessController()
1034 Reference< XComponentContext > const & xComponentContext ) in ac_create()
1037 return (OWeakObject *)new stoc_sec::AccessController( xComponentContext ); in ac_create()
1051 Reference< XComponentContext > const & xComponentContext )
/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,
119 Reference<XComponentContext> const & xComponentContext, in CommandEnvironmentImpl() argument
126 m_xComponentContext(xComponentContext) in CommandEnvironmentImpl()
131 xComponentContext->getServiceManager() in CommandEnvironmentImpl()
134 Sequence<Any>( &logfile, 1 ), xComponentContext ), in CommandEnvironmentImpl()
H A Dunopkg_app.cxx260 Reference<XComponentContext> xComponentContext; in unopkg_main() local
417 xComponentContext = getUNO( in unopkg_main()
422 deployment::ExtensionManager::get( xComponentContext ) ); in unopkg_main()
425 createCmdEnv( xComponentContext, logFile, in unopkg_main()
614 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()
127 uno::Reference< uno::XComponentContext > const & xComponentContext ) in create()
131 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.hxx157 css::uno::Reference< css::uno::XComponentContext > xComponentContext; \
158 xSMGRProps->getPropertyValue( PROP_DEFAULTCONTEXT ) >>= xComponentContext; \
160 …CLASS* pClass = new CLASS( xComponentContext ); …
/trunk/main/desktop/source/deployment/registry/executable/
H A Ddp_executable.cxx99 Reference<XComponentContext> const & xComponentContext );
114 Reference<XComponentContext> const & xComponentContext ) in BackendImpl() argument
115 : PackageRegistryBackend( args, xComponentContext ), in BackendImpl()
/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_service.cxx165 Reference<XComponentContext> const & xComponentContext );
181 Reference<XComponentContext> const& xComponentContext) in ServiceImpl() argument
182 : m_xComponentContext(xComponentContext), in ServiceImpl()

Completed in 110 milliseconds

123