Lines Matching refs:size

353     if( nFormat < aImport.size() )  in GetImportFilterName()
408 if( nFormat < aImport.size() ) in GetImportFormatName()
415 if( nFormat < aImport.size() ) in GetImportFormatMediaType()
422 if( nFormat < aImport.size() ) in GetImportFormatShortName()
429 if ( (nFormat < aImport.size()) && (nEntry < aImport[ nFormat ].lExtensionList.getLength()) ) in GetImportFormatExtension()
436 if( nFormat < aImport.size() ) in GetImportFilterType()
443 if( nFormat < aImport.size() ) in GetImportFilterTypeName()
458 return (nFormat < aImport.size()) && aImport[ nFormat ].bIsInternalFilter; in IsImportInternalFilter()
463 return (nFormat < aImport.size()) && aImport[ nFormat ].bIsPixelFormat; in IsImportPixelFormat()
468 return (nFormat < aImport.size()) && aImport[ nFormat ].bHasDialog; in IsImportDialog()
475 if( nFormat < aExport.size() ) in GetExportFilterName()
530 if( nFormat < aExport.size() ) in GetExportFormatName()
537 if( nFormat < aExport.size() ) in GetExportFormatMediaType()
544 if( nFormat < aExport.size() ) in GetExportFormatShortName()
551 if ( (nFormat < aExport.size()) && (nEntry < aExport[ nFormat ].lExtensionList.getLength()) ) in GetExportFormatExtension()
558 if( nFormat < aExport.size() ) in GetExportFilterTypeName()
565 if( nFormat < aExport.size() ) 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()