/trunk/main/odk/examples/DevelopersGuide/Accessibility/ |
H A D | ConnectionTask.java | 127 XMultiServiceFactory xFactory = connectToOffice(); in getToolkit() local 133 if (xFactory != null) in getToolkit() 137 xFactory.createInstance ("stardiv.Toolkit.VCLXToolkit")); in getToolkit()
|
/trunk/main/xmloff/source/draw/ |
H A D | shapeimport.cxx | 1327 UniReference< XMLPropertyHandlerFactory > xFactory = new XMLSdPropHdlFactory( rModel, rImport ); in CreateShapePropMapper() local 1328 UniReference < XMLPropertySetMapper > xMapper = new XMLShapePropertySetMapper( xFactory ); in CreateShapePropMapper() 1340 UniReference< XMLPropertyHandlerFactory > xFactory = new XMLSdPropHdlFactory( rModel, rImport ); in CreateExternalShapePropMapper() local 1341 UniReference < XMLPropertySetMapper > xMapper = new XMLShapePropertySetMapper( xFactory, 1 ); in CreateExternalShapePropMapper() 1474 …rtl::Reference< XMLPropertyHandlerFactory > xFactory( new XMLSdPropHdlFactory( mrImporter.GetModel… in GetShapeTableImport() local 1475 …ence< XMLPropertySetMapper > xPropertySetMapper( new XMLShapePropertySetMapper( xFactory.get() ) ); in GetShapeTableImport() 1476 mxShapeTableImport = new XMLTableImport( mrImporter, xPropertySetMapper, xFactory ); in GetShapeTableImport()
|
/trunk/main/odk/examples/DevelopersGuide/Drawing/ |
H A D | ControlAndSelectDemo.java | 80 XMultiServiceFactory xFactory = in main() local 95 Object xObj = xFactory.createInstance( in main() 105 xFactory.createInstance( "com.sun.star.form.component.GroupBox" ) ); in main()
|
H A D | CustomShowDemo.java | 124 XSingleServiceFactory xFactory = (XSingleServiceFactory) in main() local 132 xObj = xFactory.createInstance(); in main() 140 xObj = xFactory.createInstance(); in main()
|
/trunk/main/oox/source/drawingml/ |
H A D | textfield.cxx | 67 Reference< XMultiServiceFactory > xFactory( xModel, UNO_QUERY_THROW ); in lclCreateTextFields() local 78 … xIface = xFactory->createInstance( CREATE_OUSTRING( "com.sun.star.text.TextField.DateTime" ) ); in lclCreateTextFields() 130 … xIface = xFactory->createInstance( CREATE_OUSTRING( "com.sun.star.text.TextField.PageNumber" ) ); in lclCreateTextFields()
|
/trunk/main/embeddedobj/source/msole/ |
H A D | xdialogcreator.hxx | 44 const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& xFactory ) in MSOLEDialogObjectCreator() 45 : m_xFactory( xFactory ) in MSOLEDialogObjectCreator() 47 OSL_ENSURE( xFactory.is(), "No service manager is provided!\n" ); in MSOLEDialogObjectCreator()
|
/trunk/main/xmloff/source/text/ |
H A D | txtstyle.cxx | 136 Reference < lang::XMultiServiceFactory > xFactory (GetExport().GetModel(), UNO_QUERY); in exportTextStyles() local 137 if (xFactory.is()) in exportTextStyles() 140 Reference < XPropertySet > xPropSet (xFactory->createInstance ( sTextDefaults ), UNO_QUERY); in exportTextStyles()
|
H A D | XMLFootnoteImportContext.cxx | 94 Reference<XMultiServiceFactory> xFactory(GetImport().GetModel(), in StartElement() local 96 if( xFactory.is() ) in StartElement() 117 Reference<XInterface> xIfc = xFactory->createInstance( in StartElement()
|
/trunk/main/svx/source/svdraw/ |
H A D | sdrpagewindow.cxx | 100 … uno::Reference< lang::XMultiServiceFactory > xFactory( ::comphelper::getProcessServiceFactory() ); in GetControlContainer() local 101 if( xFactory.is() ) in GetControlContainer() 103 …( this )->mxControlContainer = uno::Reference< awt::XControlContainer >(xFactory->createInstance(r… in GetControlContainer() 104 …uno::Reference< awt::XControlModel > xModel(xFactory->createInstance(rtl::OUString::createFromAsci… in GetControlContainer()
|
/trunk/main/testtools/source/performance/ |
H A D | ubobject.cxx | 289 Reference< XSingleServiceFactory > xFactory( createSingleFactory( in component_getFactory() local 295 if (xFactory.is()) in component_getFactory() 297 xFactory->acquire(); in component_getFactory() 298 pRet = xFactory.get(); in component_getFactory()
|
/trunk/main/comphelper/inc/comphelper/ |
H A D | otransactedfilestream.hxx | 70 const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& xFactory, 77 …const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& xFactory ); 79 …const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& xFactory ); 81 …::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& xFactory, sal_Bool bDelete…
|
/trunk/main/basic/source/sbx/ |
H A D | sbxdate.cxx | 93 xFactory = comphelper::getProcessServiceFactory(); in ImpGetDate() local 94 pFormatter = new SvNumberFormatter( xFactory, eLangType ); in ImpGetDate() 249 xFactory = comphelper::getProcessServiceFactory(); in ImpPutDate() local 250 pFormatter = new SvNumberFormatter( xFactory, eLangType ); in ImpPutDate()
|
/trunk/main/swext/mediawiki/src/com/sun/star/wiki/ |
H A D | MainThreadDialogExecutor.java | 82 XMultiComponentFactory xFactory = xContext.getServiceManager(); in GetCallback() local 83 if ( xFactory == null ) in GetCallback() 88 … xFactory.createInstanceWithContext( "com.sun.star.awt.AsyncCallback", xContext ) ); in GetCallback()
|
H A D | WikiEditorImpl.java | 96 XSingleComponentFactory xFactory = null; in __getComponentFactory() local 99 xFactory = Factory.createComponentFactory( WikiEditorImpl.class, m_serviceNames ); in __getComponentFactory() 101 xFactory = Factory.createComponentFactory( WikiOptionsEventHandlerImpl.class, in __getComponentFactory() 104 return xFactory; in __getComponentFactory()
|
/trunk/main/comphelper/source/compare/ |
H A D | AnyCompareFactory.cxx | 59 Reference< XMultiComponentFactory > xFactory = xContext->getServiceManager(); in AnyCompare() local 60 if ( xFactory.is() ) in AnyCompare() 63 …xFactory->createInstanceWithContext( OUString::createFromAscii( "com.sun.star.i18n.Collator" ), xC… in AnyCompare()
|
/trunk/main/odk/examples/java/EmbedDocument/EmbeddedObject/ |
H A D | OwnEmbeddedObjectFactory.java | 56 XSingleComponentFactory xFactory = null; in __getComponentFactory() local 59 … xFactory = Factory.createComponentFactory(OwnEmbeddedObjectFactory.class, m_serviceNames); in __getComponentFactory() 60 return xFactory; in __getComponentFactory()
|
/trunk/main/forms/source/xforms/submission/ |
H A D | replace.cxx | 57 Reference< XMultiServiceFactory > xFactory = utl::getProcessServiceFactory(); in replace() local 64 xLoader = Reference< XComponentLoader >(xFactory->createInstance( in replace() 85 Reference< XDocumentBuilder > xBuilder(xFactory->createInstance( in replace()
|
/trunk/main/sc/source/filter/excel/ |
H A D | xlchart.cxx | 608 XclChObjectTable::XclChObjectTable( Reference< XMultiServiceFactory > xFactory, in XclChObjectTable() argument 610 mxFactory( xFactory ), in XclChObjectTable() 1319 Reference< XMultiServiceFactory > xFactory( mxChartDoc, UNO_QUERY ); in InitConversion() local 1321 xFactory, SERVICE_DRAWING_DASHTABLE, CREATE_OUSTRING( "Excel line dash " ) ) ); in InitConversion() 1323 xFactory, SERVICE_DRAWING_GRADIENTTABLE, CREATE_OUSTRING( "Excel gradient " ) ) ); in InitConversion() 1325 xFactory, SERVICE_DRAWING_HATCHTABLE, CREATE_OUSTRING( "Excel hatch " ) ) ); in InitConversion() 1327 xFactory, SERVICE_DRAWING_BITMAPTABLE, CREATE_OUSTRING( "Excel bitmap " ) ) ); in InitConversion()
|
/trunk/main/sc/source/ui/docshell/ |
H A D | docsh8.cxx | 114 … uno::Reference<lang::XMultiServiceFactory> xFactory = comphelper::getProcessServiceFactory(); in lcl_getDBaseConnection() local 115 if (!xFactory.is()) return SCERR_EXPORT_CONNECT; in lcl_getDBaseConnection() 117 _rDrvMgr.set( xFactory->createInstance( in lcl_getDBaseConnection() 263 … uno::Reference<lang::XMultiServiceFactory> xFactory = comphelper::getProcessServiceFactory(); in DBaseImport() local 264 uno::Reference<sdbc::XRowSet> xRowSet( xFactory->createInstance( in DBaseImport() 839 … uno::Reference<lang::XMultiServiceFactory> xFactory = comphelper::getProcessServiceFactory(); in DBaseExport() local 840 uno::Reference<sdbc::XRowSet> xRowSet( xFactory->createInstance( in DBaseExport()
|
/trunk/main/filter/source/pdf/ |
H A D | pdfexport.cxx | 100 const Reference< lang::XMultiServiceFactory >& xFactory ) : in PDFExport() 102 mxMSF ( xFactory ), in PDFExport() 314 static OUString getMimetypeForDocument( const Reference< XMultiServiceFactory >& xFactory, in getMimetypeForDocument() argument 321 …xFactory->createInstance( OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.frame.ModuleManager… in getMimetypeForDocument() 331 xFactory->createInstance( in getMimetypeForDocument() 358 …xFactory->createInstance( ::rtl::OUString::createFromAscii( "com.sun.star.document.FilterFactory" … in getMimetypeForDocument() 371 …xFactory->createInstance( ::rtl::OUString::createFromAscii( "com.sun.star.document.TypeDetection" … in getMimetypeForDocument()
|
/trunk/main/writerfilter/unocomponent/debugservices/ooxml/ |
H A D | OOXMLTestService.cxx | 88 …uno::Reference<lang::XMultiComponentFactory> xFactory(xContext->getServiceManager(), uno::UNO_QUER… in run() local 102 (xFactory->createInstanceWithContext in run() 123 (xFactory->createInstanceWithContext in run()
|
/trunk/main/reportdesign/source/core/sdr/ |
H A D | ReportDrawPage.cxx | 68 uno::Reference< lang::XMultiServiceFactory> xFactory; in _CreateShape() local 70 xFactory.set(xSection->getReportDefinition(),uno::UNO_QUERY); in _CreateShape() 73 if ( xFactory.is() ) in _CreateShape()
|
/trunk/main/sw/source/core/fields/ |
H A D | macrofld.cxx | 242 xFactory( xSMgr->createInstance( in isScriptURL() local 246 if ( xFactory.is() ) in isScriptURL() 249 xUrl( xFactory->parse( str ), uno::UNO_QUERY ); in isScriptURL()
|
/trunk/main/sd/source/ui/tools/ |
H A D | ConfigurationAccess.cxx | 46 Reference<lang::XMultiComponentFactory> xFactory (rxContext->getServiceManager()); in ConfigurationAccess() local 47 if (xFactory.is()) in ConfigurationAccess() 50 xFactory->createInstanceWithContext( in ConfigurationAccess()
|
/trunk/main/framework/source/uifactory/ |
H A D | windowcontentfactorymanager.cxx | 233 uno::Reference< lang::XSingleComponentFactory > xFactory( in createInstanceWithArgumentsAndContext() local 235 if ( xFactory.is() ) in createInstanceWithArgumentsAndContext() 240 … xWindow = xFactory->createInstanceWithArgumentsAndContext( Arguments, Context ); in createInstanceWithArgumentsAndContext()
|