summaryrefslogtreecommitdiff
path: root/oox/inc
AgeCommit message (Collapse)Author
2012-02-03import group field group name user captions fdo#45310Noel Power
2012-02-03fix corrupted group field entries in xlsx imported pivot table fdo#45268Noel Power
2012-02-03improve xlsx shape/chart import, anchor to cell where needed fdo#45266Noel Power
2012-01-24n719734: Overridding properties from master/layout.Muthu Subramanian
When there are conflicting properties in masterslide->layout->slide most recent (i.e. e.g. slide has higher priority than layout) should be used.
2012-01-21Remove unused Get/SetXmlNamespaceThomas Arnhold
2012-01-21correct copyright headerThomas Arnhold
2012-01-02Fix for fdo43460 Part XXV getLength() to isEmpty()Olivier Hallot
Please find attached a partial fix for Easy Hack FDO43460 Part XXI Module oox
2011-12-30n#655408: Importing extLst of drawings in diagrams.Muthu Subramanian
data*.xml contains the list of drawings which can be imported instead. These are easier to import now that we support better smartart.
2011-12-22unusedcode: oox: remove some unused codeMatúš Kukan
2011-12-20skip unknown elements when reading multiple elements from docx mathmlLuboš Luňák
2011-12-14import text body rotation property of custom shapeFelix Zhang
2011-12-07make the linear xml processing API more genericLuboš Luňák
I'm pretty sure I'll love to use it in writerfilter instead of the normal API whenever I get the chance.
2011-12-05remove last uses of CellVertJustify in our codeMarkus Mohrhard
please use now only CellVertJustify2
2011-11-29Correctly import multi-value filter settings.Kohei Yoshida
We are still not 100% compatible, e.g. Excel's "show blanks" setting is not cleanly mapped (partly due to ODF's limitation). But that's a future TODO.
2011-11-29Switch to TableFilterField3, but no other changes.Kohei Yoshida
2011-11-29better debug output when skipping an elementLuboš Luňák
2011-11-29no debug about skipping tags if not actually skippingLuboš Luňák
2011-11-29make debug output print tags as strings rather than id numbersLuboš Luňák
2011-11-29implement import of docx mathml m:dLuboš Luňák
2011-11-29Replace formattings with formattingLior Kaplan
2011-11-29set properly initial size of starmath component when importing docxLuboš Luňák
2011-11-29the bit hackish addFormula() shortcut is no longer necessaryLuboš Luňák
2011-11-29simplify attribute retrieval syntax a bitLuboš Luňák
2011-11-29Removing unused GetShapePresetType().Muthu Subramanian
It is huge, and inefficient as well.
2011-11-28Fix visibility problem on Windows.Jan Holesovsky
2011-11-28ByteString->rtl::OUStringToOStringCaolán McNamara
2011-11-25fix compileLuboš Luňák
2011-11-25calc69: #i117836# repair import of multiline cells and cells with leading ↵Eike Rathke
font escapement # Original author: Daniel Rentz [dr] <daniel.rentz@oracle.com> * found as LGPLv3-only fix at svn rev 1172134 (http://svn.apache.org/viewvc?view=revision&revision=1172134)
2011-11-24remove executable bit on a source fileLuboš Luňák
2011-11-24oox::AttributeList is actually not that usable outsideLuboš Luňák
2011-11-24more api improving in importing mathml docxLuboš Luňák
2011-11-24streamline and document the API for mathml xml stream readingLuboš Luňák
2011-11-24rename and move mathml oox support classes in oox to better placesLuboš Luňák
2011-11-24ooxml mathml import - first very basic implementationLuboš Luňák
still needs a number of cleanups (and handling more of course)
2011-11-24initial (very hacky) work on mathml ooxml importLuboš Luňák
This commit needs to be generally reworked for upstream, but it more or less works.
2011-11-24RTF import: partly fixed the WMF images scaling.Cédric Bosdonnat
2011-11-11WaE: OptValue::maValue may be used uninitializedMiklos Vajna
2011-11-11This global Reference is problematic, especially for unit testsCaolán McNamara
The global reference will be torn down after the typelib infrastructure is gone away. Hopefully a WeakReference is sufficient for the original requirements
2011-11-07fixed remaining issues with custom shapes sizingRadek Doulik
2011-10-27add xlsx local range name importMarkus Mohrhard
2011-10-19remove an unused methodFelix Zhang
2011-10-06added definitions for new presets initialize functionsRadek Doulik
2011-10-06custom shapes import improvementsRadek Doulik
- added new presets generated from definition included in ISO standard - added missing variables (cd3, hd10, ...) - added ifelse shortcut ?: - removed GetAdjAngle because it would make problems with constant vs. equation defined angles, move conversion to the functions using them - implemented arcTo path segment (command) - removed GetTextShapeType as we don't use vml's presets for drawingml anymore - use token number for preset type instead of string, as we don't convert to old vml's preset types anymore - enhanced custom shape properties dump code
2011-10-05Revert "custom shapes import improvements"Norbert Thiebaud
This reverts commit e36f591dfeb89fded172f4770157bc6cb6dc7454.
2011-10-05custom shapes import improvementsRadek Doulik
- added new presets generated from definition included in ISO standard - added missing variables (cd3, hd10, ...) - added ifelse shortcut ?: - removed GetAdjAngle because it would make problems with constant vs. equation defined angles, move conversion to the functions using them - implemented arcTo path segment (command) - removed GetTextShapeType as we don't use vml's presets for drawingml anymore - use token number for preset type instead of string, as we don't convert to old vml's preset types anymore - enhanced custom shape properties dump code
2011-10-03fix morph control export also fix toggle button state exportNoel Power
2011-09-30add mode-lines to .m files and last round of merged files, etc.Caolán McNamara
2011-09-29fix trunk gcc compile errorsMatúš Kukan
2011-09-26conditionalise out presently unused class variablesNoel Power
currently we conditionalise out the parts of the code intended to replace the remaining code in SvxMSConvertOCXControls with flag SvxMSConvertOCXControlsRemoved. Some unused class variables should also have been conditionalise out. Hmmm maybe I should just get rid of it all :-/
2011-09-26move OCX_Control ( and subclasses ) and OCX control export to ooxNoel Power
add forgotten new files axbinarywriter.[ch]xx