summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2012-09-22enable the cond format import test also for xls and xlsxMarkus Mohrhard3-12/+9
2012-09-22test for imported cond format range from odsMarkus Mohrhard1-0/+15
2012-09-21Fixed all discovered errors and extra unit tests to cover them.Kohei Yoshida2-24/+109
2012-09-21Improve readability.Kohei Yoshida1-122/+316
2012-09-22set conditional format range for xls import, fdo#54555Markus Mohrhard1-0/+1
2012-09-21add test case for deleting the only row in ScRangeList::UpdateReferenceMarkus Mohrhard1-0/+4
2012-09-21fix problem in ScRangeList::UpdateReference when deleting one row/colMarkus Mohrhard1-2/+2
2012-09-20unusedcode: vbafoundfiles.?xx and XFoundFiles.idlMatúš Kukan3-222/+0
2012-09-20Use scoped_ptr instead of deprecated auto_ptrStephan Bergmann1-1/+2
2012-09-20xlsx fix cyclic referenced defined names partially fixes bnc#780296 bnc#781166Noel Power3-15/+37
2012-09-20Add some static goodness here, tooTor Lillqvist1-2/+2
2012-09-20introduce new option --disable-cve-testsDavid Ostrovsky2-0/+8
2012-09-19use correct cell for broadcasting, fdo#55059Markus Mohrhard1-1/+4
2012-09-19ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann2-14/+4
2012-09-19use the defines instead of hard coded numbersMarkus Mohrhard1-4/+4
2012-09-19enable the content test for lotus 123 filesMarkus Mohrhard1-14/+22
2012-09-19tabs to spaces + whitespace clean-upMarkus Mohrhard1-25/+25
2012-09-19import values and formulas from lotus-123, fdo#55066Markus Mohrhard1-3/+3
2012-09-19tabs to spacesMarkus Mohrhard1-21/+21
2012-09-18Some cleanups.Kohei Yoshida3-20/+1
2012-09-18disable failing unoapi test, fdo#55065Markus Mohrhard1-1/+1
2012-09-18forgot to change the border xls testMarkus Mohrhard1-3/+3
2012-09-18adapt xls import of borders to new border drawing code, fdo#53287Markus Mohrhard1-3/+3
2012-09-18rows with cond formats don't have empty background, fdo#54661, fdo#52535Markus Mohrhard1-0/+2
2012-09-18add lotus .123 import testMarkus Mohrhard2-2/+19
2012-09-18Some clean-up of mork-related changsStephan Bergmann1-1/+0
2012-09-18shrink to used area for duplicate codn format, fdo#54349Markus Mohrhard1-2/+15
2012-09-18deprecate oustringostreaminserter.hxxNorbert Thiebaud1-1/+0
2012-09-18WaE: calm android tinderboxenMichael Meeks1-3/+3
2012-09-18broadcaster cells are empty, fdo#54553Markus Mohrhard1-0/+3
2012-09-18use light red as error colorMarkus Mohrhard1-2/+2
2012-09-18Test for setting current page back to '- all -' in pivot table.Kohei Yoshida1-3/+24
2012-09-18Use mdds::flat_segment_tree to store row flags.Kohei Yoshida4-68/+99
2012-09-18Forward declaration cleanup in header files.Kohei Yoshida2-10/+4
2012-09-18Do the same for the no-parameter variant of fillTable().Kohei Yoshida1-23/+21
2012-09-18Refactor fillTable (3-param variant) to skip trailing empty rows.Kohei Yoshida2-24/+33
2012-09-18Determine data size in cache that doesn't include trailing empty rows.Kohei Yoshida3-2/+25
2012-09-18Reduce indentation by early bailout.Kohei Yoshida1-24/+24
2012-09-18and another test for ScRangeList::DeleteAreaMarkus Mohrhard1-0/+15
2012-09-18more tests for ScRangeList::DeleteAreaMarkus Mohrhard1-0/+23
2012-09-18use the typedefs in ScRangeListMarkus Mohrhard1-9/+9
2012-09-18it is better to use ScRangeList::In than IntersectsMarkus Mohrhard1-10/+10
2012-09-18add tests for ScRangeList::UpdateReferenceMarkus Mohrhard1-0/+23
2012-09-17hopefully a corect way to deal with deleting rows and cols, fdo#54842Markus Mohrhard1-0/+17
2012-09-17one more test for ScRangeList::DeleteAreaMarkus Mohrhard1-0/+33
2012-09-17Help compilers with explicit template argument.Stephan Bergmann1-1/+1
2012-09-17don't use delete with remove_if, related fdo#54498Markus Mohrhard1-3/+10
2012-09-17don't delete ranges in ScRangeList::UpdateReference, fdo#54498Markus Mohrhard1-8/+0
2012-09-17update unused code listCaolán McNamara2-13/+0
2012-09-17XubString->OUStringCaolán McNamara1-1/+1