Home
last modified time | relevance | path

Searched refs:xFac (Results 51 – 70 of 70) sorted by relevance

123

/trunk/main/svtools/source/misc/
H A Dimagemgr.cxx263 …::com::sun::star::uno::Reference < ::com::sun::star::lang::XMultiServiceFactory > xFac = ::comphe… in GetImageExtensionByFactory_Impl()
265xFac->createInstance( ASCII_STRING("com.sun.star.document.TypeDetection") ), ::com::sun::star::uno… in GetImageExtensionByFactory_Impl()
/trunk/main/slideshow/source/engine/slide/
H A Dslideimpl.cxx993 uno::Reference<lang::XMultiComponentFactory> xFac( in applyInitialShapeAttributes() local
997 xFac->createInstanceWithContext( in applyInitialShapeAttributes()
/trunk/main/sw/source/filter/xml/
H A Dxmlimp.cxx1165 Reference< lang::XMultiServiceFactory > xFac( GetModel(), UNO_QUERY ); in SetConfigurationSettings() local
1166 if( !xFac.is() ) in SetConfigurationSettings()
1169 …Reference< XPropertySet > xProps( xFac->createInstance( OUString( RTL_CONSTASCII_USTRINGPARAM( "co… in SetConfigurationSettings()
/trunk/main/framework/qa/complex/accelerators/
H A DAcceleratorsConfigurationTest.java592 … XSingleServiceFactory xFac = UnoRuntime.queryInterface(XSingleServiceFactory.class, xContainer); in insertKeyToConfiguration() local
593 XInterface xInst = UnoRuntime.queryInterface(XInterface.class, xFac.createInstance()); in insertKeyToConfiguration()
/trunk/main/dbaccess/source/filter/xml/
H A DxmlExport.cxx1177 Reference< XDataDescriptorFactory> xFac(xCollection,UNO_QUERY); in exportAutoStyle() local
1178 if ( xFac.is() ) in exportAutoStyle()
1180 Reference< XPropertySet> xColumn = xFac->createDataDescriptor(); in exportAutoStyle()
/trunk/main/cui/source/customize/
H A Dselector.cxx557 Reference< browse::XBrowseNodeFactory > xFac( xCtx->getValueByName( in Init() local
559 rootNode.set( xFac->createView( browse::BrowseNodeFactoryViewTypes::MACROSELECTOR ) ); in Init()
H A Dcfgutil.cxx665 Reference< browse::XBrowseNodeFactory > xFac( xCtx->getValueByName( in Init() local
667 rootNode.set( xFac->createView( browse::BrowseNodeFactoryViewTypes::MACROSELECTOR ) ); in Init()
/trunk/main/sc/source/core/tool/
H A Daddincol.cxx338 … uno::Reference<lang::XSingleServiceFactory> xFac( xIntFac, uno::UNO_QUERY ); in Initialize() local
339 if ( xFac.is() ) in Initialize()
341 xInterface = xFac->createInstance(); in Initialize()
/trunk/main/reportdesign/source/core/sdr/
H A DRptObject.cxx1189 uno::Reference< lang::XMultiServiceFactory> xFac(_xModel,uno::UNO_QUERY); in impl_createDataProvider_nothrow() local
1190 …uno::Reference< chart2::data::XDatabaseDataProvider > xDataProvider( xFac->createInstance(::rtl::O… in impl_createDataProvider_nothrow()
/trunk/main/ucb/source/ucp/package/
H A Dpkgcontent.cxx2670 uno::Reference< lang::XSingleServiceFactory > xFac( in storeData() local
2672 if ( !xFac.is() ) in storeData()
2684 = xFac->createInstanceWithArguments( aArgs ); in storeData()
/trunk/main/cui/source/dialogs/
H A Dscriptdlg.cxx188 Reference< browse::XBrowseNodeFactory > xFac( in Init() local
191 rootNode.set( xFac->createView( in Init()
/trunk/main/sc/source/core/data/
H A Ddpobject.cxx2363 … uno::Reference<lang::XSingleServiceFactory> xFac( xIntFac, uno::UNO_QUERY ); in CreateSource() local
2364 if ( xFac.is() ) in CreateSource()
2365 xInterface = xFac->createInstance(); in CreateSource()
/trunk/main/sd/source/ui/slideshow/
H A Dslideshowimpl.cxx2956 uno::Reference<lang::XMultiServiceFactory> xFac( ::comphelper::getProcessServiceFactory() ); in setAutoSaveState() local
2959 xFac->createInstance( OUString::createFromAscii("com.sun.star.util.URLTransformer" ) ), in setAutoSaveState()
2970 xFac->createInstance(OUString::createFromAscii("com.sun.star.frame.AutoRecovery")), in setAutoSaveState()
/trunk/main/reportdesign/source/core/api/
H A DReportEngineJFree.cxx331 … uno::Reference< lang::XMultiServiceFactory > xFac(m_xContext->getServiceManager(),uno::UNO_QUERY); in createDocumentAlive() local
H A DReportDefinition.cxx551 … uno::Reference< lang::XMultiServiceFactory > xFac(m_xContext->getServiceManager(),uno::UNO_QUERY); in run() local
552 ::comphelper::MimeConfigurationHelper aHelper(xFac); in run()
/trunk/main/xmloff/source/draw/
H A Dsdxmlexp.cxx2684 Reference< lang::XMultiServiceFactory > xFac( GetModel(), UNO_QUERY ); in GetConfigurationSettings() local
2685 if( xFac.is() ) in GetConfigurationSettings()
2687 …Reference< beans::XPropertySet > xProps( xFac->createInstance( OUString( RTL_CONSTASCII_USTRINGPAR… in GetConfigurationSettings()
/trunk/main/reportdesign/source/ui/inspection/
H A DGeometryHandler.cxx235 const uno::Reference< lang::XMultiComponentFactory > xFac = m_xContext->getServiceManager(); in DBG_NAME() local
236 …m_xFormComponentHandler.set(xFac->createInstanceWithContext(::rtl::OUString(RTL_CONSTASCII_USTRING… in DBG_NAME()
237 …m_xTypeConverter.set(xFac->createInstanceWithContext( ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(… in DBG_NAME()
/trunk/main/sfx2/source/doc/
H A Dobjmisc.cxx1712 Reference< uri::XUriReferenceFactory > xFac ( in CallXScript() local
1715 …Reference< uri::XVndSunStarScriptUrlReference > xScriptUri( xFac->parse( _rScriptURL ), UNO_QUERY_… in CallXScript()
/trunk/main/reportdesign/source/filter/xml/
H A DxmlExport.cxx275 UniReference < XMLPropertyHandlerFactory> xFac = new ::xmloff::OControlPropertyHandlerFactory(); in ORptExport() local
276 …> xTableStylesPropertySetMapper1 = new XMLPropertySetMapper(OXMLHelper::GetTableStyleProps(),xFac); in ORptExport()
/trunk/main/sd/source/filter/ppt/
H A Dpptinanimations.cxx337 …Reference< XInterface > xFac( ::comphelper::getProcessServiceFactory()->createInstance(aServiceNam… in createNode() local
338 xNode.set(xFac , UNO_QUERY ); in createNode()

Completed in 231 milliseconds

123