/aoo42x/main/scripting/java/com/sun/star/script/framework/browse/ |
H A D | DialogFactory.java | 42 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 …]
|
/aoo42x/main/svtools/workben/treecontrol/ |
H A D | treetest.cxx | 73 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()
|
/aoo42x/main/odk/examples/cpp/DocumentLoader/ |
H A D | DocumentLoader.cxx | 78 …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()
|
/aoo42x/main/desktop/source/deployment/registry/script/ |
H A D | dp_script.cxx | 109 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_()
|
/aoo42x/main/desktop/source/deployment/registry/ |
H A D | dp_registry.cxx | 67 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()
|
/aoo42x/main/writerfilter/qa/cppunittests/doctok/ |
H A D | testdoctok.cxx | 69 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()
|
/aoo42x/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/accessibility/ |
H A D | AccessBridge.java | 144 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()
|
/aoo42x/main/scripting/source/provider/ |
H A D | MasterScriptProviderFactory.cxx | 44 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 D | BrowseNodeFactoryImpl.cxx | 671 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()
|
/aoo42x/main/stoc/source/security/ |
H A D | file_policy.cxx | 105 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 D | access_controller.cxx | 439 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 )
|
/aoo42x/main/desktop/source/pkgchk/unopkg/ |
H A D | unopkg_misc.cxx | 483 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 D | unopkg_cmdenv.cxx | 94 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 D | unopkg_app.cxx | 260 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()
|
/aoo42x/main/filter/source/xsltfilter/com/sun/star/comp/xsltfilter/ |
H A D | XSLTFilterOLEExtracter.java | 319 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()
|
/aoo42x/main/ucb/source/ucp/expand/ |
H A D | ucpexpand.cxx | 73 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()
|
/aoo42x/main/fpicker/test/ |
H A D | svdem.cxx | 91 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()
|
/aoo42x/main/odk/examples/java/EmbedDocument/Container1/ |
H A D | EmbedContFrame.java | 104 XComponentContext xComponentContext = in connectOfficeGetServiceFactory() local 108 XMultiComponentFactory xLocalServiceManager = xComponentContext.getServiceManager(); in connectOfficeGetServiceFactory() 112 xComponentContext ); in connectOfficeGetServiceFactory()
|
/aoo42x/main/embeddedobj/test/Container1/ |
H A D | EmbedContFrame.java | 114 XComponentContext xComponentContext = in connectOfficeGetServiceFactory() local 118 XMultiComponentFactory xLocalServiceManager = xComponentContext.getServiceManager(); in connectOfficeGetServiceFactory() 122 xComponentContext ); in connectOfficeGetServiceFactory()
|
/aoo42x/main/desktop/source/deployment/manager/ |
H A D | dp_managerfac.cxx | 67 Reference<XComponentContext> const & xComponentContext ); 107 Reference<XComponentContext> const & xComponentContext ) in PackageManagerFactoryImpl() argument 109 m_xComponentContext( xComponentContext ) in PackageManagerFactoryImpl()
|
/aoo42x/main/odk/examples/java/Storage/ |
H A D | StorageFunctionality.java | 135 XComponentContext xComponentContext = in connect() local 141 xComponentContext.getServiceManager(); in connect() 145 "com.sun.star.bridge.UnoUrlResolver", xComponentContext ); in connect()
|
/aoo42x/main/sfx2/source/sidebar/ |
H A D | ControllerFactory.cxx | 186 Reference<XComponentContext > xComponentContext; in CreateToolBarController() local 188 xFactoryProperties->getPropertyValue(A2S("DefaultContext")) >>= xComponentContext; in CreateToolBarController() 195 xComponentContext), in CreateToolBarController()
|
/aoo42x/main/framework/inc/macros/ |
H A D | xserviceinfo.hxx | 157 css::uno::Reference< css::uno::XComponentContext > xComponentContext; \ 158 xSMGRProps->getPropertyValue( PROP_DEFAULTCONTEXT ) >>= xComponentContext; \ 160 …CLASS* pClass = new CLASS( xComponentContext ); …
|
/aoo42x/main/desktop/source/deployment/registry/executable/ |
H A D | dp_executable.cxx | 99 Reference<XComponentContext> const & xComponentContext ); 114 Reference<XComponentContext> const & xComponentContext ) in BackendImpl() argument 115 : PackageRegistryBackend( args, xComponentContext ), in BackendImpl()
|
/aoo42x/main/desktop/source/deployment/gui/ |
H A D | dp_gui_service.cxx | 165 Reference<XComponentContext> const & xComponentContext ); 181 Reference<XComponentContext> const& xComponentContext) in ServiceImpl() argument 182 : m_xComponentContext(xComponentContext), in ServiceImpl()
|