Home
last modified time | relevance | path

Searched refs:xFactory (Results 326 – 350 of 635) sorted by relevance

1...<<11121314151617181920>>...26

/aoo41x/main/stoc/source/servicemanager/
H A Dservicemanager.cxx1240 Reference< XInterface > const & xFactory = p[ nPos ]; in createInstanceWithContext() local
1241 if (xFactory.is()) in createInstanceWithContext()
1243 Reference< XSingleComponentFactory > xFac( xFactory, UNO_QUERY ); in createInstanceWithContext()
1250 Reference< XSingleServiceFactory > xFac2( xFactory, UNO_QUERY ); in createInstanceWithContext()
1304 Reference< XInterface > const & xFactory = p[ nPos ]; in createInstanceWithArgumentsAndContext() local
1305 if (xFactory.is()) in createInstanceWithArgumentsAndContext()
1307 Reference< XSingleComponentFactory > xFac( xFactory, UNO_QUERY ); in createInstanceWithArgumentsAndContext()
1314 Reference< XSingleServiceFactory > xFac2( xFactory, UNO_QUERY ); in createInstanceWithArgumentsAndContext()
/aoo41x/main/framework/inc/helper/
H A Doframes.hxx114 OFrames( const css::uno::Reference< css::lang::XMultiServiceFactory >& xFactory ,
326 …ckParameter_OFramesCtor ( const css::uno::Reference< css::lang::XMultiServiceFactory >& xFactory ,
/aoo41x/main/framework/inc/dispatch/
H A Dmenudispatcher.hxx136 … MenuDispatcher( const css::uno::Reference< css::lang::XMultiServiceFactory >& xFactory ,
306 …spatcher ( const css::uno::Reference< css::lang::XMultiServiceFactory >& xFactory ,
/aoo41x/main/embeddedobj/source/msole/
H A Downview.hxx65 … 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,
/aoo41x/main/embeddedobj/test/MainThreadExecutor/
H A Dxexecutor.hxx42 const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& xFactory ) in UNOMainThreadExecutor()
43 : m_xFactory( xFactory ) in UNOMainThreadExecutor()
/aoo41x/main/comphelper/source/misc/
H A Dcomponentmodule.cxx136 Reference< XInterface > xFactory( getComponentFactory( in getComponentFactory() local
140 return xFactory.get(); in getComponentFactory()
/aoo41x/main/cui/source/options/
H A Doptgdlg.cxx164 Reference< XMultiServiceFactory > xFactory = comphelper::getProcessServiceFactory(); in lcl_HasSystemFilePicker() local
167 Reference< XContentEnumerationAccess > xEnumAccess( xFactory, UNO_QUERY ); in lcl_HasSystemFilePicker()
168 Reference< XSet > xSet( xFactory, UNO_QUERY ); in lcl_HasSystemFilePicker()
519 Reference< XMultiServiceFactory > xFactory = comphelper::getProcessServiceFactory(); in CanvasSettings() local
521 xFactory->createInstance( in CanvasSettings()
581 Reference< XMultiServiceFactory > xFactory = comphelper::getProcessServiceFactory(); in IsHardwareAccelerationAvailable() local
596 Reference<XPropertySet> xPropSet( xFactory->createInstance( in IsHardwareAccelerationAvailable()
/aoo41x/main/sdext/source/presenter/
H A DPresenterPane.cxx51 Reference<lang::XMultiComponentFactory> xFactory ( in PresenterPane() local
54 xFactory->createInstanceWithContext( in PresenterPane()
H A DPresenterTimer.cxx501 Reference<lang::XMultiComponentFactory> xFactory ( in PresenterClockTimer() local
503 if (xFactory.is()) in PresenterClockTimer()
505 xFactory->createInstanceWithContext( in PresenterClockTimer()
/aoo41x/main/framework/inc/services/
H A Dframeloaderfactory.hxx130 FrameLoaderFactory( const css::uno::Reference< css::lang::XMultiServiceFactory >& xFactory );
361 …er_FrameLoaderFactory ( const css::uno::Reference< css::lang::XMultiServiceFactory >& xFactory );
/aoo41x/main/desktop/source/splash/
H A Dfirststart.cxx70 FirstStart::FirstStart( const Reference< XMultiServiceFactory >& xFactory ) : in FirstStart() argument
72 m_xServiceManager( xFactory ) in FirstStart()
/aoo41x/main/package/source/manifest/
H A DManifestReader.cxx58 : xFactory ( xNewFactory ) in ManifestReader()
68 …Reference < XParser > xParser (xFactory->createInstance ( OUString ( RTL_CONSTASCII_USTRINGPARAM (… in readManifestSequence()
/aoo41x/main/odk/examples/DevelopersGuide/Components/Addons/JobsAddon/
H A DAsyncJob.java414 com.sun.star.lang.XSingleComponentFactory xFactory = null; in __getComponentFactory() local
416 xFactory = Factory.createComponentFactory(AsyncJob.class, SERVICENAMES); in __getComponentFactory()
418 return xFactory; in __getComponentFactory()
/aoo41x/main/extensions/source/abpilot/
H A Ddatasourcehandling.cxx99 Reference< XSingleServiceFactory > xFactory( xContext, UNO_QUERY ); in lcl_implCreateAndInsert() local
101 if (xFactory.is()) in lcl_implCreateAndInsert()
102 xNewDataSource = Reference< XPropertySet >( xFactory->createInstance(), UNO_QUERY ); in lcl_implCreateAndInsert()
/aoo41x/main/writerfilter/unocomponent/debugservices/doctok/
H A DDocTokTestService.cxx81 …uno::Reference<lang::XMultiComponentFactory> xFactory(xContext->getServiceManager(), uno::UNO_QUER… in run() local
87 xFactory->createInstanceWithContext( in run()
/aoo41x/main/sfx2/source/doc/
H A Downsubfilterservice.cxx37 …FilterService::OwnSubFilterService( const uno::Reference < lang::XMultiServiceFactory >& xFactory ) in OwnSubFilterService() argument
38 : m_xFactory( xFactory ) in OwnSubFilterService()
/aoo41x/main/dbaccess/source/core/misc/
H A DPropertyForward.cxx106 Reference< XDataDescriptorFactory > xFactory( m_xDestContainer, UNO_QUERY_THROW ); in propertyChange() local
107 m_xDest.set( xFactory->createDataDescriptor(), UNO_SET_THROW ); in propertyChange()
/aoo41x/main/chart2/source/view/diagram/
H A DVDiagram.cxx106 , const uno::Reference< lang::XMultiServiceFactory >& xFactory ) in init()
108 …DBG_ASSERT(xLogicTarget.is()&&xFinalTarget.is()&&xFactory.is(),"no proper initialization parameter… in init()
112 m_xShapeFactory = xFactory; in init()
113 m_pShapeFactory = new ShapeFactory(xFactory); in init()
/aoo41x/main/sfx2/source/dialog/
H A Dfiledlghelper.cxx912 uno::Reference< XMultiServiceFactory > xFactory( ::comphelper::getProcessServiceFactory() ); in FileDialogHelper_Impl() local
951 mxFileDlg = mxFileDlg.query( xFactory->createInstance( aService ) ); in FileDialogHelper_Impl()
991 if( xFactory.is() ) in FileDialogHelper_Impl()
994 xFactory->createInstance( DEFINE_CONST_OUSTRING( "com.sun.star.document.FilterFactory" ) ), in FileDialogHelper_Impl()
1007 if ( mbExport && !mxFilterCFG.is() && xFactory.is() ) in FileDialogHelper_Impl()
1010 xFactory->createInstance( DEFINE_CONST_OUSTRING( "com.sun.star.document.FilterFactory" ) ), in FileDialogHelper_Impl()
2705 …uno::Reference< lang::XMultiServiceFactory > xFactory( ::comphelper::getProcessServiceFactory(), u… in impl_isFolder() local
2706 …xHandler.set( xFactory->createInstance( DEFINE_CONST_OUSTRING( "com.sun.star.task.InteractionHandl… in impl_isFolder()
/aoo41x/main/svx/source/svdraw/
H A Dsvdouno.cxx494 uno::Reference< lang::XMultiServiceFactory > xFactory( ::comphelper::getProcessServiceFactory() ); in CreateUnoControlModel() local
495 if (aUnoControlModelTypeName.Len() && xFactory.is() ) in CreateUnoControlModel()
497 xModel = uno::Reference< awt::XControlModel >(xFactory->createInstance( in CreateUnoControlModel()
/aoo41x/main/sfx2/source/appl/
H A Dapp.cxx740 xFactory( xSMgr->createInstance( in IsXScriptURL()
745 if ( xFactory.is() ) in IsXScriptURL()
751 xUrl( xFactory->parse( rScriptURL ), in IsXScriptURL()
/aoo41x/main/lingucomponent/source/spellcheck/macosxspell/
H A Dmacspellimp.cxx604 Reference< XSingleServiceFactory > xFactory = in MacSpellChecker_getFactory() local
611 xFactory->acquire(); in MacSpellChecker_getFactory()
612 pRet = xFactory.get(); in MacSpellChecker_getFactory()
/aoo41x/main/cppuhelper/source/
H A Dservicefactory.cxx83 Reference< XInterface > const & xFactory, in createInstance()
87 Reference< lang::XSingleComponentFactory > xFac( xFactory, UNO_QUERY ); in createInstance()
94 Reference< lang::XSingleServiceFactory > xFac2( xFactory, UNO_QUERY ); in createInstance()
/aoo41x/main/writerfilter/source/doctok/
H A DWW8StreamImpl.cxx50 xFactory = uno::Reference<lang::XMultiComponentFactory> in WW8StreamImpl()
57 (xFactory->createInstanceWithArgumentsAndContext in WW8StreamImpl()
/aoo41x/main/sd/source/ui/unoidl/
H A Dunomodule.hxx71 … SdUnoModule( const REFERENCE < ::com::sun::star::lang::XMultiServiceFactory >& xFactory ) in SdUnoModule() argument
72 : m_xFactory( xFactory ) in SdUnoModule()

Completed in 91 milliseconds

1...<<11121314151617181920>>...26