Searched refs:getXComponentContext (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/odk/examples/java/Inspector/ |
H A D | TDocSupplier.java | 56 protected XComponentContext getXComponentContext(){ in getXComponentContext() method in TDocSupplier 100 …mentsAndContext( "com.sun.star.ucb.UniversalContentBroker", keys, getXComponentContext() ); … in getXRowOfTDocUrl() 132 …ntFactory().createInstanceWithContext("com.sun.star.ucb.SimpleFileAccess", getXComponentContext()); in getTDocUrls() 148 …ComponentFactory().createInstanceWithContext("com.sun.star.frame.Desktop", getXComponentContext()); in openEmptyDocument()
|
H A D | UnoNode.java | 62 m_xComponentContext = Introspector.getIntrospector().getXComponentContext(); in UnoNode() 78 protected XComponentContext getXComponentContext(){ in getXComponentContext() method in UnoNode 161 …entFactory().createInstanceWithContext("com.sun.star.util.URLTransformer", getXComponentContext()); in getDispatchURL() 177 …ComponentFactory().createInstanceWithContext("com.sun.star.frame.Desktop", getXComponentContext()); in getCurrentFrame()
|
H A D | Inspector.java | 94 public XComponentContext getXComponentContext(){ in getXComponentContext() method in Inspector._Inspector 196 …InspectorPane oInspectorPane = new InspectorPane(getXComponentContext(), m_oSwingDialogProvider, o… in inspect() 401 …eateInstanceWithContext("com.sun.star.configuration.DefaultProvider", this.getXComponentContext()); in getConfigurationAccess()
|
H A D | Introspector.java | 110 …tory().createInstanceWithContext("com.sun.star.reflection.CoreReflection", getXComponentContext()); in Introspector() 119 protected XComponentContext getXComponentContext(){ in getXComponentContext() method in Introspector 364 …Object oTypeDescriptionManager = getXComponentContext().getValueByName("/singletons/com.sun.star.r… in initTypeDescriptionManager()
|
H A D | SwingDialogProvider.java | 66 m_xComponentContext = _oInspector.getXComponentContext(); in SwingDialogProvider()
|
Completed in 92 milliseconds