Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-12 | SvStringsDtor->std::vector | August Sodora | |
2012-01-12 | Remove unused forward declaration | August Sodora | |
2012-01-12 | SvStringsDtor->std::vector | August Sodora | |
2012-01-12 | close opened file | David Tardon | |
2012-01-12 | fix writing of strings from the first module | David Tardon | |
2012-01-12 | Revert "fast_merge: fix mis-merge of first module's strings" | David Tardon | |
This is not enough, because the file is still wrong. This reverts commit 47a8454f5f76030203ce6458cf63d4348bdacffe. | |||
2012-01-11 | SvStringsDtor->std::vector | August Sodora | |
2012-01-11 | Remove unused locals | August Sodora | |
2012-01-11 | Remove unnecessary forward declaration | August Sodora | |
2012-01-11 | SvStringsDtor->std::vector | August Sodora | |
2012-01-11 | Fix build on MacOSX | August Sodora | |
2012-01-11 | SvStringsDtor->std::vector | August Sodora | |
2012-01-11 | Remove unnecessary forward declaration | August Sodora | |
2012-01-11 | SvStringsDtor->boost::ptr_vector | August Sodora | |
2012-01-11 | Remove unnecessary forward declaration | August Sodora | |
2012-01-11 | SvStringsDtor->std::vector | August Sodora | |
2012-01-11 | Test code for sheet source data cache relocation. | Kohei Yoshida | |
2012-01-11 | SvStringsDtor->std::vector | August Sodora | |
2012-01-11 | SvStringsDtor->std::vector | August Sodora | |
2012-01-11 | New test for pivot tables with named source ranges. | Kohei Yoshida | |
2012-01-11 | Remove an unused SvStringsDtor | August Sodora | |
2012-01-11 | SvStringsDtor->std::vector | August Sodora | |
2012-01-11 | Remove SvStringISort | August Sodora | |
2012-01-11 | SvStringsISort->std::set | August Sodora | |
2012-01-11 | SvStringsDtor->std::vector | August Sodora | |
2012-01-12 | Include .res files, a fonts.conf, and other hacking | Tor Lillqvist | |
2012-01-12 | Add setting environment variables | Tor Lillqvist | |
2012-01-12 | Add unpacking of files from assets/unpack to the data dir | Tor Lillqvist | |
2012-01-12 | removed leading/trailing blank from FormatCode | Eike Rathke | |
2012-01-12 | indentation | Eike Rathke | |
2012-01-11 | removed empty DefaultName elements | Eike Rathke | |
2012-01-11 | removed ISO 8601 DefaultName comment from formatindex="32" which it is not | Eike Rathke | |
2012-01-11 | Unit test for repositioning of cell-anchored line objects. | Kohei Yoshida | |
Preivously, before my fix, relocating a cell-anchored bottom-left to top-right line object would get flipped when its position changed. This is a test for that use case. | |||
2012-01-11 | made formatindex="33" the ISO 8601 YYYY-MM-DD that it needs to be | Eike Rathke | |
2012-01-11 | Resolves:fdo#44078 fix unfortunate name alias mixups with DejaVu fonts | Caolán McNamara | |
2012-01-11 | Fix for fdo43460 Part XXXIV getLength() to isEmpty() | Olivier Hallot | |
Part XXXIV Modules shell, slideshow, sot, starmath | |||
2012-01-11 | fdo#44661: Properly update range keys for pivot cache. | Kohei Yoshida | |
When the internal data source range gets modified, we should also update the affected range keys that are used to look up pivot caches. Otherwise we'll end up creating a brand new cache, without removing the old one that's no longer referenced. | |||
2012-01-11 | extensions: remove unused xmx library | Matúš Kukan | |
2012-01-11 | tweak makefiles after np_sdk is in tail_build | Matúš Kukan | |
Also change <npsdk/npapi.h> to "npapi.h" | |||
2012-01-11 | np_sdk: convert to gbuild and add to tail_build | Matúš Kukan | |
2012-01-11 | generalized the [hu-HU] case to generate a second pattern | Eike Rathke | |
For known separators '-' '.' '/' in the edit format code if they differ from the defined DateSeparator generate a second date acceptance pattern that uses the format code's separator, additionally to the one with DateSeparator. | |||
2012-01-11 | fix prefix of command line switches (-- instead of -) | Andras Timar | |
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 | ignore the (unsupported ) group customshape when exporting xlsx | Noel Power | |
currently the xml export code in oox doesn't handle grouped shapes very well, it produces an extra twoCellAnchor entry for the group ( which is incorrect ). This causes mso2010 to reject the content as corrupt. We need to handle grouping correctly ( e.g. a twoCellAnchor entry for the group and separate drawing shape (xdr:sp) elements for the shapes that are elements of the group ). As a stop gap we can just export the individual shapes of the group ( but not the grouping itself ) | |||
2012-01-11 | fdo#44283: finish 8a17792f2e5 (Handle/invalid column ID cleanup) | Lionel Elie Mamane | |
2012-01-11 | fdo#44661: No need to update the source range when it's a named range. | Kohei Yoshida | |
Otherwise deleting a sheet that shifts the position of the pivot table would turn the named range into the raw range that the name references. | |||
2012-01-11 | avoid generating a file in the source tree | David Tardon | |
2012-01-11 | bah, i forgot *export* | David Tardon | |
2012-01-11 | we need a var. assignment here, not a value | David Tardon | |