Home
last modified time | relevance | path

Searched refs:xApplConfig (Results 1 – 4 of 4) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/filter/source/pdf/
H A Dpdfexport.cxx356 Reference< container::XNameAccess > xApplConfig; in getMimetypeForDocument() local
357 xSOFConfig->getByName( aDocServiceName ) >>= xApplConfig; in getMimetypeForDocument()
358 if ( xApplConfig.is() ) in getMimetypeForDocument()
361 xApplConfig->getByName( "ooSetupFactoryActualFilter" ) >>= aFilterName; in getMimetypeForDocument()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/filter/source/pdf/
H A Dpdfexport.cxx359 Reference< container::XNameAccess > xApplConfig; in getMimetypeForDocument() local
360 xSOFConfig->getByName( aDocServiceName ) >>= xApplConfig; in getMimetypeForDocument()
361 if ( xApplConfig.is() ) in getMimetypeForDocument()
363 xApplConfig->getByName( "ooSetupFactoryActualFilter" ) >>= aFilterName; in getMimetypeForDocument()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/doc/
H A Ddoctemplates.cxx1717 uno::Reference< container::XNameAccess > xApplConfig; in storeTemplate() local
1718 xSOFConfig->getByName( sDocServiceName ) >>= xApplConfig; in storeTemplate()
1719 if ( !xApplConfig.is() ) in storeTemplate()
1723 xApplConfig->getByName("ooSetupFactoryActualTemplateFilter") >>= aFilterName; in storeTemplate()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/doc/
H A Ddoctemplates.cxx1750 uno::Reference< container::XNameAccess > xApplConfig; in storeTemplate() local
1751 xSOFConfig->getByName( sDocServiceName ) >>= xApplConfig; in storeTemplate()
1752 if ( !xApplConfig.is() ) in storeTemplate()
1756 xApplConfig->getByName("ooSetupFactoryActualTemplateFilter") >>= aFilterName; in storeTemplate()