Home
last modified time | relevance | path

Searched refs:_xComponentContext (Results 1 – 6 of 6) sorted by relevance

/trunk/main/odk/examples/DevelopersGuide/BasicAndDialogs/CreatingDialogs/
H A DSampleDialog.java73 private XComponentContext _xComponentContext; field in SampleDialog
76 _xComponentContext = xComponentContext; in SampleDialog()
132 XMultiComponentFactory xMultiComponentFactory = _xComponentContext.getServiceManager(); in createDialog()
136 "com.sun.star.awt.UnoControlDialogModel", _xComponentContext ); in createDialog()
198 "com.sun.star.awt.UnoControlDialog", _xComponentContext ); in createDialog()
215 "com.sun.star.awt.ExtToolkit", _xComponentContext ); in createDialog()
/trunk/main/scripting/java/Framework/com/sun/star/script/framework/security/
H A DSecurityDialog.java136 private XComponentContext _xComponentContext; field in SecurityDialog
142 _xComponentContext = xComponentContext; in SecurityDialog()
239 XMultiComponentFactory xMultiComponentFactory = _xComponentContext.getServiceManager(); in createDialog()
243 "com.sun.star.awt.UnoControlDialogModel", _xComponentContext ); in createDialog()
392 "com.sun.star.awt.UnoControlDialog", _xComponentContext ); in createDialog()
426 "com.sun.star.awt.ExtToolkit", _xComponentContext ); in createDialog()
/trunk/main/odk/examples/java/Inspector/
H A DIntrospector.java95 public static Introspector getIntrospector(XComponentContext _xComponentContext){ in getIntrospector() argument
97 m_oIntrospector = new Introspector(_xComponentContext); in getIntrospector()
104 private Introspector(XComponentContext _xComponentContext) { in Introspector() argument
106 m_xComponentContext = _xComponentContext; in Introspector()
H A DTDocSupplier.java50 public TDocSupplier(XComponentContext _xComponentContext) { in TDocSupplier() argument
51 m_xComponentContext = _xComponentContext; in TDocSupplier()
H A DInspector.java81 public _Inspector(XComponentContext _xComponentContext) { in _Inspector() argument
82 m_xComponentContext = _xComponentContext; in _Inspector()
H A DInspectorPane.java58 …public InspectorPane(XComponentContext _xComponentContext, XDialogProvider _xDialogProvider, XTree… in InspectorPane() argument
59 m_xComponentContext = _xComponentContext; in InspectorPane()

Completed in 41 milliseconds