Lines Matching refs:String

83 	sFilterName = String( rUserDataEntry );  in CreateFilterName()
105 String aTemp( OUString::createFromAscii( SVLIBRARY( "?" ) ) ); in CreateFilterName()
113 String FilterConfigCache::FilterConfigCacheEntry::GetShortName() in GetShortName()
115 String aShortName; in GetShortName()
244 String aExtension( aEntry.GetShortName() ); in ImplInit()
351 String FilterConfigCache::GetImportFilterName( sal_uInt16 nFormat ) in GetImportFilterName()
355 return String::EmptyString(); 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()
410 return String::EmptyString(); in GetImportFormatName()
413 String FilterConfigCache::GetImportFormatMediaType( sal_uInt16 nFormat ) in GetImportFormatMediaType()
417 return String::EmptyString(); in GetImportFormatMediaType()
420 String FilterConfigCache::GetImportFormatShortName( sal_uInt16 nFormat ) in GetImportFormatShortName()
424 return String::EmptyString(); in GetImportFormatShortName()
427 String FilterConfigCache::GetImportFormatExtension( sal_uInt16 nFormat, sal_Int32 nEntry ) in GetImportFormatExtension()
431 return String::EmptyString(); in GetImportFormatExtension()
434 String FilterConfigCache::GetImportFilterType( sal_uInt16 nFormat ) in GetImportFilterType()
438 return String::EmptyString(); in GetImportFilterType()
441 String FilterConfigCache::GetImportFilterTypeName( sal_uInt16 nFormat ) in GetImportFilterTypeName()
445 return String::EmptyString(); in GetImportFilterTypeName()
448 String FilterConfigCache::GetImportWildcard( sal_uInt16 nFormat, sal_Int32 nEntry ) in GetImportWildcard()
450 String aWildcard( GetImportFormatExtension( nFormat, nEntry ) ); in GetImportWildcard()
473 String FilterConfigCache::GetExportFilterName( sal_uInt16 nFormat ) in GetExportFilterName()
477 return String::EmptyString(); 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()
532 return String::EmptyString(); in GetExportFormatName()
535 String FilterConfigCache::GetExportFormatMediaType( sal_uInt16 nFormat ) in GetExportFormatMediaType()
539 return String::EmptyString(); in GetExportFormatMediaType()
542 String FilterConfigCache::GetExportFormatShortName( sal_uInt16 nFormat ) in GetExportFormatShortName()
546 return String::EmptyString(); in GetExportFormatShortName()
549 String FilterConfigCache::GetExportFormatExtension( sal_uInt16 nFormat, sal_Int32 nEntry ) in GetExportFormatExtension()
553 return String::EmptyString(); in GetExportFormatExtension()
556 String FilterConfigCache::GetExportFilterTypeName( sal_uInt16 nFormat ) in GetExportFilterTypeName()
560 return String::EmptyString(); in GetExportFilterTypeName()
563 String FilterConfigCache::GetExportInternalFilterName( sal_uInt16 nFormat ) in GetExportInternalFilterName()
567 return String::EmptyString(); in GetExportInternalFilterName()
570 String FilterConfigCache::GetExportWildcard( sal_uInt16 nFormat, sal_Int32 nEntry ) in GetExportWildcard()
572 String aWildcard( GetExportFormatExtension( nFormat, nEntry ) ); in GetExportWildcard()