If not, we'll simply bail out. Note that this will temporarily break
type detections for those esoteric, non-XML file format types that
incorrectly depended on the XML filter detect service to detect their
format types. To make them work again, please write a different
detection service other than the css.comp.filters.XMLFilterDetect.
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.
XLK is an extension for Excel backup file automatically created by
Excel upon opening of a document. The content is still a normal Excel
file so why not detect it correctly.
Error: Conditional jump or move depends on uninitialised value(s)
Fix: Ensure that nGroupShapeFlags is initialized in the constructor
Also cleaned up some duplicate variables
* Add support for exporting any subset of slides from an Impress
presentation to a svg document
* Adding support for exporting meta information (for each slide) on
the master slide placeholders (slide number, date/time, footer).
* Implemented a slide index. Supported browser Firefox 4.x, Chrome
12.x.
* Removed some dead source code; metadata info is generated before
(shape, GDIMetaFile) map
* Implemented a glyph workaround for Webkit based browsers.
* Fixed the following bug: exporting a single slide is broken.
* Updated to the latest version of the JavaScript based presentation
engine.
* GSoC midterm result