On 07/10/2011 1:47 AM, Tommaso Cucinotta wrote:
One thing: I'm proposing, as export format in the related
"Export->Export As..." GUI enhancement, any registered format for which
documentFormat() returns true.

Formats::const_iterator it = formats.begin();
for (; it != formats.end(); ++it)
if (it->documentFormat())
types << toqstr(it->name() + " (*." + it->extension() + ")");

However, I'm also getting gnumeric, xls, ods (spreadsheet), csv, R (math
language) and other stuff in that list. Guess it's too much. Any clue on
how to filter out only the
*real document* formats ?

T.



Please start a new thread for this.

Cheers,
Julien

Reply via email to