summaryrefslogtreecommitdiff
path: root/filter
AgeCommit message (Collapse)Author
2011-08-29valgrind: various unused codeCaolán McNamara
2011-08-26Cleanup, and made svg animation export experimentalThorsten Behrens
Added the PagePos parameter back (to export single slide via API), some whitespace cleanup, and made the ecma script / animation engine only active via the experimental flag.
2011-08-26Added detailed license notice to the embedded script and fixed a bug.Marco Cecchetti
The source code has been partitioned in separated parts according to the license the code is subject to. Fixed the following bug: when in index page mode you select the same slide shown before switching to index mode no slide is shown (all slides are hidden)
2011-08-26Fixed a bug about exporting page number placeholder fieldsMarco Cecchetti
2011-08-26new presentantion engine version adding support for several shape animationsMarco Cecchetti
2011-08-26a new method for exporting animations has been implemented.Marco Cecchetti
This routine invokes the same animations exporter used for exporting animation in odp format. To prevent the SVGExport object from destruction when passed to the AnimationsExporter constructor, a variable named xSVGExport of type Reference<XInterface> acquires the object pointed by mpSVGExport.
2011-08-26Now a unique id for each page and each shape is generated through the ↵Marco Cecchetti
UnoInterfaceToUniqueIdentifierMapper class. This class is the same used for generating a unique identifier for pages and shapes when a presentation is saved in odp format. No change to the presentation engine script has been needed.
2011-08-25remove newly unused codeCaolán McNamara
2011-08-24msvbasic.hxx was removed with commit cecb746a3d8132998711c429163874d39ff5b2ffEike Rathke
2011-08-24kill old vba and ole control filter(s) for import at leastNoel Power
2011-08-24dev-install build fixGabor
2011-08-23n#699334: Legacy Diagram Text import.Muthu Subramanian
- Imports Legacy Text. - Formatting info is not imported.
2011-08-18hack: make msoffice 2k7 be able to read ooxml formulasLuboš Luňák
It seems that it doesn't read characters unless the font is explicitly specified as "Cambria Math"
2011-08-18hook for calling from .docx filter to starmath for writting formulasLuboš Luňák
2011-08-18Additional patch for fdo#39167Aaron Strontsman
2011-08-17cppcheck: reduced scope of variableTakeshi Abe
2011-08-12reduce ByteString apiCaolán McNamara
2011-08-11Some cppcheck cleaningJulien Nabet
2011-08-10fdo#39167: Change the UI for PDF hybrid files exportGabor Jenei
2011-08-09fix fdo#39561Christophe Strobbe
make html & xhtml consistent in treatment of svg:title -> image:alt tag
2011-08-05callcatcher: unused methodsCaolán McNamara
2011-08-03Check if the XML stream contains '<?xml' at the beginning.Kohei Yoshida
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.
2011-08-02convert in one pass, rather than point by pointCaolán McNamara
2011-08-02callcatcher: remove unused codeCaolán McNamara
2011-08-01Fixed messed up indentations.Kohei Yoshida
2011-07-27Kill EDITDEBUGThomas Arnhold
2011-07-26enforce checking the return value of theseCaolán McNamara
2011-07-26ByteString::CreateFromInt32->rtl::OStringBuffer::appendCaolán McNamara
2011-07-26fix STRING->USTRING bug hidden behind ifdefCaolán McNamara
2011-07-25ByteString->rtl::OStringBufferCaolán McNamara
2011-07-25use good() instead of GetError()Caolán McNamara
2011-07-22Pick the first PREFERRED IMPORT filter.Kohei Yoshida
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-21Generate correctly named import library for WNTGCCTor Lillqvist
2011-07-20Correctly detect documents with xlk extension as Excel binary.Kohei Yoshida
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.
2011-07-19ByteString::CreateFromInt32->rtl::OString::valueOfCaolán McNamara
2011-07-19Fix for valgrind error in msdffimp.cxxMarc-Andre Laverdiere
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
2011-07-18ByteString::CreateFromInt32->rtl::OString::valueOf and simplifyCaolán McNamara
2011-07-17not going to get re-enabled, is itCaolán McNamara
2011-07-16these can be sal_uInt32, and pre-sanity-check massive allocsCaolán McNamara
2011-07-13add sylk extension and text/spreadsheet mimetypeCaolán McNamara
2011-07-12Remove component_getImplementationEnvironmentMatúš Kukan
2011-07-12use oox filter for *all* control importNoel Power
2011-07-12check if seek succeededCaolán McNamara
2011-07-11avoid optimization turning into pessimisation for stupid stringsCaolán McNamara
2011-07-11check if seek succeedsCaolán McNamara
2011-07-11check seeks for success against short readsCaolán McNamara
2011-07-11callcatcher: remove unused CreateCache_ImplCaolán McNamara
2011-07-11Implemented a new way for exporting and handling placeholder text elementsMarco Cecchetti
2011-07-11Split the script in smaller piecesMarco Cecchetti
2011-07-08MSOffice 2003 xml format often uses class extensionsCaolán McNamara