summaryrefslogtreecommitdiffstats
path: root/sc
Commit message (Expand)AuthorAgeFilesLines
* simplify ternary conditions "xxx ? yyy : false"Noel Grandin2014-05-0522-30/+30
* sc: Fix bunch of testsMaxim Monastirsky2014-05-0412-0/+12
* Fix CppunitTest_sc_outlineobj testMaxim Monastirsky2014-05-041-0/+1
* loplugin:saloverrideStephan Bergmann2014-05-041-2/+2
* fdo#78062: Broadcast only on non-empty cells within deleted range.Kohei Yoshida2014-05-037-6/+155
* Implement "fill single edit" mode and map it to Ctrl-' by default.Kohei Yoshida2014-05-0210-6/+80
* Avoid possible memory leaks in case of exceptionsTakeshi Abe2014-05-027-51/+47
* Remove this width requestMaxim Monastirsky2014-05-011-1/+0
* Simplify type detectorsMaxim Monastirsky2014-05-013-376/+44
* coverity#708034 Uninitialized scalar fieldCaolán McNamara2014-05-011-0/+1
* coverity#738786 Uninitialized pointer fieldCaolán McNamara2014-05-011-2/+7
* fdo#77806: Use the common block position set for start and end listening.Kohei Yoshida2014-05-014-6/+27
* Many spelling fixes: directories r* - z*.Pedro Giffuni2014-05-0114-36/+36
* fdo#78079: Re-work sort by column to get it to do the right thing.Kohei Yoshida2014-05-0112-115/+467
* fdo#78079: Write test for this.Kohei Yoshida2014-05-014-32/+114
* add test for fdo#75168Markus Mohrhard2014-05-013-4/+16
* escape conditional formatting formulas during xlsx export, fdo#75168Markus Mohrhard2014-05-011-2/+2
* add unit test for fdo#77984Markus Mohrhard2014-05-012-0/+40
* Many spelling fixes: directories h* - p*.Pedro Giffuni2014-04-301-2/+2
* Avoid possible memory leaks in case of exceptionsTakeshi Abe2014-05-015-47/+34
* coverity#704283 Logically dead codeCaolán McNamara2014-04-301-4/+2
* coverity#704714 Dereference after null checkCaolán McNamara2014-04-301-1/+1
* fdo#75058: Optimize autofilter item filling for non-tree items.Kohei Yoshida2014-04-292-13/+27
* sc html export: HTML export test fixture & "SkipImages" testTomaž Vajngerl2014-04-294-0/+215
* fdo#74650: Speed up GetFilteredFilterEntries().Kohei Yoshida2014-04-293-5/+16
* fdo#76912: Write a test for this.Kohei Yoshida2014-04-291-0/+23
* coverity#1210163 Uninitialized scalar variableCaolán McNamara2014-04-291-1/+2
* coverity#1210164 Uninitialized scalar variableCaolán McNamara2014-04-291-1/+2
* fdo#74322: Let's not handle cut mode here.Kohei Yoshida2014-04-291-0/+4
* fdo#74322: Additional test for the followup issue.Kohei Yoshida2014-04-291-0/+22
* coverity#1210185 Uninitialized pointer fieldCaolán McNamara2014-04-291-0/+1
* coverity#1210186 Uninitialized pointer fieldCaolán McNamara2014-04-291-0/+1
* coverity#1210187 Uninitialized pointer fieldCaolán McNamara2014-04-291-2/+0
* coverity#1210191 Uninitialized pointer fieldCaolán McNamara2014-04-291-0/+3
* coverity#1210192 Uninitialized pointer fieldCaolán McNamara2014-04-291-0/+1
* coverity#1210194 Uninitialized scalar fieldCaolán McNamara2014-04-291-1/+2
* coverity#1210198 Uninitialized pointer fieldCaolán McNamara2014-04-291-0/+1
* coverity#1210199 Uninitialized scalar fieldCaolán McNamara2014-04-291-0/+1
* fdo#77647: Expand reference only when the top of the selected range is...Kohei Yoshida2014-04-281-1/+1
* Make these non inline.Kohei Yoshida2014-04-282-2/+12
* fdo#77647: Write test for this.Kohei Yoshida2014-04-282-1/+44
* the safety check was a bit too strict, fdo#77984Markus Mohrhard2014-04-291-1/+1
* unusedcode.easy: remove SwapWithinGroupJulien Nabet2014-04-282-42/+0
* Dump more info from ScTokenArray (for debugging).Kohei Yoshida2014-04-281-2/+43
* WaE: Unreferenced function definitionTor Lillqvist2014-04-281-0/+4
* Add a bit more test code to test the normal use cases of MIN.Kohei Yoshida2014-04-281-0/+12
* fdo#77969: Return 0 in case of matrix consisting of all empty elements.Kohei Yoshida2014-04-281-2/+10
* fdo#77969: Write test for this corner case.Kohei Yoshida2014-04-282-0/+40
* temporarily disable export to ODS due to derailed validatorEike Rathke2014-04-281-0/+7
* fdo#75397: Return an empty string for empty element.Kohei Yoshida2014-04-281-1/+1