Lines Matching refs:FilterConfigCache

47 const char* FilterConfigCache::FilterConfigCacheEntry::InternalPixelFilterNameList[] =
53 const char* FilterConfigCache::FilterConfigCacheEntry::InternalVectorFilterNameList[] =
59 const char* FilterConfigCache::FilterConfigCacheEntry::ExternalPixelFilterNameList[] =
65 sal_Bool FilterConfigCache::FilterConfigCacheEntry::IsValid() in IsValid()
70 sal_Bool FilterConfigCache::bInitialized = sal_False;
71 sal_Int32 FilterConfigCache::nIndType = -1;
72 sal_Int32 FilterConfigCache::nIndUIName = -1;
73 sal_Int32 FilterConfigCache::nIndDocumentService = -1;
74 sal_Int32 FilterConfigCache::nIndFilterService = -1;
75 sal_Int32 FilterConfigCache::nIndFlags = -1;
76 sal_Int32 FilterConfigCache::nIndUserData = -1;
77 sal_Int32 FilterConfigCache::nIndFileFormatVersion = -1;
78 sal_Int32 FilterConfigCache::nIndTemplateName = -1;
80 sal_Bool FilterConfigCache::FilterConfigCacheEntry::CreateFilterName( const OUString& rUserDataEntr… in CreateFilterName()
113 String FilterConfigCache::FilterConfigCacheEntry::GetShortName() in GetShortName()
177 void FilterConfigCache::ImplInit() in ImplInit()
260 const char* FilterConfigCache::InternalFilterListForSvxLight[] =
307 void FilterConfigCache::ImplInitSmart() in ImplInitSmart()
337 FilterConfigCache::FilterConfigCache( sal_Bool bConfig ) : in FilterConfigCache() function in FilterConfigCache
346 FilterConfigCache::~FilterConfigCache() in ~FilterConfigCache()
351 String FilterConfigCache::GetImportFilterName( sal_uInt16 nFormat ) in GetImportFilterName()
358 sal_uInt16 FilterConfigCache::GetImportFormatNumber( const String& rFormatName ) in GetImportFormatNumber()
370 sal_uInt16 FilterConfigCache::GetImportFormatNumberForMediaType( const String& rMediaType ) in GetImportFormatNumberForMediaType()
382 sal_uInt16 FilterConfigCache::GetImportFormatNumberForShortName( const String& rShortName ) in GetImportFormatNumberForShortName()
394 sal_uInt16 FilterConfigCache::GetImportFormatNumberForTypeName( const String& rType ) in GetImportFormatNumberForTypeName()
406 String FilterConfigCache::GetImportFormatName( sal_uInt16 nFormat ) in GetImportFormatName()
413 String FilterConfigCache::GetImportFormatMediaType( sal_uInt16 nFormat ) in GetImportFormatMediaType()
420 String FilterConfigCache::GetImportFormatShortName( sal_uInt16 nFormat ) in GetImportFormatShortName()
427 String FilterConfigCache::GetImportFormatExtension( sal_uInt16 nFormat, sal_Int32 nEntry ) in GetImportFormatExtension()
434 String FilterConfigCache::GetImportFilterType( sal_uInt16 nFormat ) in GetImportFilterType()
441 String FilterConfigCache::GetImportFilterTypeName( sal_uInt16 nFormat ) in GetImportFilterTypeName()
448 String FilterConfigCache::GetImportWildcard( sal_uInt16 nFormat, sal_Int32 nEntry ) in GetImportWildcard()
456 sal_Bool FilterConfigCache::IsImportInternalFilter( sal_uInt16 nFormat ) in IsImportInternalFilter()
461 sal_Bool FilterConfigCache::IsImportPixelFormat( sal_uInt16 nFormat ) in IsImportPixelFormat()
466 sal_Bool FilterConfigCache::IsImportDialog( sal_uInt16 nFormat ) in IsImportDialog()
473 String FilterConfigCache::GetExportFilterName( sal_uInt16 nFormat ) in GetExportFilterName()
480 sal_uInt16 FilterConfigCache::GetExportFormatNumber( const String& rFormatName ) in GetExportFormatNumber()
492 sal_uInt16 FilterConfigCache::GetExportFormatNumberForMediaType( const String& rMediaType ) in GetExportFormatNumberForMediaType()
504 sal_uInt16 FilterConfigCache::GetExportFormatNumberForShortName( const String& rShortName ) in GetExportFormatNumberForShortName()
516 sal_uInt16 FilterConfigCache::GetExportFormatNumberForTypeName( const String& rType ) in GetExportFormatNumberForTypeName()
528 String FilterConfigCache::GetExportFormatName( sal_uInt16 nFormat ) in GetExportFormatName()
535 String FilterConfigCache::GetExportFormatMediaType( sal_uInt16 nFormat ) in GetExportFormatMediaType()
542 String FilterConfigCache::GetExportFormatShortName( sal_uInt16 nFormat ) in GetExportFormatShortName()
549 String FilterConfigCache::GetExportFormatExtension( sal_uInt16 nFormat, sal_Int32 nEntry ) in GetExportFormatExtension()
556 String FilterConfigCache::GetExportFilterTypeName( sal_uInt16 nFormat ) in GetExportFilterTypeName()
563 String FilterConfigCache::GetExportInternalFilterName( sal_uInt16 nFormat ) in GetExportInternalFilterName()
570 String FilterConfigCache::GetExportWildcard( sal_uInt16 nFormat, sal_Int32 nEntry ) in GetExportWildcard()
578 sal_Bool FilterConfigCache::IsExportInternalFilter( sal_uInt16 nFormat ) in IsExportInternalFilter()
583 sal_Bool FilterConfigCache::IsExportPixelFormat( sal_uInt16 nFormat ) in IsExportPixelFormat()
588 sal_Bool FilterConfigCache::IsExportDialog( sal_uInt16 nFormat ) in IsExportDialog()