summaryrefslogtreecommitdiff
path: root/oox
AgeCommit message (Collapse)AuthorFilesLines
2012-02-23force imported xlsx active tab to be shown bnc#748198Noel Power1-1/+7
weirdly even though a sheet/tab can be marked as hidden in workbook.xml, if that same tab/sheet is the active one then it *will* be shown Signed-off-by: Andras Timar <atimar@suse.com>
2012-02-16Fix crash in smartart importThorsten Behrens1-2/+2
Rather check iterator validity *before* accessing it. valgrind warning on linux, and crash on windows for e.g. doc at n#736495. Signed-off-by: Muthu Subramanian <sumuthu@suse.com>
2012-02-14handle imported picture attribute from MSO Dialog ( fdo#45995 )Noel Power1-0/+1
Signed-off-by: Petr Mladek <pmladek@suse.cz>
2012-01-31add missed ifeq to check for IA64...Rene Engelhard1-0/+2
2012-01-31build oox with explicit -Os on ia64 as it otherwise gets too big to linkRene Engelhard1-0/+4
2012-01-30Removed debug statement.Kohei Yoshida1-3/+0
Signed-off-by: Andras Timar <atimar@suse.com>
2012-01-23use $(GPERF) instead of using gperf from pathBapt1-1/+1
(cherry picked from commit f908fc4ca5bb7ae6d779df4239510fb0a0b84635) Signed-off-by: Michael Stahl <mstahl@redhat.com>
2012-01-19regenerated custom shapes presetsRadek Doulik6-149/+628
2012-01-19updated custom shapes presets generator to use new SubViewSize propertyRadek Doulik2-0/+25
2012-01-19use SubViewSize property for custom shape pathsRadek Doulik2-8/+28
2012-01-16handle [more] placeholder shapes in Layout slidesRadek Doulik1-4/+36
- import them as outliner shapes, so that they don't appear on regular slides - choose appropriate placeholder shapes on regular slides (Table, Picture, Chart, Media)
2012-01-11pptx: regenerated custom shape presets after last path element changesRadek Doulik6-508/+712
2012-01-11pptx: support fill=[darken|darkenLess|lighten|lightenLess] in path elementRadek Doulik1-2/+18
2012-01-11n#734734: Text rotation fixes.Muthu Subramanian5-1/+15
PPTX would need rotation of text _inside_ text/object boundaries, rather than the rotation of the text/object itself. cherrypick: 5c4d1b05faa8a3d704fc74a186a173f8cc019cc1
2012-01-10pptx: regenerate presets after custom shapes moveto/close fixRadek Doulik4-84/+48
2012-01-10pptx: custom shapes import, ignore close segment after moveto segmentRadek Doulik1-4/+7
2012-01-10regenerated custom shape presetsRadek Doulik6-879/+1395
2012-01-10pptx: implemented import of <path stroke="false" ...>Radek Doulik1-0/+6
2012-01-05n#655408: Importing extLst of drawings in diagrams.Muthu Subramanian16-9/+236
data*.xml contains the list of drawings which can be imported instead. These are easier to import now that we support better smartart. Signed-off-by: Jan Holesovsky <kendy@suse.cz> Signed-off-by: Michael Meeks <michael.meeks@suse.com> Signed-off-by: Miklos Vajna <vmiklos@frugalware.org>
2012-01-04Register chart data ranges via tokens rather than string.Kohei Yoshida1-27/+40
Doing it this way avoids having to re-generate the data ranges in Calc A1 before passing it to the chart backend in Calc. We need this in order to remove the silly restriction that forces us to always pass data range strings in Calc A1 format, which is error-prone. This is also necessary in order to fix the bug that prevents editing data ranges of an existing chart when the formula syntax is something other than Calc A1.
2012-01-04regenerated custom shape presets with fixed ssd* constantsRadek Doulik4-7/+7
2012-01-04PPTX: fix ssd* constants import for drawingml formulasRadek Doulik1-1/+1
2012-01-03n734734: Line Spacing is used from previous values.Muthu Subramanian1-0/+3
2011-12-20skip unknown elements when reading multiple elements from docx mathmlLuboš Luňák2-10/+21
2011-12-16Fixed: bentConnectors are not imported properly.Muthu Subramanian1-16/+0
Reverting regression with f0bf2a2ae95ddad3d08ddd1413ec56bf04224a94
2011-12-14use custom shapes for curved connector shapesRadek Doulik2-16/+1
- they looks correctly visually, we can make then connector shapes once we have new implementation
2011-12-14import text body rotation property of custom shapeFelix Zhang4-0/+10
2011-12-12pptx: updated custom shapes presets after latest fix in equations importRadek Doulik5-32/+32
2011-12-12pptx: fix custom shape equations importRadek Doulik1-4/+6
- guide names can be reused and in that case current one used in following equations is the last one
2011-12-08n#719989: Rotation needs to be done post flipping.Muthu Subramanian1-12/+10
2011-12-07in modules, when we have a env we are in stage gbuildBjoern Michaelsen1-0/+1
2011-12-07pptx: make sure we set right type for connector shapesRadek Doulik1-2/+7
2011-12-07do not use new presets for connector shapesRadek Doulik1-8/+62
- until we have better implementation
2011-12-07normalize Red Hat, Inc. spellings, and bump to latest templateCaolán McNamara5-26/+21
2011-12-07make the linear xml processing API more genericLuboš Luňák2-7/+57
I'm pretty sure I'll love to use it in writerfilter instead of the normal API whenever I get the chance.
2011-12-07disable error logs for now, until the new log macros get sorted outLuboš Luňák1-22/+24
2011-12-07append text when reading from xmlLuboš Luňák1-1/+1
The xml parser apparently can call the characters() callback several times for one text content (if it needs to un-escape maybe?), so append, otherwise some content would be overwritten.
2011-12-05remove last uses of CellVertJustify in our codeMarkus Mohrhard2-7/+6
please use now only CellVertJustify2
2011-12-02n#719989/97: Connector shape fixes.Muthu Subramanian2-10/+19
Note that rotation needs to be done post flipping.
2011-12-01Remove uses of charAtAugust Sodora1-1/+1
2011-11-29Correctly import multi-value filter settings.Kohei Yoshida2-4/+19
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 Yoshida2-16/+20
2011-11-29better debug output when skipping an elementLuboš Luňák2-5/+17
2011-11-29no debug about skipping tags if not actually skippingLuboš Luňák2-6/+33
2011-11-29make debug output print tags as strings rather than id numbersLuboš Luňák2-15/+56
2011-11-29implement import of docx mathml m:dLuboš Luňák2-0/+29
2011-11-29do no re-sort oox tokensLuboš Luňák1-22/+16
Search me why writerfilter rolls its own, but otherwise they use different ids, because writerfilter does not sort them.
2011-11-29move reconfigure into gbuildBjoern Michaelsen1-1/+1
2011-11-29Replace formattings with formattingLior Kaplan3-5/+5
2011-11-29set properly initial size of starmath component when importing docxLuboš Luňák1-0/+7