Home
last modified time | relevance | path

Searched refs:_xMCF (Results 1 – 9 of 9) sorted by relevance

/aoo42x/main/odk/examples/DevelopersGuide/GUI/
H A DImageControlSample.java41 public ImageControlSample(XComponentContext _xContext, XMultiComponentFactory _xMCF){ in ImageControlSample() argument
42 super(_xContext, _xMCF); in ImageControlSample()
43 super.createDialog(_xMCF); in ImageControlSample()
93 …public XPropertySet insertImageControl(XMultiComponentFactory _xMCF, int _nPosX, int _nPosY, int _… in insertImageControl() argument
130 public XGraphic getGraphic(XMultiComponentFactory _xMCF, String _sImageSystemPath){ in getGraphic() argument
134 …Object oFCProvider = _xMCF.createInstanceWithContext("com.sun.star.ucb.FileContentProvider", this.… in getGraphic()
H A DUnoMenu2.java37 public UnoMenu2(XComponentContext _xContext, XMultiComponentFactory _xMCF) { in UnoMenu2() argument
38 super(_xContext, _xMCF); in UnoMenu2()
H A DDialogDocument.java44 public DialogDocument(XComponentContext _xContext, XMultiComponentFactory _xMCF) { in DialogDocument() argument
45 super(_xContext, _xMCF); in DialogDocument()
H A DSystemDialog.java44 public SystemDialog(XComponentContext _xContext, XMultiComponentFactory _xMCF){ in SystemDialog() argument
46 m_xMCF = _xMCF; in SystemDialog()
H A DUnoMenu.java44 public UnoMenu(XComponentContext _xContext, XMultiComponentFactory _xMCF) { in UnoMenu() argument
45 super(_xContext, _xMCF); in UnoMenu()
H A DMessageBox.java51 public MessageBox(XComponentContext _xContext, XMultiComponentFactory _xMCF){ in MessageBox() argument
53 m_xMCF = _xMCF; in MessageBox()
H A DUnoDialogSample.java112 public UnoDialogSample(XComponentContext _xContext, XMultiComponentFactory _xMCF) { in UnoDialogSample() argument
114 m_xMCF = _xMCF; in UnoDialogSample()
232 protected void createDialog(XMultiComponentFactory _xMCF) { in createDialog() argument
234 …Object oDialogModel = _xMCF.createInstanceWithContext("com.sun.star.awt.UnoControlDialogModel", m… in createDialog()
243 …Object oUnoDialog = _xMCF.createInstanceWithContext("com.sun.star.awt.UnoControlDialog", m_xContex… in createDialog()
H A DUnoDialogSample2.java61 …public UnoDialogSample2(XComponentContext _xContext, XMultiComponentFactory _xMCF, Object _oUnoObj… in UnoDialogSample2() argument
62 super(_xContext, _xMCF); in UnoDialogSample2()
/aoo42x/main/sc/source/ui/vba/testvba/
H A Dtestvba.cxx116 const Reference< XMultiComponentFactory >& _xMCF, in TestVBA()
118 const rtl::OUString& _outDirPath ) : mxContext( _xContext ), mxMCF( _xMCF ), in TestVBA()

Completed in 40 milliseconds