summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2012-04-04some small corrections to the sort entry patchesMarkus Mohrhard
2012-04-04fdo#45747 reverted use of init lists for backwards compabillityAlbert Thuswaldner
2012-04-04fdo#45747 remove the limitation to 3 sort entries in calc part1Albert Thuswaldner
2012-04-04Test cases for ScDocFunc::RenameTable()Karthik A Padmanabhan
2012-04-04WaE: unused functionTor Lillqvist
2012-04-04WaE: unused functionTor Lillqvist
2012-04-04WaE: unused functionTor Lillqvist
2012-04-03resolved fdo#39716 CSV import numbers in scientific notationEike Rathke
2012-04-03Hori/Vert scrollbars in calc preview should be shown only when necessaryNoel Power
2012-04-03Revert "Hori scroll fix in Writer and Calc Print Preview" & add new patchNoel Power
2012-04-02virtualise the ScDocFunc to allow interposing some magicMichael Meeks
2012-04-02Don't instantiate ScDocFunc objects, get them from the doc-shellMichael Meeks
2012-04-02this hack in no longer needed, fdo#44337Markus Mohrhard
2012-04-02remove static objects from static_initialization_and_destruction chainCaolán McNamara
2012-04-02only include iostream if you need toCaolán McNamara
2012-04-02don't include iostream unless you really need itCaolán McNamara
2012-04-02remove static objects from static_initialization_and_destruction chainCaolán McNamara
2012-04-02unused classCaolán McNamara
2012-04-02callcatcher: remove some unused codeCaolán McNamara
2012-04-02always pass --headless to cppunitsLuboš Luňák
2012-04-02add xls border import testMarkus Mohrhard
2012-04-01use same border width information for xls import and export, fdo#44742Markus Mohrhard
2012-04-01move chart regression test data files to chart2Markus Mohrhard
2012-04-01use better/correct assert macros in ucalcMarkus Mohrhard
2012-04-01with SetInTest it is possible to use some more ScDocFunc methodsMarkus Mohrhard
2012-04-01it does not make sense to get ColorData which is converted back to ColorMarkus Mohrhard
2012-04-01more test cases for border importMarkus Mohrhard
2012-04-01first part of border import testMarkus Mohrhard
2012-04-01with the correct assumption this check actually makes senseMarkus Mohrhard
2012-03-31revert "remove limitation to 3 sort entries in calc part1"Markus Mohrhard
2012-03-31The function tests the SetBackgroundColor function in class ScDocFuncKarthik Padmanabhan
2012-03-31some small corrections to 080d38bae22e21fad25884d40d679c3bf9243c82Markus Mohrhard
2012-03-31fdo#45747 remove the limitation to 3 sort entries in calc part1Albert Thuswaldner
2012-03-30callcatcher: regenerate unused code listCaolán McNamara
2012-03-29add for calc extra paste ctx menu with options to paste text or formula onlyNoel Power
2012-03-29quick and ugly hack for ScEditableTester in ucalcMarkus Mohrhard
2012-03-29Remove unnecessary tools/table.hxx #includesNoel Grandin
2012-03-29callcatcher: update listCaolán McNamara
2012-03-28don't use uno when importing styles ( xlsx,xlsm) )Noel Power
2012-03-28some performance improvementsNoel Power
2012-03-28WaE: declaration of 'it' shadows a previous localIvan Timofeev
2012-03-28remove the wrongly placed semicolonIvan Timofeev
2012-03-28this iterator should point to where the insert should start to searchIvan Timofeev
2012-03-28there was Table::Insert, let's use map::insert as a replacementIvan Timofeev
2012-03-28if/else branches contain same codeIvan Timofeev
2012-03-28prevent potential crashesIvan Timofeev
2012-03-28do not touch first columnIvan Timofeev
2012-03-28remove unused includeIvan Timofeev
2012-03-28Convert tools/table.hxx to std::map in ScChartPositionMap class in SC moduleNoel Grandin
2012-03-28BiffOutputRecordBuffer never constructedCaolán McNamara