Home
last modified time | relevance | path

Searched refs:xFactory (Results 226 – 250 of 635) sorted by relevance

12345678910>>...26

/aoo41x/main/xmloff/source/text/
H A Dtxtstyle.cxx136 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 DXMLFootnoteImportContext.cxx94 Reference<XMultiServiceFactory> xFactory(GetImport().GetModel(), in StartElement() local
96 if( xFactory.is() ) in StartElement()
117 Reference<XInterface> xIfc = xFactory->createInstance( in StartElement()
/aoo41x/main/odk/examples/DevelopersGuide/Drawing/
H A DControlAndSelectDemo.java80 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 DCustomShowDemo.java124 XSingleServiceFactory xFactory = (XSingleServiceFactory) in main() local
132 xObj = xFactory.createInstance(); in main()
140 xObj = xFactory.createInstance(); in main()
/aoo41x/main/embeddedobj/source/msole/
H A Dxdialogcreator.hxx44 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()
/aoo41x/main/oox/source/drawingml/
H A Dtextfield.cxx67 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()
/aoo41x/main/swext/mediawiki/src/com/sun/star/wiki/
H A DMainThreadDialogExecutor.java82 XMultiComponentFactory xFactory = xContext.getServiceManager(); in GetCallback() local
83 if ( xFactory == null ) in GetCallback()
88xFactory.createInstanceWithContext( "com.sun.star.awt.AsyncCallback", xContext ) ); in GetCallback()
H A DWikiEditorImpl.java96 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()
/aoo41x/main/vcl/source/app/
H A Dsvdata.cxx467 … css::uno::Reference< XMultiServiceFactory > xFactory(vcl::unohelper::GetMultiServiceFactory()); in ImplInitAccessBridge() local
469 if( xFactory.is() ) in ImplInitAccessBridge()
472 pSVData->mxAccessBridge = xFactory->createInstance( in ImplInitAccessBridge()
501 pSVData->mxAccessBridge = xFactory->createInstanceWithArguments( in ImplInitAccessBridge()
508 pSVData->mxAccessBridge = xFactory->createInstanceWithArguments( in ImplInitAccessBridge()
/aoo41x/main/sccomp/source/solver/
H A Dsolver.cxx648 uno::Reference< lang::XSingleComponentFactory > xFactory; in component_getFactory() local
650 xFactory = cppu::createSingleComponentFactory( in component_getFactory()
655 if( xFactory.is() ) in component_getFactory()
657 xFactory->acquire(); in component_getFactory()
658 pRet = xFactory.get(); in component_getFactory()
/aoo41x/main/odk/examples/java/EmbedDocument/EmbeddedObject/
H A DOwnEmbeddedObjectFactory.java54 XSingleComponentFactory xFactory = null; in __getComponentFactory() local
57xFactory = Factory.createComponentFactory(OwnEmbeddedObjectFactory.class, m_serviceNames); in __getComponentFactory()
58 return xFactory; in __getComponentFactory()
/aoo41x/main/forms/source/xforms/submission/
H A Dreplace.cxx57 Reference< XMultiServiceFactory > xFactory = utl::getProcessServiceFactory(); in replace() local
64 xLoader = Reference< XComponentLoader >(xFactory->createInstance( in replace()
85 Reference< XDocumentBuilder > xBuilder(xFactory->createInstance( in replace()
/aoo41x/main/comphelper/source/compare/
H A DAnyCompareFactory.cxx59 Reference< XMultiComponentFactory > xFactory = xContext->getServiceManager(); in AnyCompare() local
60 if ( xFactory.is() ) in AnyCompare()
63xFactory->createInstanceWithContext( OUString::createFromAscii( "com.sun.star.i18n.Collator" ), xC… in AnyCompare()
/aoo41x/main/testtools/source/performance/
H A Dubobject.cxx289 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()
/aoo41x/main/svx/source/svdraw/
H A Dsdrpagewindow.cxx100 … 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()
/aoo41x/main/basic/source/sbx/
H A Dsbxdate.cxx93 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()
/aoo41x/main/comphelper/inc/comphelper/
H A Dotransactedfilestream.hxx70 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…
/aoo41x/main/writerfilter/unocomponent/debugservices/ooxml/
H A DOOXMLTestService.cxx88 …uno::Reference<lang::XMultiComponentFactory> xFactory(xContext->getServiceManager(), uno::UNO_QUER… in run() local
102 (xFactory->createInstanceWithContext in run()
123 (xFactory->createInstanceWithContext in run()
/aoo41x/main/sw/source/core/fields/
H A Dmacrofld.cxx242 xFactory( xSMgr->createInstance( in isScriptURL() local
246 if ( xFactory.is() ) in isScriptURL()
249 xUrl( xFactory->parse( str ), uno::UNO_QUERY ); in isScriptURL()
/aoo41x/main/reportdesign/source/core/sdr/
H A DReportDrawPage.cxx68 uno::Reference< lang::XMultiServiceFactory> xFactory; in _CreateShape() local
70 xFactory.set(xSection->getReportDefinition(),uno::UNO_QUERY); in _CreateShape()
73 if ( xFactory.is() ) in _CreateShape()
/aoo41x/main/xmloff/source/draw/
H A Dshapeimport.cxx1327 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()
/aoo41x/main/xmloff/source/style/
H A DPageMasterImportContext.cxx187 Reference < XMultiServiceFactory > xFactory ( GetImport().GetModel(), UNO_QUERY); in SetDefaults() local
188 if (xFactory.is()) in SetDefaults()
190 Reference < XInterface > xInt = xFactory->createInstance ( in SetDefaults()
/aoo41x/main/sd/source/ui/tools/
H A DConfigurationAccess.cxx46 Reference<lang::XMultiComponentFactory> xFactory (rxContext->getServiceManager()); in ConfigurationAccess() local
47 if (xFactory.is()) in ConfigurationAccess()
50 xFactory->createInstanceWithContext( in ConfigurationAccess()
/aoo41x/main/framework/source/uifactory/
H A Dwindowcontentfactorymanager.cxx233 uno::Reference< lang::XSingleComponentFactory > xFactory( in createInstanceWithArgumentsAndContext() local
235 if ( xFactory.is() ) in createInstanceWithArgumentsAndContext()
240 … xWindow = xFactory->createInstanceWithArgumentsAndContext( Arguments, Context ); in createInstanceWithArgumentsAndContext()
/aoo41x/main/sfx2/source/doc/
H A Ddoctemplateslocal.hxx50 …, const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > xFactory )
61 const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > xFactory )
69 const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > xFactory )

Completed in 129 milliseconds

12345678910>>...26