Home
last modified time | relevance | path

Searched refs:xFactory (Results 251 – 275 of 631) sorted by relevance

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

/trunk/main/basic/source/classes/
H A Dsbunoobj.cxx168 Reference< XMultiServiceFactory > xFactory = comphelper::getProcessServiceFactory(); in getComponentContext_Impl() local
169 Reference< XPropertySet > xProps( xFactory, UNO_QUERY ); in getComponentContext_Impl()
2547 if ( xFactory.is() ) in doIntrospection()
3098 if ( xFactory.is() ) in RTL_Impl_CreateUnoService()
3102 xInterface = xFactory->createInstance( aServiceName ); in RTL_Impl_CreateUnoService()
3156 if ( xFactory.is() ) in RTL_Impl_CreateUnoServiceWithArguments()
3160 xInterface = xFactory->createInstanceWithArguments( aServiceName, aArgs ); in RTL_Impl_CreateUnoServiceWithArguments()
3201 if( xFactory.is() ) in RTL_Impl_GetProcessServiceManager()
3204 aAny <<= xFactory; in RTL_Impl_GetProcessServiceManager()
4228 if( !xFactory.is() ) in SbRtl_CreateUnoListener()
[all …]
H A Deventatt.cxx110 Reference< provider::XScriptProviderFactory > xFactory( in SFURL_firing_impl() local
114 … OSL_ENSURE( xFactory.is(), "SFURL_firing_impl: failed to get master script provider factory" ); in SFURL_firing_impl()
115 if ( xFactory.is() ) in SFURL_firing_impl()
119 xScriptProvider.set( xFactory->createScriptProvider( aCtx ), UNO_QUERY ); in SFURL_firing_impl()
/trunk/main/basebmp/test/
H A Dbmpdemo.cxx1220 uno::Reference< lang::XMultiServiceFactory > xFactory; in Main() local
1224 xFactory = uno::Reference< lang::XMultiServiceFactory >( xCtx->getServiceManager(), in Main()
1226 if( xFactory.is() ) in Main()
1227 ::comphelper::setProcessServiceFactory( xFactory ); in Main()
1233 if( !xFactory.is() ) in Main()
1243 ::ucb::ContentBroker::initialize( xFactory, aArgs ); in Main()
/trunk/main/sd/source/ui/dlg/
H A Ddlgass.cxx789 uno::Reference< lang::XMultiServiceFactory > xFactory( ::comphelper::getProcessServiceFactory() ); in ScanDocmenu() local
790 …uno::Reference< container::XNameAccess > xFilterFactory( xFactory->createInstance( rtl::OUString( … in ScanDocmenu()
793 xFactory->createInstance( in ScanDocmenu()
1766 Reference<lang::XMultiServiceFactory> xFactory ( in GetUiTextForCommand() local
1768 if ( ! xFactory.is()) in GetUiTextForCommand()
1774 xFactory->createInstance(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( in GetUiTextForCommand()
1828 Reference<lang::XMultiServiceFactory> xFactory ( in GetUiIconForCommand() local
1830 if ( ! xFactory.is()) in GetUiIconForCommand()
1837 xFactory->createInstance(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( in GetUiIconForCommand()
/trunk/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 )
/trunk/main/oox/source/ole/
H A Dvbaproject.cxx98 … Reference< XMultiServiceFactory > xFactory( rxContext->getServiceManager(), UNO_QUERY_THROW ); in VbaFilterConfig() local
99 …mxConfigAccess = ConfigurationHelper::openConfig( xFactory, aConfigPackage, ConfigurationHelper::E… in VbaFilterConfig()
507 … Reference< XMultiComponentFactory > xFactory( mxContext->getServiceManager(), UNO_SET_THROW ); in attachMacros() local
511 Reference< XVBAMacroResolver > xResolver( xFactory->createInstanceWithArgumentsAndContext( in attachMacros()
/trunk/main/xmloff/source/meta/
H A DMetaExportComponent.cxx92 uno::Reference< lang::XMultiServiceFactory > xFactory = getServiceFactory(); in exportDoc() local
93 if( xFactory.is() ) in exportDoc()
126 xFactory->createInstanceWithArguments( in exportDoc()
/trunk/main/xmloff/source/core/
H A DDomBuilderContext.cxx201 Reference<XMultiServiceFactory> xFactory = utl::getProcessServiceFactory(); in lcl_createDomInstance() local
202 DBG_ASSERT( xFactory.is(), "can't get service factory" ); in lcl_createDomInstance()
205 xFactory->createInstance( in lcl_createDomInstance()
H A Dxmlexp.cxx738 Reference< XMultiServiceFactory > xFactory( mxModel, UNO_QUERY ); in setSourceDocument() local
739 if( xFactory.is() ) in setSourceDocument()
744 xFactory->createInstance(OUString(RTL_CONSTASCII_USTRINGPARAM( in setSourceDocument()
1347 Reference< XMultiServiceFactory > xFactory( mxModel, UNO_QUERY ); in exportDoc() local
1348 if( xFactory.is() ) in exportDoc()
1355 xFactory->createInstance( in exportDoc()
1364 xFactory->createInstance( in exportDoc()
1377 Reference< lang::XMultiServiceFactory > xFactory = getServiceFactory(); in exportDoc() local
1378 if( xFactory.is() ) in exportDoc()
1411 xFactory->createInstanceWithArguments( in exportDoc()
/trunk/main/sdext/source/presenter/
H A DPresenterPaneBorderManager.cxx101 Reference<lang::XMultiComponentFactory> xFactory (rxContext->getServiceManager()); in PresenterPaneBorderManager() local
102 if (xFactory.is()) in PresenterPaneBorderManager()
105 xFactory->createInstanceWithContext( in PresenterPaneBorderManager()
111 xFactory->createInstanceWithContext( in PresenterPaneBorderManager()
/trunk/main/xmloff/source/text/
H A DXMLAutoTextEventExport.cxx148 Reference< lang::XMultiServiceFactory > xFactory = getServiceFactory(); in exportDoc() local
149 if( xFactory.is() ) in exportDoc()
159 xFactory->createInstanceWithArguments( in exportDoc()
H A DXMLIndexTOCContext.cxx186 Reference<XMultiServiceFactory> xFactory(GetImport().GetModel(), in StartElement() local
188 if( xFactory.is() ) in StartElement()
191 xFactory->createInstance( in StartElement()
H A DXMLTextMasterPageContext.cxx57 Reference< XMultiServiceFactory > xFactory( GetImport().GetModel(), in Create() local
59 if( xFactory.is() ) in Create()
62 xFactory->createInstance(OUString(RTL_CONSTASCII_USTRINGPARAM( in Create()
/trunk/main/odk/examples/java/Inspector/
H A DInspectorAddon.java196 XSingleComponentFactory xFactory = null; in __getComponentFactory() local
198xFactory = Factory.createComponentFactory(InspectorAddonImpl.class, InspectorAddonImpl.getServiceN… in __getComponentFactory()
199 return xFactory; in __getComponentFactory()
H A DProtocolHandlerAddon.java247 XSingleComponentFactory xFactory = null; in __getComponentFactory() local
250 xFactory = Factory.createComponentFactory(ProtocolHandlerAddonImpl.class, in __getComponentFactory()
253 return xFactory; in __getComponentFactory()
/trunk/main/odk/examples/DevelopersGuide/Components/Addons/ProtocolHandlerAddon_java/
H A DProtocolHandlerAddon.java247 XSingleComponentFactory xFactory = null; in __getComponentFactory() local
250 xFactory = Factory.createComponentFactory(ProtocolHandlerAddonImpl.class, in __getComponentFactory()
253 return xFactory; in __getComponentFactory()
/trunk/main/extensions/source/bibliography/
H A Ddatman.cxx1021 Reference< XMultiServiceFactory > xFactory(xConnection, UNO_QUERY); in createDatabaseForm() local
1022 if ( xFactory.is() ) in createDatabaseForm()
1023 …m_xParser.set( xFactory->createInstance( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.st… in createDatabaseForm()
1188 Reference< XMultiServiceFactory > xFactory(xConnection, UNO_QUERY); in setActiveDataSource() local
1189 if ( xFactory.is() ) in setActiveDataSource()
1190 …m_xParser.set( xFactory->createInstance( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.st… in setActiveDataSource()
1283 Reference< XMultiServiceFactory > xFactory(xConnection, UNO_QUERY); in setActiveDataTable() local
1284 if ( xFactory.is() ) in setActiveDataTable()
1285 …m_xParser.set( xFactory->createInstance( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.st… in setActiveDataTable()
/trunk/main/xmloff/source/style/
H A DXMLPageExport.cxx238 Reference < lang::XMultiServiceFactory > xFactory (GetExport().GetModel(), UNO_QUERY); in exportDefaultStyle() local
239 if (xFactory.is()) in exportDefaultStyle()
242 Reference < XPropertySet > xPropSet (xFactory->createInstance ( sTextDefaults ), UNO_QUERY); in exportDefaultStyle()
H A DPageMasterImportContext.cxx325 Reference < XMultiServiceFactory > xFactory ( GetImport().GetModel(), UNO_QUERY); in SetDefaults() local
326 if (xFactory.is()) in SetDefaults()
328 Reference < XInterface > xInt = xFactory->createInstance ( in SetDefaults()
/trunk/test/testuno/source/fvt/uno/sd/slideshow/
H A DCustomShow.java121 XSingleServiceFactory xFactory = (XSingleServiceFactory) UnoRuntime in testCustomShow() local
129 xObj = xFactory.createInstance(); in testCustomShow()
140 xObj = xFactory.createInstance(); in testCustomShow()
/trunk/main/sw/source/core/access/
H A Dacchyperlink.cxx225 … uno::Reference< lang::XMultiServiceFactory > xFactory( ::comphelper::getProcessServiceFactory() ); in isValid() local
226 if( ! xFactory.is() ) in isValid()
228 …uno::Reference< com::sun::star::frame::XDesktop > xDesktop( xFactory->createInstance( OUString::cr… in isValid()
/trunk/main/toolkit/source/helper/
H A Dregisterservices.cxx99 Reference< XSingleServiceFactory > xFactory( ::cppu::createSingleFactory( in tryCreateFactory() local
104 if ( xFactory.is() ) in tryCreateFactory()
106 xFactory->acquire(); in tryCreateFactory()
107 pReturn = xFactory.get(); in tryCreateFactory()
/trunk/main/drawinglayer/source/primitive2d/
H A Dcontrolprimitive2d.cxx72 … uno::Reference< lang::XMultiServiceFactory > xFactory( comphelper::getProcessServiceFactory() ); in createXControl() local
74 if(xFactory.is()) in createXControl()
76 …uno::Reference< awt::XControl > xXControl(xFactory->createInstance(aUnoControlTypeName), uno::UNO_… in createXControl()
/trunk/main/vcl/source/window/
H A Dsyschild.cxx258 … uno::Reference< lang::XMultiServiceFactory > xFactory( vcl::unohelper::GetMultiServiceFactory() ); in GetParentWindowHandle() local
260 if( xFactory.is() && ( GetSystemData()->aWindow > 0 ) ) in GetParentWindowHandle()
265 …uno::Reference< java::XJavaVM > xJavaVM( xFactory->createInstance( rtl::OUString(R… in GetParentWindowHandle()
/trunk/main/embeddedobj/source/msole/
H A Dxolefactory.hxx46 const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& xFactory ) in OleEmbeddedObjectFactory()
47 : m_xFactory( xFactory ) in OleEmbeddedObjectFactory()
49 OSL_ENSURE( xFactory.is(), "No service manager is provided!\n" ); in OleEmbeddedObjectFactory()

Completed in 119 milliseconds

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