office-gobmx/filter/source/config
Kohei Yoshida 2384b0e257 Pick the first PREFERRED IMPORT filter.
And prefer the calc_HTML_WebQuery filter over the old and unreliable
'HTML (StarCalc)' filter to import HTML files into Calc.  The web query
filter arranges the incoming data in a more tabular fashion, which
actually works better for Calc's sheet format.  Also, the current
filter matching algorithm actually relies on unpredictable random
selection since it iterates through the filters stored in *unordered*
map container and picking the first match.  Making use of the
PREFERRED flag in case of multiple qualifying filters for the given
type is much more tractable than the current scheme.
2011-07-22 10:43:59 -04:00
..
cache Pick the first PREFERRED IMPORT filter. 2011-07-22 10:43:59 -04:00
fragments Pick the first PREFERRED IMPORT filter. 2011-07-22 10:43:59 -04:00
tools Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/filters 2011-05-31 10:46:36 +02:00