Home
last modified time | relevance | path

Searched refs:getComponentContext (Results 1 – 25 of 170) sorted by relevance

1234567

/trunk/main/bean/qa/complex/bean/
H A DOOoBeanTest.java104 f = new WriterFrame(100 ,100, 500 ,400, false, connection.getComponentContext()); in test1()
126 f = new WriterFrame(100, 100, 500,500, false, connection.getComponentContext()); in test2()
279 f = new WriterFrame(100, 100, 500, 300, true, connection.getComponentContext()); in test3()
304 f = new WriterFrame(100, 100, 500, 300, false, connection.getComponentContext()); in test4()
338 f = new WriterFrame(100, 100, 500, 400, false, connection.getComponentContext()); in test5()
393 …nal OOoBean bean = new OOoBean(new PrivateLocalOfficeConnection(connection.getComponentContext())); in test6()
580 f = new WriterFrame(100 ,100, 500 ,400, false, connection.getComponentContext()); in test7()
613 … OOoBean bean1 = new OOoBean(new PrivateLocalOfficeConnection(connection.getComponentContext())); in test8()
615 … OOoBean bean2 = new OOoBean(new PrivateLocalOfficeConnection(connection.getComponentContext())); in test8()
617 … OOoBean bean3 = new OOoBean(new PrivateLocalOfficeConnection(connection.getComponentContext())); in test8()
[all …]
/trunk/main/desktop/source/deployment/registry/component/
H A Ddp_component.cxx652 new ComponentBackendDb(getComponentContext(), dbFile)); in BackendImpl()
1243 getComponentContext()->getValueByName( in componentLiveInsertion()
1300 getComponentContext()->getValueByName( in componentLiveRemoval()
1542 context = that->getComponentContext(); in processPackage_()
1550 that->getComponentContext(), abortChannel)), in processPackage_()
1585 context = that->getComponentContext(); in processPackage_()
1677 that->getComponentContext(); in processPackage_()
1727 that->getComponentContext()->getValueByName( in processPackage_()
1780 context = that->getComponentContext(); in processPackage_()
1797 that->getComponentContext()->getServiceManager(), in processPackage_()
[all …]
/trunk/main/scripting/examples/javascript/Highlight/
H A DShowDialog.js37 context.getComponentContext());
43 serviceObj = context.getComponentContext().getValueByName(
79 xmcf = XSCRIPTCONTEXT.getComponentContext().getServiceManager();
89 XSCRIPTCONTEXT.getComponentContext());
/trunk/main/scripting/examples/beanshell/Highlight/
H A DShowDialog.bsh41 context.getComponentContext());
48 serviceObj = context.getComponentContext().getValueByName(
83 XSCRIPTCONTEXT.getComponentContext().getServiceManager();
93 XSCRIPTCONTEXT.getComponentContext());
97 XSCRIPTCONTEXT.getComponentContext());
/trunk/main/comphelper/qa/complex/comphelper/
H A DMap.java111 XMap map = com.sun.star.container.EnumerableMap.create( connection.getComponentContext(), in impl_checkMappings()
144 … connection.getComponentContext(), keyType, valueType, (Pair< Object, Object >[])initialMappings ); in impl_checkMappings()
345 … XMap map = com.sun.star.container.EnumerableMap.create( connection.getComponentContext(), in testValueTypes()
448 …eMap map = com.sun.star.container.EnumerableMap.create( connection.getComponentContext(), new Type… in testEnumerations()
488 …eMap map = com.sun.star.container.EnumerableMap.create( connection.getComponentContext(), new Type… in testSpecialValues()
519 …= UnoRuntime.queryInterface(XMultiServiceFactory.class, connection.getComponentContext().getServic… in getMSF()
/trunk/main/testtools/source/bridgetest/pyuno/
H A Dimpl.py147 unohelper.inspect( uno.getComponentContext() , dev )
148 unohelper.inspect( uno.getComponentContext().ServiceManager , dev )
152 smgr = uno.getComponentContext().ServiceManager.createInstance(
162 smgr = uno.getComponentContext().ServiceManager.createInstance(
/trunk/main/scripting/examples/java/Highlight/
H A DHighlightText.java52 context.getComponentContext().getServiceManager(); in showForm()
61 context.getComponentContext()); in showForm()
208 context.getComponentContext()); in tryLoadingLibrary()
215 Object serviceObj = context.getComponentContext().getValueByName( in tryLoadingLibrary()
/trunk/main/desktop/source/offacc/
H A Dacceptor.cxx48 static Reference<XInterface> getComponentContext( const Reference<XMultiServiceFactory>& rFactory) in getComponentContext() function
76 m_rContext = getComponentContext(m_rSMgr); in Acceptor()
272 rInstance = getComponentContext( m_rSMgr ); in getInstance()
284 OUString::createFromAscii( "StarOffice.ComponentContext" ), getComponentContext( m_rSMgr )); in getInstance()
/trunk/main/desktop/source/deployment/registry/script/
H A Ddp_script.cxx140 dialogURL, xCmdEnv, myBackend->getComponentContext() ); in PackageImpl()
144 scriptURL, xCmdEnv, myBackend->getComponentContext() ); in PackageImpl()
179 new ScriptBackendDb(getComponentContext(), dbFile)); in BackendImpl()
344 Reference<XComponentContext> const & xComponentContext = that->getComponentContext(); in processPackage_()
/trunk/main/scripting/source/pyprov/
H A Dpythonscript.py82 pathSubst = uno.getComponentContext().ServiceManager.createInstance(
284 def getComponentContext(self): member in ScriptContext
514 ctx = self.provCtx.scriptContext.getComponentContext()
711 … parser = uno.getComponentContext().ServiceManager.createInstance( "com.sun.star.xml.sax.Parser" )
801 packageManagerFactory = uno.getComponentContext().getValueByName(
900 uri = uno.getComponentContext().getByName(
955 storageType, sfa, urlHelper, ScriptContext( uno.getComponentContext(), doc, inv ) )
/trunk/main/bean/java/officebean/src/main/java/com/sun/star/comp/beans/
H A DOOoBean.java175 try { xComponentContext = iNewConnection.getComponentContext(); } in setOOoConnection()
279 if ( iConnection.getComponentContext() == null ) in getOOoConnection()
301 iConn.getComponentContext().getServiceManager(); in getMultiServiceFactory()
1467 && iConnection.getComponentContext() != null ) in run()
1476 xServiceManager = iConnection.getComponentContext().getServiceManager(); in run()
H A DLocalOfficeWindow.java116 XComponentContext xContext = mConnection.getComponentContext(); in queryAWTToolkit()
119 compfactory = mConnection.getComponentContext().getServiceManager(); in queryAWTToolkit()
/trunk/main/oox/source/core/
H A Dbinaryfilterbase.cxx54 return StorageRef( new ::oox::ole::OleStorage( getComponentContext(), rxInStream, true ) ); in implCreateStorage()
59 return StorageRef( new ::oox::ole::OleStorage( getComponentContext(), rxOutStream, true ) ); in implCreateStorage()
H A Dxmlfilterbase.cxx499 FilterDetect aDetector( getComponentContext() ); in implGetInputStream()
507 return StorageRef( new ZipStorage( getComponentContext(), rxInStream ) ); in implCreateStorage()
512 return StorageRef( new ZipStorage( getComponentContext(), rxOutStream ) ); in implCreateStorage()
/trunk/main/sw/qa/complex/writer/
H A DCheckIndexedPropertyValues.java45 (connection.getComponentContext().getServiceManager(). in checkIndexedPropertyValues()
48 connection.getComponentContext()))); in checkIndexedPropertyValues()
H A DCheckNamedPropertyValues.java45 (connection.getComponentContext().getServiceManager(). in checkNamedPropertyValues()
48 connection.getComponentContext()))); in checkNamedPropertyValues()
/trunk/main/oox/source/ppt/
H A Dpptimport.cxx164 GraphicHelper( rFilter.getComponentContext(), rFilter.getTargetFrame(), rFilter.getStorage() ), in PptGraphicHelper()
183 …return new ::oox::ole::VbaProject( getComponentContext(), getModel(), CREATE_OUSTRING( "Impress" )… in implCreateVbaProject()
/trunk/main/oox/source/xls/
H A Dexcelfilter.cxx163 …return new ExcelVbaProject( getComponentContext(), Reference< XSpreadsheetDocument >( getModel(), … in implCreateVbaProject()
246 …return new ExcelVbaProject( getComponentContext(), Reference< XSpreadsheetDocument >( getModel(), … in implCreateVbaProject()
/trunk/main/dbaccess/qa/complex/dbaccess/
H A DTestCase.java52 protected final XComponentContext getComponentContext() in getComponentContext() method in TestCase
229 …= UnoRuntime.queryInterface(XMultiServiceFactory.class, connection.getComponentContext().getServic… in getMSF()
/trunk/main/bean/java/officebean/src/main/java/com/sun/star/beans/
H A DLocalOfficeWindow.java112 XComponentContext xContext = mConnection.getComponentContext(); in queryAWTToolkit()
115 compfactory = mConnection.getComponentContext().getServiceManager(); in queryAWTToolkit()
/trunk/main/connectivity/qa/complex/connectivity/
H A DHsqlDriverTest.java67 …= UnoRuntime.queryInterface(XMultiServiceFactory.class, connection.getComponentContext().getServic… in test()
137 …= UnoRuntime.queryInterface(XMultiServiceFactory.class, connection.getComponentContext().getServic… in test2()
/trunk/main/desktop/source/deployment/registry/help/
H A Ddp_help.cxx149 new HelpBackendDb(getComponentContext(), dbFile)); in BackendImpl()
420 Reference<XComponentContext> const & xContext = getComponentContext(); in implProcessHelp()
645 Reference<XComponentContext> const & xContext = getComponentContext(); in getFileAccess()
/trunk/main/pyuno/source/module/
H A Duno.py40 _g_ctx = pyuno.getComponentContext( )
43 def getComponentContext(): function
/trunk/main/desktop/source/deployment/registry/sfwk/
H A Ddp_sfwk.cxx288 xContext( getComponentContext() ); in bindPackage_()
361 that->getComponentContext()->getValueByName( in initPackageHandler()
/trunk/main/wizards/com/sun/star/wizards/common/
H A DHelper.java414 public static XComponentContext getComponentContext(XMultiServiceFactory _xMSF) in getComponentContext() method in Helper
425 final XComponentContext xComponentContext = getComponentContext(_xMSF); in getMacroExpander()

Completed in 92 milliseconds

1234567