Searched refs:aExportFormats (Results 1 – 1 of 1) sorted by relevance
250 } aExportFormats[] = in PreNotify() local260 … for ( size_t i = 0; i < sizeof( aExportFormats ) / sizeof( aExportFormats[ 0 ] ); ++i ) in PreNotify()263 String::CreateFromAscii( aExportFormats[i].pDescription ), in PreNotify()264 String::CreateFromAscii( aExportFormats[i].pExtension ) ); in PreNotify()277 … for ( size_t i = 0; i < sizeof( aExportFormats ) / sizeof( aExportFormats[ 0 ] ); ++i ) in PreNotify()279 if ( sFilter.EqualsAscii( aExportFormats[i].pDescription ) ) in PreNotify()281 eFormat = aExportFormats[i].eFormat; in PreNotify()
Completed in 12 milliseconds