Lines Matching refs:mxFactory
179 uno::Reference< XMultiServiceFactory > mxFactory; member in SfxDocTplService_Impl
457 mxFactory->createInstance( aService ), UNO_QUERY ); in DECLARE_LIST()
464 … mxType = uno::Reference< XTypeDetection > ( mxFactory->createInstance( aService ), UNO_QUERY ); in DECLARE_LIST()
1139 mxFactory = xFactory; in SfxDocTplService_Impl()
1299 aUINames = DocTemplLocaleHelper::ReadGroupLocalizationSequence( xLocStream, mxFactory ); in ReadUINamesForTemplateDir_Impl()
1387 mxFactory->createInstance( ::rtl::OUString::createFromAscii( "com.sun.star.io.TempFile" ) ), in WriteUINamesForTemplateDir_Impl()
1399 DocTemplLocaleHelper::WriteGroupLocalizationSequence( xOutStream, aUINames, mxFactory ); in WriteUINamesForTemplateDir_Impl()
2826 : mxFactory( xFactory ) in SfxURLRelocator_Impl()
2843 OSL_ENSURE( mxFactory.is(), "No service manager!" ); in initOfficeInstDirs()
2846 uno::Reference< XPropertySet > xPropSet( mxFactory, UNO_QUERY ); in initOfficeInstDirs()
2887 ::comphelper::ComponentContext aContext( mxFactory ); in implExpandURL()