Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2011-11-07 | fix ooxml custom shapes sizing | Radek Doulik | |
- ooxml custom shapes width and height are in actual (logic) coordinates space and not in "virtual" 21600x21600 space | |||
2011-11-02 | n#706792: Fix crash while opening certain pptx files. | Muthu Subramanian | |
2011-10-27 | add xlsx local range name import | Markus Mohrhard | |
2011-10-25 | WaE: unreachable code and unreferenced formal parameter | Tor Lillqvist | |
2011-10-25 | WaE: unreachable code | Tor Lillqvist | |
2011-10-25 | WaE: unreachable code | Tor Lillqvist | |
2011-10-25 | WaE: class has virtual functions, but destructor is not virtual | Tor Lillqvist | |
2011-10-25 | WaE: unreferenced local variable | Tor Lillqvist | |
2011-10-25 | WaE: assignment within conditional expression | Tor Lillqvist | |
2011-10-25 | WaE: class has virtual functions, but destructor is not virtual | Tor Lillqvist | |
2011-10-21 | tweak compressession hack to fix vba module import | Noel Power | |
it seems that the heuristic to trigger the inflate hack from frob is both wrong in the code ( my fault ) and additionally doesn't always hold true ( found a document where the heuristic is triggered falsely ) So. removing that heuristic entirely for now | |||
2011-10-19 | remove an unused method | Felix Zhang | |
2011-10-17 | update flip(mirror) properties setting for custom shape presets | Radek Doulik | |
2011-10-11 | #i108468#: clean up xmluconv code duplication, measured approach: | Michael Stahl | |
modify sax::Converter::convertMeasure to use sal_Int64 instead of BigInt: should be sufficient, since the largest number is SAL_INT32_MAX * 10^7. remove duplicate methods from SvXMLUnitConverter: convertMeasurePx, convertMeasure (static variants) remove entirely duplicative class SvXMLExportHelper: GetConversionFactor, GetUnitFromString, AddLength change SvXMLUnitConverter interface from MapUnit to css::util::MeasureUnit. change SvXMLExport constructor params from MapUnit to css::util::MeasureUnit. rename some methods to turn compiler into merge conflict detector :) | |||
2011-10-07 | cppcheck reduce scope of var in oox/...shapes.cxx | Pierre-André Jacquod | |
2011-10-07 | WaE: unused variables | Caolán McNamara | |