Home
last modified time | relevance | path

Searched refs:GetExportFormatNumberForTypeName (Results 1 – 5 of 5) sorted by relevance

/trunk/main/svtools/source/filter/ !
H A DFilterConfigCache.hxx121 sal_uInt16 GetExportFormatNumberForTypeName( const String& rType );
H A DFilterConfigCache.cxx516 sal_uInt16 FilterConfigCache::GetExportFormatNumberForTypeName( const String& rType ) in GetExportFormatNumberForTypeName() function in FilterConfigCache
H A Dfilter.cxx1293 sal_uInt16 GraphicFilter::GetExportFormatNumberForTypeName( const String& rType ) in GetExportFormatNumberForTypeName() function in GraphicFilter
1295 return pConfig->GetExportFormatNumberForTypeName( rType ); in GetExportFormatNumberForTypeName()
/trunk/main/svtools/inc/svtools/ !
H A Dfilter.hxx305 sal_uInt16 GetExportFormatNumberForTypeName( const String& rType );
/trunk/main/sd/source/filter/grf/ !
H A Dsdgrffilter.cxx312 … const sal_uInt16 nFilter = pGraphicFilter->GetExportFormatNumberForTypeName( aTypeName ); in Export()