Searched refs:xApplConfig (Results 1 – 2 of 2) sorted by relevance
348 Reference< container::XNameAccess > xApplConfig; in getMimetypeForDocument() local349 xSOFConfig->getByName( aDocServiceName ) >>= xApplConfig; in getMimetypeForDocument()350 if ( xApplConfig.is() ) in getMimetypeForDocument()352 …xApplConfig->getByName( OUString( RTL_CONSTASCII_USTRINGPARAM( "ooSetupFactoryActualFilter" ) ) ) … in getMimetypeForDocument()
1849 uno::Reference< container::XNameAccess > xApplConfig; in storeTemplate() local1850 xSOFConfig->getByName( sDocServiceName ) >>= xApplConfig; in storeTemplate()1851 if ( !xApplConfig.is() ) in storeTemplate()1854 …xApplConfig->getByName( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "ooSetupFactoryActualTemplat… in storeTemplate()
Completed in 28 milliseconds