Home
last modified time | relevance | path

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

123

/trunk/main/odk/examples/DevelopersGuide/Database/
H A DRowSet.java44 private static XMultiComponentFactory xMCF = null; field in RowSet
51 xMCF = xContext.getServiceManager(); in main()
78 xMCF.createInstanceWithContext("com.sun.star.sdb.DatabaseContext", in printDataSources()
90 xMCF.createInstanceWithContext("com.sun.star.sdb.RowSet", xContext)); in useRowSet()
113 xMCF.createInstanceWithContext("com.sun.star.sdb.RowSet", xContext)); in showRowSetPrivileges()
147 xMCF.createInstanceWithContext("com.sun.star.sdb.RowSet", xContext)); in showRowSetRowCount()
179 xMCF.createInstanceWithContext("com.sun.star.sdb.RowSet", xContext)); in showRowSetEvents()
H A DCodeSamples.java46 public static XMultiComponentFactory xMCF; field in CodeSamples
54 xMCF = xContext.getServiceManager(); in main()
135 xMCF.createInstanceWithContext("com.sun.star.sdbc.DriverManager", in openConnectionWithDriverManager()
163 xMCF.createInstanceWithContext("org.openoffice.comp.drivers.MySQL.Driver", in openConnectionWithDriver()
191 xMCF.createInstanceWithContext("com.sun.star.sdb.DatabaseContext", in printDataSources()
264 xMCF.createInstanceWithContext("com.sun.star.sdb.DatabaseContext", in createQuerydefinition()
300 xMCF.createInstanceWithContext("com.sun.star.sdb.DatabaseContext", in printQueryColumnNames()
H A DOpenQuery.java45 private XMultiComponentFactory xMCF = null; field in OpenQuery
72 xMCF = xContext.getServiceManager(); in openQuery()
81 Object rowSet = xMCF.createInstanceWithContext( in openQuery()
/trunk/main/xmlsecurity/source/helper/
H A Dxmlsignaturehelper.cxx90 uno::Reference< lang::XMultiComponentFactory > xMCF( mxCtx->getServiceManager() ); in ImplCreateSEInitializer() local
92 xMCF->createInstanceWithContext( sSEInitializer, mxCtx ), uno::UNO_QUERY ); in ImplCreateSEInitializer()
198 uno::Reference< lang::XMultiComponentFactory > xMCF( mxCtx->getServiceManager() ); in CreateDocumentHandlerWithHeader() local
200 xMCF->createInstanceWithContext(rtl::OUString::createFromAscii( in CreateDocumentHandlerWithHeader()
316 uno::Reference< lang::XMultiComponentFactory > xMCF( mxCtx->getServiceManager() ); in ReadAndVerifySignature() local
318 xMCF->createInstanceWithContext( in ReadAndVerifySignature()
H A Dxsecctl.cxx358 cssu::Reference< cssl::XMultiComponentFactory > xMCF( mxCtx->getServiceManager() ); in createXSecComponent() local
361 xMCF->createInstanceWithContext( sXMLSignature, mxCtx ), in createXSecComponent()
371 xMCF->createInstanceWithContext( sXMLDocument, mxCtx ), in createXSecComponent()
382 xMCF->createInstanceWithContext( sSAXEventKeeper, mxCtx ), in createXSecComponent()
/trunk/main/scripting/source/stringresource/
H A Dstringresource.cxx1149 Reference< XMultiComponentFactory > xMCF = getMultiComponentFactory(); in storeToURL() local
1291 BinaryOutput( Reference< XMultiComponentFactory > xMCF,
1310 BinaryOutput::BinaryOutput( Reference< XMultiComponentFactory > xMCF, in BinaryOutput() argument
1312 : m_xMCF( xMCF ) in BinaryOutput()
1422 Reference< XMultiComponentFactory > xMCF = getMultiComponentFactory(); in exportBinary() local
1423 BinaryOutput aOut( xMCF, m_xContext ); in exportBinary()
1530 , m_xMCF( xMCF ) in BinaryInput()
1653 Reference< XMultiComponentFactory > xMCF = getMultiComponentFactory(); in importBinary() local
1654 BinaryInput aIn( Data, xMCF, m_xContext ); in importBinary()
2015 Reference< XMultiComponentFactory > xMCF = getMultiComponentFactory(); in implReadPropertiesFile() local
[all …]
/trunk/main/odk/examples/java/Text/
H A DTextReplace.java143 com.sun.star.lang.XMultiComponentFactory xMCF = null; in getDesktop() local
152 xMCF = xContext.getServiceManager(); in getDesktop()
153 if( xMCF != null ) { in getDesktop()
156 Object oDesktop = xMCF.createInstanceWithContext( in getDesktop()
H A DStyleCreation.java137 com.sun.star.lang.XMultiComponentFactory xMCF = null; in getDesktop() local
146 xMCF = xContext.getServiceManager(); in getDesktop()
147 if( xMCF != null ) { in getDesktop()
150 Object oDesktop = xMCF.createInstanceWithContext( in getDesktop()
H A DBookmarkInsertion.java196 com.sun.star.lang.XMultiComponentFactory xMCF = null; in getDesktop() local
205 xMCF = xContext.getServiceManager(); in getDesktop()
206 if( xMCF != null ) { in getDesktop()
209 Object oDesktop = xMCF.createInstanceWithContext( in getDesktop()
H A DHardFormatting.java198 com.sun.star.lang.XMultiComponentFactory xMCF = null; in getDesktop() local
207 xMCF = xContext.getServiceManager(); in getDesktop()
208 if( xMCF != null ) { in getDesktop()
211 Object oDesktop = xMCF.createInstanceWithContext( in getDesktop()
H A DStyleInitialization.java232 com.sun.star.lang.XMultiComponentFactory xMCF = null; in getDesktop() local
241 xMCF = xContext.getServiceManager(); in getDesktop()
242 if( xMCF != null ) { in getDesktop()
245 Object oDesktop = xMCF.createInstanceWithContext( in getDesktop()
/trunk/main/odk/examples/java/Spreadsheet/
H A DChartTypeChange.java72 private XMultiComponentFactory xMCF = null; field in ChartTypeChange
134 xMCF = xCompContext.getServiceManager(); in ChartTypeChange()
176 xMCF.createInstanceWithContext("com.sun.star.frame.Desktop", in getChart()
222 xMCF.createInstanceWithContext( in getChart()
H A DEuroAdaption.java307 XMultiComponentFactory xMCF = null; in getDesktop() local
316 xMCF = xContext.getServiceManager(); in getDesktop()
317 if( xMCF != null ) { in getDesktop()
320 Object oDesktop = xMCF.createInstanceWithContext( in getDesktop()
H A DSCalc.java326 XMultiComponentFactory xMCF = null; in openCalc() local
333 xMCF = xContext.getServiceManager(); in openCalc()
336 Object oDesktop = xMCF.createInstanceWithContext( in openCalc()
/trunk/main/odk/examples/DevelopersGuide/GUI/
H A DImageControlSample.java58 XMultiComponentFactory xMCF = xContext.getServiceManager(); in main() local
59 oImageControlSample = new ImageControlSample(xContext, xMCF); in main()
69 … XPropertySet xICModelPropertySet = oImageControlSample.insertImageControl(xMCF, 68, 30, 32, 90); in main()
H A DUnoDialogSample2.java81 XMultiComponentFactory xMCF = xContext.getServiceManager(); in main() local
84 Object oDesktop =xMCF.createInstanceWithContext("com.sun.star.frame.Desktop", xContext); in main()
94 oUnoDialogSample2 = new UnoDialogSample2(xContext, xMCF, oUnoObject); in main()
/trunk/main/odk/examples/java/Inspector/
H A DInspectorAddon.java111 … com.sun.star.lang.XMultiComponentFactory xMCF = m_xContext.getServiceManager(); in dispatch() local
113 … Object obj= xMCF.createInstanceWithContext("org.openoffice.InstanceInspector", m_xContext); in dispatch()
117 … Object oDesktop = xMCF.createInstanceWithContext("com.sun.star.frame.Desktop", m_xContext); in dispatch()
H A DTestInspector.java45 com.sun.star.lang.XMultiComponentFactory xMCF = xContext.getServiceManager(); in main() local
63 xMCF.createInstanceWithContext("com.sun.star.frame.Desktop", xContext)); in main()
/trunk/main/sd/source/ui/func/
H A Dfuhhconv.cxx223 Reference< lang::XMultiComponentFactory > xMCF( xContext->getServiceManager() ); in StartChineseConversion() local
224 if(xMCF.is()) in StartChineseConversion()
227 xMCF->createInstanceWithContext( in StartChineseConversion()
/trunk/main/sw/source/ui/table/
H A Dchartins.cxx197 uno::Reference< lang::XMultiComponentFactory > xMCF( xContext->getServiceManager() ); in SwInsertChart() local
198 if(xMCF.is()) in SwInsertChart()
201 xMCF->createInstanceWithContext( in SwInsertChart()
/trunk/main/odk/examples/DevelopersGuide/Components/dialogcomponent/
H A DDialogComponent.java93 XMultiComponentFactory xMCF = m_xCmpCtx.getServiceManager(); in createDialog() local
101 obj = xMCF.createInstanceWithArgumentsAndContext( in createDialog()
105 obj = xMCF.createInstanceWithContext( in createDialog()
/trunk/main/odk/examples/DevelopersGuide/FirstSteps/
H A DFirstUnoContact.java34 com.sun.star.lang.XMultiComponentFactory xMCF = in main() local
37 String available = (xMCF != null ? "available" : "not available"); in main()
H A DFirstConnection.java34 com.sun.star.lang.XMultiComponentFactory xMCF = in main() local
37 String available = (null != xMCF ? "available" : "not available"); in main()
/trunk/main/odk/examples/java/DocumentHandling/
H A DDocumentLoader.java48 com.sun.star.lang.XMultiComponentFactory xMCF = in main() local
51 Object oDesktop = xMCF.createInstanceWithContext( in main()
H A DDocumentPrinter.java46 com.sun.star.lang.XMultiComponentFactory xMCF = in main() local
49 Object oDesktop = xMCF.createInstanceWithContext( in main()

Completed in 133 milliseconds

123