summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2012-04-02virtualise the ScDocFunc to allow interposing some magicMichael Meeks2-122/+131
2012-04-02Don't instantiate ScDocFunc objects, get them from the doc-shellMichael Meeks18-256/+156
2012-04-02this hack in no longer needed, fdo#44337Markus Mohrhard1-4/+1
2012-04-02remove static objects from static_initialization_and_destruction chainCaolán McNamara1-7/+7
2012-04-02only include iostream if you need toCaolán McNamara4-9/+0
2012-04-02don't include iostream unless you really need itCaolán McNamara1-1/+0
2012-04-02remove static objects from static_initialization_and_destruction chainCaolán McNamara1-3/+5
2012-04-02unused classCaolán McNamara1-25/+0
2012-04-02callcatcher: remove some unused codeCaolán McNamara2-7/+0
2012-04-02always pass --headless to cppunitsLuboš Luňák14-14/+0
2012-04-02add xls border import testMarkus Mohrhard2-0/+31
2012-04-01use same border width information for xls import and export, fdo#44742Markus Mohrhard3-26/+29
2012-04-01move chart regression test data files to chart2Markus Mohrhard2-3/+1
2012-04-01use better/correct assert macros in ucalcMarkus Mohrhard1-47/+47
2012-04-01with SetInTest it is possible to use some more ScDocFunc methodsMarkus Mohrhard1-2/+2
2012-04-01it does not make sense to get ColorData which is converted back to ColorMarkus Mohrhard1-4/+4
2012-04-01more test cases for border importMarkus Mohrhard1-0/+19
2012-04-01first part of border import testMarkus Mohrhard3-1/+27
2012-04-01with the correct assumption this check actually makes senseMarkus Mohrhard1-1/+3
2012-03-31revert "remove limitation to 3 sort entries in calc part1"Markus Mohrhard15-342/+354
2012-03-31The function tests the SetBackgroundColor function in class ScDocFuncKarthik Padmanabhan1-0/+32
2012-03-31some small corrections to 080d38bae22e21fad25884d40d679c3bf9243c82Markus Mohrhard1-4/+4
2012-03-31fdo#45747 remove the limitation to 3 sort entries in calc part1Albert Thuswaldner15-352/+340
2012-03-30callcatcher: regenerate unused code listCaolán McNamara33-1428/+3
2012-03-29add for calc extra paste ctx menu with options to paste text or formula onlyNoel Power4-1/+55
2012-03-29quick and ugly hack for ScEditableTester in ucalcMarkus Mohrhard2-1/+7
2012-03-29Remove unnecessary tools/table.hxx #includesNoel Grandin1-1/+0
2012-03-29callcatcher: update listCaolán McNamara8-503/+0
2012-03-28don't use uno when importing styles ( xlsx,xlsm) )Noel Power8-49/+676
2012-03-28some performance improvementsNoel Power9-40/+183
2012-03-28WaE: declaration of 'it' shadows a previous localIvan Timofeev1-2/+1
2012-03-28remove the wrongly placed semicolonIvan Timofeev1-1/+1
2012-03-28this iterator should point to where the insert should start to searchIvan Timofeev1-2/+2
2012-03-28there was Table::Insert, let's use map::insert as a replacementIvan Timofeev1-1/+1
2012-03-28if/else branches contain same codeIvan Timofeev1-20/+7
2012-03-28prevent potential crashesIvan Timofeev1-9/+15
2012-03-28do not touch first columnIvan Timofeev1-1/+1
2012-03-28remove unused includeIvan Timofeev1-2/+0
2012-03-28Convert tools/table.hxx to std::map in ScChartPositionMap class in SC moduleNoel Grandin2-70/+85
2012-03-28BiffOutputRecordBuffer never constructedCaolán McNamara5-167/+1
2012-03-28BiffOutputStream never constructedCaolán McNamara3-112/+0
2012-03-28callcatcher: regenerate listCaolán McNamara13-346/+0
2012-03-28add chart regression testMarkus Mohrhard3-0/+317
2012-03-27callcatcher: update listCaolán McNamara13-530/+17
2012-03-27UniString removal.Kohei Yoshida2-7/+7
2012-03-27fix build, restore these constructors for nowCaolán McNamara4-0/+26
2012-03-27remove unused code (oox, sc)Petr Vorel6-105/+1
2012-03-27Resolves: rhbz#802173 crash in ScRowStyles::GetStyleNameIndexCaolán McNamara1-0/+3
2012-03-27qahelper.hxx's loadFile() needs liblo-bootstrap on AndroidTor Lillqvist1-0/+3
2012-03-27Let's not use a macro for this...Kohei Yoshida1-3/+3