summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2012-09-27fdo#46808, Adapt sdb::DatabaseContext UNO service to new styleNoel Grandin1-19/+11
2012-09-27tubes: fix glibc detected memory corruption in ScDocShellMatúš Kukan1-4/+0
2012-09-26don't access out of bound array index, fdo#55022Markus Mohrhard1-1/+5
2012-09-26unusedcode: more removingMatúš Kukan2-19/+0
2012-09-26don't let numforats in dxf entries clobber global number formats & update testNoel Power6-4/+27
2012-09-25Use this flag to make the compiler warning go away.Kohei Yoshida1-1/+1
2012-09-25Leave the formula cell dirty when a cached result is not given.Kohei Yoshida1-3/+12
2012-09-25Support opcodes 101 through 111 in SUBTOTAL.Kohei Yoshida1-0/+10
2012-09-25workaround broken uno implementation with ScRangeList in ScCellRangeObjMarkus Mohrhard1-0/+14
2012-09-25re-base on ALv2 code. Includes:Michael Meeks1-5/+0
2012-09-25JunitTest_sc_unoapi had inadvertently been disabledStephan Bergmann1-0/+1
2012-09-25move XGoalSeek api test to c++Markus Mohrhard4-0/+197
2012-09-25add new test ( disabled ) to show still unresolved problem :-(Noel Power1-1/+7
2012-09-25unit test for fdo#55198Noel Power2-0/+20
2012-09-25unit test for bnc#780296 fixNoel Power2-2/+3
2012-09-25this operator can be constMarkus Mohrhard1-1/+1
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud13-16/+16
2012-09-24Build fix.Kohei Yoshida1-0/+2
2012-09-25try to explicitly include map for tinderboxMarkus Mohrhard1-0/+2
2012-09-24kill O(N^2) algorithm generating cond format render information, fdo#54396Markus Mohrhard3-43/+171
2012-09-24disable the color scale testMarkus Mohrhard1-2/+2
2012-09-24fix parent style import xlsx fdo#55198Noel Power3-6/+29
2012-09-24remove unused parameterMarkus Mohrhard1-5/+5
2012-09-23bool to sal_Bool for rtl::OUStringBuffer::appendMarkus Mohrhard1-1/+1
2012-09-23add forgotten filesMarkus Mohrhard4-0/+80
2012-09-23WaE unused parameterMarkus Mohrhard1-3/+2
2012-09-23SCCOL and SCTAB to sal_Int32Markus Mohrhard1-1/+1
2012-09-23int to sal_Int32Markus Mohrhard1-2/+2
2012-09-23little refactoring and code simplificationMarkus Mohrhard1-32/+16
2012-09-23add color scale import test for xlsxMarkus Mohrhard2-0/+22
2012-09-23improve the color Scale testMarkus Mohrhard2-22/+75
2012-09-23improve the dump code for cond formatsMarkus Mohrhard4-13/+59
2012-09-23now we can also activate the cond format import test for xlsxMarkus Mohrhard2-1/+1
2012-09-23fix another problem in dxf exportMarkus Mohrhard1-3/+1
2012-09-23correctly export number formats in conditional format export to xlsxMarkus Mohrhard1-2/+2
2012-09-22test cases for the changes to ScRangeList::DeleteAreaMarkus Mohrhard1-0/+128
2012-09-22some more fixes for ScRangeList::DeleteAreaMarkus Mohrhard1-6/+6
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