Home
last modified time | relevance | path

Searched refs:aExportFormats (Results 1 – 1 of 1) sorted by relevance

/aoo4110/main/forms/source/richtext/
H A Drichtextvclcontrol.cxx250 } aExportFormats[] = in PreNotify() local
260 … 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 13 milliseconds