Lines Matching refs:aExport

251 				aExport.push_back( aEntry );  in ImplInit()
331 aExport.push_back( aEntry ); in ImplInitSmart()
475 if( nFormat < aExport.size() ) in GetExportFilterName()
476 return aExport[ nFormat ].sFilterName; in GetExportFilterName()
482 CacheVector::iterator aIter( aExport.begin() ); in GetExportFormatNumber()
483 while ( aIter != aExport.end() ) in GetExportFormatNumber()
489 …rn sal::static_int_cast< sal_uInt16 >(aIter == aExport.end() ? GRFILTER_FORMAT_NOTFOUND : aIter - in GetExportFormatNumber()
494 CacheVector::iterator aIter( aExport.begin() ); in GetExportFormatNumberForMediaType()
495 while ( aIter != aExport.end() ) in GetExportFormatNumberForMediaType()
501 …rn sal::static_int_cast< sal_uInt16 >(aIter == aExport.end() ? GRFILTER_FORMAT_NOTFOUND : aIter - in GetExportFormatNumberForMediaType()
506 CacheVector::iterator aIter( aExport.begin() ); in GetExportFormatNumberForShortName()
507 while ( aIter != aExport.end() ) in GetExportFormatNumberForShortName()
513 …rn sal::static_int_cast< sal_uInt16 >(aIter == aExport.end() ? GRFILTER_FORMAT_NOTFOUND : aIter - in GetExportFormatNumberForShortName()
518 CacheVector::iterator aIter( aExport.begin() ); in GetExportFormatNumberForTypeName()
519 while ( aIter != aExport.end() ) in GetExportFormatNumberForTypeName()
525 …rn sal::static_int_cast< sal_uInt16 >(aIter == aExport.end() ? GRFILTER_FORMAT_NOTFOUND : aIter - in GetExportFormatNumberForTypeName()
530 if( nFormat < aExport.size() ) in GetExportFormatName()
531 return aExport[ nFormat ].sUIName; in GetExportFormatName()
537 if( nFormat < aExport.size() ) in GetExportFormatMediaType()
538 return aExport[ nFormat ].sMediaType; in GetExportFormatMediaType()
544 if( nFormat < aExport.size() ) in GetExportFormatShortName()
545 return aExport[ nFormat ].GetShortName(); in GetExportFormatShortName()
551 if ( (nFormat < aExport.size()) && (nEntry < aExport[ nFormat ].lExtensionList.getLength()) ) in GetExportFormatExtension()
552 return aExport[ nFormat ].lExtensionList[ nEntry ]; in GetExportFormatExtension()
558 if( nFormat < aExport.size() ) in GetExportFilterTypeName()
559 return aExport[ nFormat ].sFilterType; in GetExportFilterTypeName()
565 if( nFormat < aExport.size() ) in GetExportInternalFilterName()
566 return aExport[ nFormat ].sInternalFilterName; in GetExportInternalFilterName()
580 return (nFormat < aExport.size()) && aExport[ nFormat ].bIsInternalFilter; in IsExportInternalFilter()
585 return (nFormat < aExport.size()) && aExport[ nFormat ].bIsPixelFormat; in IsExportPixelFormat()
590 return (nFormat < aExport.size()) && aExport[ nFormat ].bHasDialog; in IsExportDialog()