summaryrefslogtreecommitdiffstats
path: root/sc
Commit message (Expand)AuthorAgeFilesLines
* unusedcode: vbafoundfiles.?xx and XFoundFiles.idlMatúš Kukan2012-09-203-222/+0
* Use scoped_ptr instead of deprecated auto_ptrStephan Bergmann2012-09-201-1/+2
* xlsx fix cyclic referenced defined names partially fixes bnc#780296 bnc#781166Noel Power2012-09-203-15/+37
* Add some static goodness here, tooTor Lillqvist2012-09-201-2/+2
* introduce new option --disable-cve-testsDavid Ostrovsky2012-09-202-0/+8
* use correct cell for broadcasting, fdo#55059Markus Mohrhard2012-09-191-1/+4
* ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann2012-09-192-14/+4
* use the defines instead of hard coded numbersMarkus Mohrhard2012-09-191-4/+4
* enable the content test for lotus 123 filesMarkus Mohrhard2012-09-191-14/+22
* tabs to spaces + whitespace clean-upMarkus Mohrhard2012-09-191-25/+25
* import values and formulas from lotus-123, fdo#55066Markus Mohrhard2012-09-191-3/+3
* tabs to spacesMarkus Mohrhard2012-09-191-21/+21
* Some cleanups.Kohei Yoshida2012-09-183-20/+1
* disable failing unoapi test, fdo#55065Markus Mohrhard2012-09-181-1/+1
* forgot to change the border xls testMarkus Mohrhard2012-09-181-3/+3
* adapt xls import of borders to new border drawing code, fdo#53287Markus Mohrhard2012-09-181-3/+3
* rows with cond formats don't have empty background, fdo#54661, fdo#52535Markus Mohrhard2012-09-181-0/+2
* add lotus .123 import testMarkus Mohrhard2012-09-182-2/+19
* Some clean-up of mork-related changsStephan Bergmann2012-09-181-1/+0
* shrink to used area for duplicate codn format, fdo#54349Markus Mohrhard2012-09-181-2/+15
* deprecate oustringostreaminserter.hxxNorbert Thiebaud2012-09-181-1/+0
* WaE: calm android tinderboxenMichael Meeks2012-09-181-3/+3
* broadcaster cells are empty, fdo#54553Markus Mohrhard2012-09-181-0/+3
* use light red as error colorMarkus Mohrhard2012-09-181-2/+2
* Test for setting current page back to '- all -' in pivot table.Kohei Yoshida2012-09-181-3/+24
* Use mdds::flat_segment_tree to store row flags.Kohei Yoshida2012-09-184-68/+99
* Forward declaration cleanup in header files.Kohei Yoshida2012-09-182-10/+4
* Do the same for the no-parameter variant of fillTable().Kohei Yoshida2012-09-181-23/+21
* Refactor fillTable (3-param variant) to skip trailing empty rows.Kohei Yoshida2012-09-182-24/+33
* Determine data size in cache that doesn't include trailing empty rows.Kohei Yoshida2012-09-183-2/+25
* Reduce indentation by early bailout.Kohei Yoshida2012-09-181-24/+24
* and another test for ScRangeList::DeleteAreaMarkus Mohrhard2012-09-181-0/+15
* more tests for ScRangeList::DeleteAreaMarkus Mohrhard2012-09-181-0/+23
* use the typedefs in ScRangeListMarkus Mohrhard2012-09-181-9/+9
* it is better to use ScRangeList::In than IntersectsMarkus Mohrhard2012-09-181-10/+10
* add tests for ScRangeList::UpdateReferenceMarkus Mohrhard2012-09-181-0/+23
* hopefully a corect way to deal with deleting rows and cols, fdo#54842Markus Mohrhard2012-09-171-0/+17
* one more test for ScRangeList::DeleteAreaMarkus Mohrhard2012-09-171-0/+33
* Help compilers with explicit template argument.Stephan Bergmann2012-09-171-1/+1
* don't use delete with remove_if, related fdo#54498Markus Mohrhard2012-09-171-3/+10
* don't delete ranges in ScRangeList::UpdateReference, fdo#54498Markus Mohrhard2012-09-171-8/+0
* update unused code listCaolán McNamara2012-09-172-13/+0
* XubString->OUStringCaolán McNamara2012-09-171-1/+1
* add more test for ScRangeList::DeleteAreaMarkus Mohrhard2012-09-171-0/+39
* test case for ScRangeListMarkus Mohrhard2012-09-174-1/+213
* fix ScRangeList::DeleteArea for the 4 ranges caseMarkus Mohrhard2012-09-171-1/+1
* only delete cond formats when attributes are deleted, fdo#54748Markus Mohrhard2012-09-161-1/+2
* Unit test for ScRangeList. For now it's very basic. May expand later.Kohei Yoshida2012-09-141-0/+18
* don't add old cond formats if new ones are already loaded, fdo#54749Markus Mohrhard2012-09-141-1/+1
* Improvement on previous commit, UCB clean upStephan Bergmann2012-09-143-7/+8