summaryrefslogtreecommitdiffstats
path: root/oox
Commit message (Collapse)AuthorAgeFilesLines
* handle row and column offsets for imported shape with cell anchor fdo#45266Noel Power2012-02-082-0/+8
| | | | This is an update to the previous commit ( for the same bug ) d3a26738b426846ee1a787e7c97280fc43002961
* Added and improved READMEs for modules which used to be in filterJosh Heidenreich2012-02-081-0/+4
|
* switch to include-based build rather than sourced-based buildNorbert Thiebaud2012-02-051-35/+2
|
* import group field group name user captions fdo#45310Noel Power2012-02-034-1/+46
|
* fix corrupted numbers in pivottable using group field as data field fdo#45276Noel Power2012-02-031-0/+7
|
* fix corrupted group field entries in xlsx imported pivot table fdo#45268Noel Power2012-02-034-8/+32
|
* improve xlsx shape/chart import, anchor to cell where needed fdo#45266Noel Power2012-02-034-2/+42
|
* n#744509: Alignment of text is wrong.Muthu Subramanian2012-02-031-6/+1
| | | | | According to section 21.1.2.2.7 [pPr], "If this [algn] attribute is omitted, then a value of left is implied."
* Fix "Prefer prefix ++/-- operators for non-primitive types"Julien Nabet2012-02-011-1/+1
|
* Fixes crashing while loading manipulated pptx files.Muthu Subramanian2012-02-011-1/+2
|
* fix -Os comment in oox/Library_oox.mkRene Engelhard2012-01-311-3/+3
|
* use a $(COM)-$(OS)-$(CPUNAME) patternCaolán McNamara2012-01-311-1/+4
| | | | | | | i.e. same pattern as sc/Library_vbaobj.mk and writerfilter/Library_resourcemodel.mk and document that its a compile time error which can be retested anytime with a new toolchain, not some weird scary runtime error so must never be touched.
* add missed ifeq to check for IA64...Rene Engelhard2012-01-311-0/+2
|
* build oox with explicit -Os on ia64 as it otherwise gets too big to linkRene Engelhard2012-01-311-0/+4
|
* Removed debug statement.Kohei Yoshida2012-01-301-3/+0
|
* fprintf -> SAL_INFOLuboš Luňák2012-01-301-32/+24
|
* n719734: Overridding properties from master/layout.Muthu Subramanian2012-01-243-1/+10
| | | | | | When there are conflicting properties in masterslide->layout->slide most recent (i.e. e.g. slide has higher priority than layout) should be used.
* Fix for a probable crash. (code review)Muthu Subramanian2012-01-241-1/+1
|
* make oox ByteString freeCaolán McNamara2012-01-231-6/+8
|
* use $(GPERF) instead of using gperf from pathBapt2012-01-231-1/+1
|
* Remove unused Get/SetXmlNamespaceThomas Arnhold2012-01-214-27/+0
|
* correct copyright headerThomas Arnhold2012-01-212-8/+2
|
* regenerated custom shapes presetsRadek Doulik2012-01-196-149/+628
|
* updated custom shapes presets generator to use new SubViewSize propertyRadek Doulik2012-01-192-0/+25
|
* use SubViewSize property for custom shape pathsRadek Doulik2012-01-192-8/+28
|
* handle [more] placeholder shapes in Layout slidesRadek Doulik2012-01-161-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)
* fix for gcc 4.7: unable to find string literal operatorMatúš Kukan2012-01-141-15/+15
|
* export vertical and horizontal flip attribute for customshapesNoel Power2012-01-111-1/+9
|
* add missing ooxml customshape -> mso shape name entries ( for export support )Noel Power2012-01-111-1/+187
|
* pptx: regenerated custom shape presets after last path element changesRadek Doulik2012-01-116-508/+712
|
* pptx: support fill=[darken|darkenLess|lighten|lightenLess] in path elementRadek Doulik2012-01-111-2/+18
|
* n#734734: Text rotation fixes.Muthu Subramanian2012-01-115-1/+15
| | | | | PPTX would need rotation of text _inside_ text/object boundaries, rather than the rotation of the text/object itself.
* Use SAL_N_ELEMENTSThomas Arnhold2012-01-101-1/+1
| | | | | | | | Some more like Thorstens diff 9c59cd15b150638c845bbc275b9b04460afc23bd Done with some regex magic (and a check if this var is an array): s/sizeof\(\s*$var\s*\)\s*\/\s*sizeof\(\s*\*$var\s*/SAL_N_ELEMENTS\($var/gs
* pptx: regenerate presets after custom shapes moveto/close fixRadek Doulik2012-01-104-84/+48
|
* pptx: custom shapes import, ignore close segment after moveto segmentRadek Doulik2012-01-101-4/+7
|
* regenerated custom shape presetsRadek Doulik2012-01-096-879/+1395
|
* pptx: implemented import of <path stroke="false" ...>Radek Doulik2012-01-091-0/+6
|
* Kill SvNullStream duplicationMiklos Vajna2012-01-081-20/+1
|
* add a comphelper::string::getTokenCountCaolán McNamara2012-01-051-2/+3
| | | | | | suitable for conversion from [Byte]String::GetTokenCount converted low-hanging variants to rtl::O[UString]::getToken loops added unit test
* Register chart data ranges via tokens rather than string.Kohei Yoshida2012-01-041-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.
* regenerated custom shape presets with fixed ssd* constantsRadek Doulik2012-01-044-7/+7
|
* PPTX: fix ssd* constants import for drawingml formulasRadek Doulik2012-01-041-1/+1
|
* n734734: Line Spacing is used from previous values.Muthu Subramanian2012-01-031-0/+3
|
* Fix for fdo43460 Part XXV getLength() to isEmpty()Olivier Hallot2012-01-0297-399/+399
| | | | | | | | Please find attached a partial fix for Easy Hack FDO43460 Part XXI Module oox
* n#655408: Importing extLst of drawings in diagrams.Muthu Subramanian2011-12-3016-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.
* unusedcode: oox: remove some unused codeMatúš Kukan2011-12-227-262/+0
|
* catch exception by constant referenceTakeshi Abe2011-12-212-9/+8
|
* callcatcher: remove some unused codeCaolán McNamara2011-12-212-40/+0
|
* skip unknown elements when reading multiple elements from docx mathmlLuboš Luňák2011-12-202-10/+21
|
* Fixed: bentConnectors are not imported properly.Muthu Subramanian2011-12-161-16/+0
| | | | Reverting regression with f0bf2a2ae95ddad3d08ddd1413ec56bf04224a94