summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-01-12SvStringsDtor->std::vectorAugust Sodora
2012-01-12Remove unused forward declarationAugust Sodora
2012-01-12SvStringsDtor->std::vectorAugust Sodora
2012-01-12close opened fileDavid Tardon
2012-01-12fix writing of strings from the first moduleDavid Tardon
2012-01-12Revert "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-11SvStringsDtor->std::vectorAugust Sodora
2012-01-11Remove unused localsAugust Sodora
2012-01-11Remove unnecessary forward declarationAugust Sodora
2012-01-11SvStringsDtor->std::vectorAugust Sodora
2012-01-11Fix build on MacOSXAugust Sodora
2012-01-11SvStringsDtor->std::vectorAugust Sodora
2012-01-11Remove unnecessary forward declarationAugust Sodora
2012-01-11SvStringsDtor->boost::ptr_vectorAugust Sodora
2012-01-11Remove unnecessary forward declarationAugust Sodora
2012-01-11SvStringsDtor->std::vectorAugust Sodora
2012-01-11Test code for sheet source data cache relocation.Kohei Yoshida
2012-01-11SvStringsDtor->std::vectorAugust Sodora
2012-01-11SvStringsDtor->std::vectorAugust Sodora
2012-01-11New test for pivot tables with named source ranges.Kohei Yoshida
2012-01-11Remove an unused SvStringsDtorAugust Sodora
2012-01-11SvStringsDtor->std::vectorAugust Sodora
2012-01-11Remove SvStringISortAugust Sodora
2012-01-11SvStringsISort->std::setAugust Sodora
2012-01-11SvStringsDtor->std::vectorAugust Sodora
2012-01-12Include .res files, a fonts.conf, and other hackingTor Lillqvist
2012-01-12Add setting environment variablesTor Lillqvist
2012-01-12Add unpacking of files from assets/unpack to the data dirTor Lillqvist
2012-01-12removed leading/trailing blank from FormatCodeEike Rathke
2012-01-12indentationEike Rathke
2012-01-11removed empty DefaultName elementsEike Rathke
2012-01-11removed ISO 8601 DefaultName comment from formatindex="32" which it is notEike Rathke
2012-01-11Unit 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-11made formatindex="33" the ISO 8601 YYYY-MM-DD that it needs to beEike Rathke
2012-01-11Resolves:fdo#44078 fix unfortunate name alias mixups with DejaVu fontsCaolán McNamara
2012-01-11Fix for fdo43460 Part XXXIV getLength() to isEmpty()Olivier Hallot
Part XXXIV Modules shell, slideshow, sot, starmath
2012-01-11fdo#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-11extensions: remove unused xmx libraryMatúš Kukan
2012-01-11tweak makefiles after np_sdk is in tail_buildMatúš Kukan
Also change <npsdk/npapi.h> to "npapi.h"
2012-01-11np_sdk: convert to gbuild and add to tail_buildMatúš Kukan
2012-01-11generalized the [hu-HU] case to generate a second patternEike 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-11fix prefix of command line switches (-- instead of -)Andras Timar
2012-01-11export vertical and horizontal flip attribute for customshapesNoel Power
2012-01-11add missing ooxml customshape -> mso shape name entries ( for export support )Noel Power
2012-01-11ignore the (unsupported ) group customshape when exporting xlsxNoel 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-11fdo#44283: finish 8a17792f2e5 (Handle/invalid column ID cleanup)Lionel Elie Mamane
2012-01-11fdo#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-11avoid generating a file in the source treeDavid Tardon
2012-01-11bah, i forgot *export*David Tardon
2012-01-11we need a var. assignment here, not a valueDavid Tardon