Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-11-29 | better debug output when skipping an element | Luboš Luňák | |
2011-11-29 | no debug about skipping tags if not actually skipping | Luboš Luňák | |
2011-11-29 | make debug output print tags as strings rather than id numbers | Luboš Luňák | |
2011-11-29 | implement import of docx mathml m:d | Luboš Luňák | |
2011-11-29 | do no re-sort oox tokens | Luboš Luňák | |
Search me why writerfilter rolls its own, but otherwise they use different ids, because writerfilter does not sort them. | |||
2011-11-29 | move reconfigure into gbuild | Bjoern Michaelsen | |
2011-11-29 | Replace formattings with formatting | Lior Kaplan | |
2011-11-29 | set properly initial size of starmath component when importing docx | Luboš Luňák | |
2011-11-29 | the bit hackish addFormula() shortcut is no longer necessary | Luboš Luňák | |
2011-11-29 | simplify attribute retrieval syntax a bit | Luboš Luňák | |
2011-11-29 | Removing unused GetShapePresetType(). | Muthu Subramanian | |
It is huge, and inefficient as well. | |||
2011-11-28 | dr80: #i116460# performance of Excel file with many outlines | Eike Rathke | |
# HG changeset patch # User Niklas Nebel <nn@openoffice.org> # Date 1300438660 -3600 # Node ID aa7d08a12d7ee60c71eb4f2dc1241197e009c443 # Parent 49c53fbe0cd4d663f419b659c82618bd106282ef | |||
2011-11-28 | Fix visibility problem on Windows. | Jan Holesovsky | |
2011-11-28 | ByteString->rtl::OUStringToOString | Caolán McNamara | |
2011-11-27 | remove include of pch header from oox | Norbert Thiebaud | |
2011-11-26 | Remove some uses of OUString::setCharAt | August Sodora | |
2011-11-25 | Fix build on Windows. | Jan Holesovsky | |
2011-11-25 | make gbuild makefiles run independant of pwd again | Bjoern Michaelsen | |
2011-11-25 | Docx crasher: there may be no External Header for pictures. | Cédric Bosdonnat | |
2011-11-25 | no need to export oox/helper/attributelist.hxx any longer | Stephan Bergmann | |
2011-11-25 | fix compile | Luboš Luňák | |
2011-11-25 | add missing include | David Tardon | |
2011-11-25 | calc69: #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-24 | fix build error, deliver oox/helper/attributelist.hxx | Caolán McNamara | |
2011-11-24 | skip elements properly | Luboš Luňák | |
2011-11-24 | remove executable bit on a source file | Luboš Luňák | |
2011-11-24 | oox::AttributeList is actually not that usable outside | Luboš Luňák | |
2011-11-24 | fix inverted bool argument | Luboš Luňák | |
2011-11-24 | more api improving in importing mathml docx | Luboš Luňák | |
2011-11-24 | streamline and document the API for mathml xml stream reading | Luboš Luňák | |
2011-11-24 | rename and move mathml oox support classes in oox to better places | Luboš Luňák | |
2011-11-24 | oox/namespaces.txt actually is generated | Luboš Luňák | |
2011-11-24 | ooxml mathml import - first very basic implementation | Luboš Luňák | |
still needs a number of cleanups (and handling more of course) | |||
2011-11-24 | remove executable bit from source file | Luboš Luňák | |
2011-11-24 | install also oox namespace.hxx | Luboš Luňák | |
2011-11-24 | clean up .mk files for oox generated files | Luboš Luňák | |
one was unused, and keep similar things together | |||
2011-11-24 | initial (very hacky) work on mathml ooxml import | Luboš Luňák | |
This commit needs to be generally reworked for upstream, but it more or less works. | |||
2011-11-24 | RTF import: partly fixed the WMF images scaling. | Cédric Bosdonnat | |
2011-11-22 | Base SAL_INFO/WARN inclusion on if instead of #if. | Stephan Bergmann | |
So that variables only used within SAL_INFO/WARN do not lead to unused variable warnings in product builds. Also for OSL_TRACE (which used to work that way before already); allowing to revert a recent warning fix. | |||
2011-11-22 | Avoid unused variable warning. | Stephan Bergmann | |
2011-11-16 | tweak gbuild standart Makefile to allow partial build in unsourced env | Norbert Thiebaud | |
This allow to run make in a module wihtout the need to source Env.Host.sh. | |||
2011-11-15 | n#592912 and n#621744: Text Alignment fixes. | Muthu Subramanian | |
2011-11-11 | WaE: OptValue::maValue may be used uninitialized | Miklos Vajna | |
2011-11-11 | This global Reference is problematic, especially for unit tests | Caolá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-08 | use non-const buffer to enable byte-order swapping on BigEndian system | Christian Lohmaier | |
2011-11-08 | fix texbox vertical alignment, it was regression introduced by f1a2b0cb | Radek Doulik | |
2011-11-08 | fixed regression, set the left paragraph margin | Radek Doulik | |
2011-11-08 | use text frame part of customshapes on import | Radek Doulik | |
2011-11-07 | fixed remaining issues with custom shapes sizing | Radek Doulik | |
2011-11-07 | fix build | Radek Doulik | |