Home
last modified time | relevance | path

Searched refs:xMCF (Results 1 – 25 of 105) sorted by relevance

12345

/dports/editors/libreoffice/libreoffice-7.2.6.2/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/dialogs/
H A DBaseDialog.java59 private XMultiComponentFactory xMCF; field in BaseDialog
75 Object oDesktop = xMCF.createInstanceWithContext("com.sun.star.frame.Desktop", context); in getCurrentFrame()
90 xMCF = context.getServiceManager(); in BaseDialog()
91 … setUnoModel(xMCF.createInstanceWithContext("com.sun.star.awt.UnoControlDialogModel", context)); in BaseDialog()
98 … unoControl = xMCF.createInstanceWithContext("com.sun.star.awt.UnoControlDialog", context); in BaseDialog()
103 Object toolkit = xMCF.createInstanceWithContext("com.sun.star.awt.Toolkit", context); in BaseDialog()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/dialogs/
H A DBaseDialog.java59 private XMultiComponentFactory xMCF; field in BaseDialog
75 Object oDesktop = xMCF.createInstanceWithContext("com.sun.star.frame.Desktop", context); in getCurrentFrame()
90 xMCF = context.getServiceManager(); in BaseDialog()
91 … setUnoModel(xMCF.createInstanceWithContext("com.sun.star.awt.UnoControlDialogModel", context)); in BaseDialog()
98 … unoControl = xMCF.createInstanceWithContext("com.sun.star.awt.UnoControlDialog", context); in BaseDialog()
103 Object toolkit = xMCF.createInstanceWithContext("com.sun.star.awt.Toolkit", context); in BaseDialog()
/dports/editors/libreoffice/libreoffice-7.2.6.2/odk/examples/DevelopersGuide/Database/
H A DRowSet.java48 private static XMultiComponentFactory xMCF = null; field in RowSet
55 xMCF = xContext.getServiceManager(); in main()
84 xMCF.createInstanceWithContext("com.sun.star.sdb.RowSet", xContext)); in useRowSet()
107 xMCF.createInstanceWithContext("com.sun.star.sdb.RowSet", xContext)); in showRowSetPrivileges()
141 xMCF.createInstanceWithContext("com.sun.star.sdb.RowSet", xContext)); in showRowSetRowCount()
173 xMCF.createInstanceWithContext("com.sun.star.sdb.RowSet", xContext)); in showRowSetEvents()
H A DCodeSamples.java52 public static XMultiComponentFactory xMCF; field in CodeSamples
60 xMCF = xContext.getServiceManager(); in main()
140 xMCF.createInstanceWithContext("com.sun.star.sdbc.DriverManager", in openConnectionWithDriverManager()
168 xMCF.createInstanceWithContext("org.openoffice.comp.drivers.MySQL.Driver", in openConnectionWithDriver()
196 xMCF.createInstanceWithContext("com.sun.star.sdb.DatabaseContext", in printDataSources()
269 xMCF.createInstanceWithContext("com.sun.star.sdb.DatabaseContext", in createQuerydefinition()
303 xMCF.createInstanceWithContext("com.sun.star.sdb.DatabaseContext", in printQueryColumnNames()
H A DOpenQuery.java61 XMultiComponentFactory xMCF = null; in openQuery() local
66 xMCF = xContext.getServiceManager(); in openQuery()
75 Object rowSet = xMCF.createInstanceWithContext( in openQuery()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/odk/examples/DevelopersGuide/Database/
H A DRowSet.java48 private static XMultiComponentFactory xMCF = null; field in RowSet
55 xMCF = xContext.getServiceManager(); in main()
84 xMCF.createInstanceWithContext("com.sun.star.sdb.RowSet", xContext)); in useRowSet()
107 xMCF.createInstanceWithContext("com.sun.star.sdb.RowSet", xContext)); in showRowSetPrivileges()
141 xMCF.createInstanceWithContext("com.sun.star.sdb.RowSet", xContext)); in showRowSetRowCount()
173 xMCF.createInstanceWithContext("com.sun.star.sdb.RowSet", xContext)); in showRowSetEvents()
H A DCodeSamples.java52 public static XMultiComponentFactory xMCF; field in CodeSamples
60 xMCF = xContext.getServiceManager(); in main()
140 xMCF.createInstanceWithContext("com.sun.star.sdbc.DriverManager", in openConnectionWithDriverManager()
168 xMCF.createInstanceWithContext("org.openoffice.comp.drivers.MySQL.Driver", in openConnectionWithDriver()
196 xMCF.createInstanceWithContext("com.sun.star.sdb.DatabaseContext", in printDataSources()
269 xMCF.createInstanceWithContext("com.sun.star.sdb.DatabaseContext", in createQuerydefinition()
303 xMCF.createInstanceWithContext("com.sun.star.sdb.DatabaseContext", in printQueryColumnNames()
H A DOpenQuery.java61 XMultiComponentFactory xMCF = null; in openQuery() local
66 xMCF = xContext.getServiceManager(); in openQuery()
75 Object rowSet = xMCF.createInstanceWithContext( in openQuery()
/dports/editors/libreoffice/libreoffice-7.2.6.2/odk/examples/DevelopersGuide/FirstSteps/
H A DFirstUnoContact.java46 com.sun.star.lang.XMultiComponentFactory xMCF = in main() local
49 String available = (xMCF != null ? "available" : "not available"); in main()
H A DFirstConnection.java46 com.sun.star.lang.XMultiComponentFactory xMCF = in main() local
49 String available = (null != xMCF ? "available" : "not available"); in main()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/odk/examples/DevelopersGuide/FirstSteps/
H A DFirstUnoContact.java46 com.sun.star.lang.XMultiComponentFactory xMCF = in main() local
49 String available = (xMCF != null ? "available" : "not available"); in main()
H A DFirstConnection.java46 com.sun.star.lang.XMultiComponentFactory xMCF = in main() local
49 String available = (null != xMCF ? "available" : "not available"); in main()
/dports/editors/libreoffice/libreoffice-7.2.6.2/odk/examples/java/Text/
H A DTextReplace.java149 com.sun.star.lang.XMultiComponentFactory xMCF = null; in getDesktop() local
158 xMCF = xContext.getServiceManager(); in getDesktop()
159 if( xMCF != null ) { in getDesktop()
162 Object oDesktop = xMCF.createInstanceWithContext( in getDesktop()
H A DStyleCreation.java149 com.sun.star.lang.XMultiComponentFactory xMCF = null; in getDesktop() local
158 xMCF = xContext.getServiceManager(); in getDesktop()
159 if( xMCF != null ) { in getDesktop()
162 Object oDesktop = xMCF.createInstanceWithContext( in getDesktop()
H A DBookmarkInsertion.java200 com.sun.star.lang.XMultiComponentFactory xMCF = null; in getDesktop() local
209 xMCF = xContext.getServiceManager(); in getDesktop()
210 if( xMCF != null ) { in getDesktop()
213 Object oDesktop = xMCF.createInstanceWithContext( in getDesktop()
H A DHardFormatting.java204 com.sun.star.lang.XMultiComponentFactory xMCF = null; in getDesktop() local
213 xMCF = xContext.getServiceManager(); in getDesktop()
214 if( xMCF != null ) { in getDesktop()
217 Object oDesktop = xMCF.createInstanceWithContext( in getDesktop()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/odk/examples/java/Text/
H A DTextReplace.java149 com.sun.star.lang.XMultiComponentFactory xMCF = null; in getDesktop() local
158 xMCF = xContext.getServiceManager(); in getDesktop()
159 if( xMCF != null ) { in getDesktop()
162 Object oDesktop = xMCF.createInstanceWithContext( in getDesktop()
H A DStyleCreation.java149 com.sun.star.lang.XMultiComponentFactory xMCF = null; in getDesktop() local
158 xMCF = xContext.getServiceManager(); in getDesktop()
159 if( xMCF != null ) { in getDesktop()
162 Object oDesktop = xMCF.createInstanceWithContext( in getDesktop()
H A DBookmarkInsertion.java200 com.sun.star.lang.XMultiComponentFactory xMCF = null; in getDesktop() local
209 xMCF = xContext.getServiceManager(); in getDesktop()
210 if( xMCF != null ) { in getDesktop()
213 Object oDesktop = xMCF.createInstanceWithContext( in getDesktop()
H A DHardFormatting.java204 com.sun.star.lang.XMultiComponentFactory xMCF = null; in getDesktop() local
213 xMCF = xContext.getServiceManager(); in getDesktop()
214 if( xMCF != null ) { in getDesktop()
217 Object oDesktop = xMCF.createInstanceWithContext( in getDesktop()
/dports/editors/libreoffice/libreoffice-7.2.6.2/odk/examples/java/DocumentHandling/
H A DDocumentLoader.java60 com.sun.star.lang.XMultiComponentFactory xMCF = in main() local
63 Object oDesktop = xMCF.createInstanceWithContext( in main()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/odk/examples/java/DocumentHandling/
H A DDocumentLoader.java60 com.sun.star.lang.XMultiComponentFactory xMCF = in main() local
63 Object oDesktop = xMCF.createInstanceWithContext( in main()
/dports/editors/libreoffice/libreoffice-7.2.6.2/odk/examples/java/Spreadsheet/
H A DChartTypeChange.java83 private final XMultiComponentFactory xMCF; field in ChartTypeChange
144 xMCF = xCompContext.getServiceManager(); in ChartTypeChange()
183 xMCF.createInstanceWithContext("com.sun.star.frame.Desktop", in getChart()
225 xMCF.createInstanceWithContext( in getChart()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/odk/examples/java/Spreadsheet/
H A DChartTypeChange.java83 private final XMultiComponentFactory xMCF; field in ChartTypeChange
144 xMCF = xCompContext.getServiceManager(); in ChartTypeChange()
183 xMCF.createInstanceWithContext("com.sun.star.frame.Desktop", in getChart()
225 xMCF.createInstanceWithContext( in getChart()
/dports/editors/libreoffice/libreoffice-7.2.6.2/odk/examples/java/Inspector/
H A DTestInspector.java55 com.sun.star.lang.XMultiComponentFactory xMCF = xContext.getServiceManager(); in main() local
73 xMCF.createInstanceWithContext("com.sun.star.frame.Desktop", xContext)); in main()

12345