/aoo42x/main/odk/examples/DevelopersGuide/Database/ |
H A D | RowSet.java | 44 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 D | CodeSamples.java | 46 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 D | OpenQuery.java | 45 private XMultiComponentFactory xMCF = null; field in OpenQuery 72 xMCF = xContext.getServiceManager(); in openQuery() 81 Object rowSet = xMCF.createInstanceWithContext( in openQuery()
|
/aoo42x/main/xmlsecurity/source/helper/ |
H A D | xmlsignaturehelper.cxx | 90 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 D | xsecctl.cxx | 358 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()
|
/aoo42x/main/scripting/source/stringresource/ |
H A D | stringresource.cxx | 1149 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 …]
|
/aoo42x/main/odk/examples/java/Text/ |
H A D | TextReplace.java | 143 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 D | StyleCreation.java | 137 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 D | BookmarkInsertion.java | 196 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 D | HardFormatting.java | 198 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 D | StyleInitialization.java | 232 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()
|
/aoo42x/main/odk/examples/java/Spreadsheet/ |
H A D | ChartTypeChange.java | 72 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 D | EuroAdaption.java | 307 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 D | SCalc.java | 326 XMultiComponentFactory xMCF = null; in openCalc() local 333 xMCF = xContext.getServiceManager(); in openCalc() 336 Object oDesktop = xMCF.createInstanceWithContext( in openCalc()
|
/aoo42x/main/odk/examples/DevelopersGuide/GUI/ |
H A D | ImageControlSample.java | 58 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 D | UnoDialogSample2.java | 81 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()
|
/aoo42x/main/odk/examples/java/Inspector/ |
H A D | InspectorAddon.java | 111 … 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 D | TestInspector.java | 45 com.sun.star.lang.XMultiComponentFactory xMCF = xContext.getServiceManager(); in main() local 63 xMCF.createInstanceWithContext("com.sun.star.frame.Desktop", xContext)); in main()
|
/aoo42x/main/sd/source/ui/func/ |
H A D | fuhhconv.cxx | 223 Reference< lang::XMultiComponentFactory > xMCF( xContext->getServiceManager() ); in StartChineseConversion() local 224 if(xMCF.is()) in StartChineseConversion() 227 xMCF->createInstanceWithContext( in StartChineseConversion()
|
/aoo42x/main/sw/source/ui/table/ |
H A D | chartins.cxx | 197 uno::Reference< lang::XMultiComponentFactory > xMCF( xContext->getServiceManager() ); in SwInsertChart() local 198 if(xMCF.is()) in SwInsertChart() 201 xMCF->createInstanceWithContext( in SwInsertChart()
|
/aoo42x/main/odk/examples/DevelopersGuide/Components/dialogcomponent/ |
H A D | DialogComponent.java | 93 XMultiComponentFactory xMCF = m_xCmpCtx.getServiceManager(); in createDialog() local 101 obj = xMCF.createInstanceWithArgumentsAndContext( in createDialog() 105 obj = xMCF.createInstanceWithContext( in createDialog()
|
/aoo42x/main/odk/examples/DevelopersGuide/FirstSteps/ |
H A D | FirstUnoContact.java | 34 com.sun.star.lang.XMultiComponentFactory xMCF = in main() local 37 String available = (xMCF != null ? "available" : "not available"); in main()
|
H A D | FirstConnection.java | 34 com.sun.star.lang.XMultiComponentFactory xMCF = in main() local 37 String available = (null != xMCF ? "available" : "not available"); in main()
|
/aoo42x/main/odk/examples/java/DocumentHandling/ |
H A D | DocumentLoader.java | 48 com.sun.star.lang.XMultiComponentFactory xMCF = in main() local 51 Object oDesktop = xMCF.createInstanceWithContext( in main()
|
H A D | DocumentPrinter.java | 46 com.sun.star.lang.XMultiComponentFactory xMCF = in main() local 49 Object oDesktop = xMCF.createInstanceWithContext( in main()
|