Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-31 | fix -Os comment in oox/Library_oox.mk | Rene Engelhard | |
2012-01-31 | use a $(COM)-$(OS)-$(CPUNAME) pattern | Caolán McNamara | |
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. | |||
2012-01-31 | add missed ifeq to check for IA64... | Rene Engelhard | |
2012-01-31 | build oox with explicit -Os on ia64 as it otherwise gets too big to link | Rene Engelhard | |
2012-01-30 | Removed debug statement. | Kohei Yoshida | |
2012-01-30 | fprintf -> SAL_INFO | Luboš Luňák | |
2012-01-24 | n719734: 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-24 | Fix for a probable crash. (code review) | Muthu Subramanian | |
2012-01-23 | make oox ByteString free | Caolán McNamara | |
2012-01-23 | use $(GPERF) instead of using gperf from path | Bapt | |
2012-01-21 | Remove unused Get/SetXmlNamespace | Thomas Arnhold | |
2012-01-21 | correct copyright header | Thomas Arnhold | |
2012-01-19 | regenerated custom shapes presets | Radek Doulik | |
2012-01-19 | updated custom shapes presets generator to use new SubViewSize property | Radek Doulik | |
2012-01-19 | use SubViewSize property for custom shape paths | Radek Doulik | |
2012-01-16 | handle [more] placeholder shapes in Layout slides | Radek Doulik | |
- 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-14 | fix for gcc 4.7: unable to find string literal operator | Matúš Kukan | |
2012-01-11 | export vertical and horizontal flip attribute for customshapes | Noel Power | |
2012-01-11 | add missing ooxml customshape -> mso shape name entries ( for export support ) | Noel Power | |
2012-01-11 | pptx: regenerated custom shape presets after last path element changes | Radek Doulik | |
2012-01-11 | pptx: support fill=[darken|darkenLess|lighten|lightenLess] in path element | Radek Doulik | |
2012-01-11 | n#734734: Text rotation fixes. | Muthu Subramanian | |
PPTX would need rotation of text _inside_ text/object boundaries, rather than the rotation of the text/object itself. | |||
2012-01-10 | Use SAL_N_ELEMENTS | Thomas Arnhold | |
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 | |||
2012-01-10 | pptx: regenerate presets after custom shapes moveto/close fix | Radek Doulik | |
2012-01-10 | pptx: custom shapes import, ignore close segment after moveto segment | Radek Doulik | |
2012-01-09 | regenerated custom shape presets | Radek Doulik | |
2012-01-09 | pptx: implemented import of <path stroke="false" ...> | Radek Doulik | |
2012-01-08 | Kill SvNullStream duplication | Miklos Vajna | |
2012-01-05 | add a comphelper::string::getTokenCount | Caolán McNamara | |
suitable for conversion from [Byte]String::GetTokenCount converted low-hanging variants to rtl::O[UString]::getToken loops added unit test | |||
2012-01-04 | Register chart data ranges via tokens rather than string. | Kohei Yoshida | |
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-04 | regenerated custom shape presets with fixed ssd* constants | Radek Doulik | |
2012-01-04 | PPTX: fix ssd* constants import for drawingml formulas | Radek Doulik | |
2012-01-03 | n734734: Line Spacing is used from previous values. | Muthu Subramanian | |
2012-01-02 | Fix 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-30 | n#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-22 | unusedcode: oox: remove some unused code | Matúš Kukan | |
2011-12-21 | catch exception by constant reference | Takeshi Abe | |
2011-12-21 | callcatcher: remove some unused code | Caolán McNamara | |
2011-12-20 | skip unknown elements when reading multiple elements from docx mathml | Luboš Luňák | |
2011-12-16 | Fixed: bentConnectors are not imported properly. | Muthu Subramanian | |
Reverting regression with f0bf2a2ae95ddad3d08ddd1413ec56bf04224a94 | |||
2011-12-15 | Removed extra semicolons | Jesse | |
2011-12-14 | use custom shapes for curved connector shapes | Radek Doulik | |
- they looks correctly visually, we can make then connector shapes once we have new implementation | |||
2011-12-14 | import text body rotation property of custom shape | Felix Zhang | |
2011-12-12 | pptx: updated custom shapes presets after latest fix in equations import | Radek Doulik | |
2011-12-12 | pptx: fix custom shape equations import | Radek Doulik | |
- guide names can be reused and in that case current one used in following equations is the last one | |||
2011-12-08 | n#719989: Rotation needs to be done post flipping. | Muthu Subramanian | |
2011-12-07 | in modules, when we have a env we are in stage gbuild | Bjoern Michaelsen | |
2011-12-07 | make the linear xml processing API more generic | Luboš 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-07 | disable error logs for now, until the new log macros get sorted out | Luboš Luňák | |
2011-12-07 | append text when reading from xml | Luboš Luňák | |
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. |