Home
last modified time | relevance | path

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

/dports/editors/libreoffice6/libreoffice-6.4.7.2/svtools/source/misc/
H A Dimagemgr.cxx225 css::uno::Sequence < css::beans::PropertyValue > aTypeProps; in GetImageExtensionByFactory_Impl() local
228 xAccess->getByName( aInternalType ) >>= aTypeProps; in GetImageExtensionByFactory_Impl()
229 for ( const css::beans::PropertyValue& rProp : std::as_const(aTypeProps) ) in GetImageExtensionByFactory_Impl()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svtools/source/misc/
H A Dimagemgr.cxx234 css::uno::Sequence < css::beans::PropertyValue > aTypeProps; in GetImageExtensionByFactory_Impl() local
237 xAccess->getByName( aInternalType ) >>= aTypeProps; in GetImageExtensionByFactory_Impl()
238 for ( const css::beans::PropertyValue& rProp : std::as_const(aTypeProps) ) in GetImageExtensionByFactory_Impl()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/doc/
H A Ddoctemplates.cxx665 SequenceAsHashMap aTypeProps( xTypeDetection->getByName( aDocType ) ); in getTitleFromURL() local
666 aType = aTypeProps.getUnpackedValueOrDefault( in getTitleFromURL()
1750 SequenceAsHashMap aTypeProps( xTypeDetection->getByName( aTypeName ) ); in storeTemplate() local
1752 aTypeProps.getUnpackedValueOrDefault("Extensions", Sequence< OUString >() ); in storeTemplate()
1756 const OUString aMediaType {aTypeProps.getUnpackedValueOrDefault("MediaType", OUString() )}; in storeTemplate()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/doc/
H A Ddoctemplates.cxx670 SequenceAsHashMap aTypeProps( xTypeDetection->getByName( aDocType ) ); in getTitleFromURL() local
671 aType = aTypeProps.getUnpackedValueOrDefault( in getTitleFromURL()
1783 SequenceAsHashMap aTypeProps( xTypeDetection->getByName( aTypeName ) ); in storeTemplate() local
1785 aTypeProps.getUnpackedValueOrDefault("Extensions", Sequence< OUString >() ); in storeTemplate()
1789 const OUString aMediaType {aTypeProps.getUnpackedValueOrDefault("MediaType", OUString() )}; in storeTemplate()