summaryrefslogtreecommitdiffstats
path: root/sc
Commit message (Expand)AuthorAgeFilesLines
* gbuild: "use" vs. "add":Michael Stahl2012-04-0821-72/+72
* Clean oox::xls::WorksheetSettingsJulien Nabet2012-04-072-101/+0
* do not include contents of huge sc/sd/sw libs into tiny unittestsLuboš Luňák2012-04-0716-52/+54
* callcatcher: update and remove newly unused methodsCaolán McNamara2012-04-072-101/+0
* Remove unused code oox::xls::PageSettingsJulien Nabet2012-04-072-125/+0
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-0614-60/+58
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-9/+9
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-0614-51/+51
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-0610-38/+38
* resolved fdo#48347 do not override preselected CSV with SYLK detectionEike Rathke2012-04-051-4/+12
* SfxViewShell::GetScrollingMode always returns SCROLLING_DEFAULTIvan Timofeev2012-04-051-24/+1
* cppcheck Uninitialized variableCaolán McNamara2012-04-051-0/+1
* remove unused codeWinfried Donkers2012-04-051-1/+0
* The real cleanup I meant to commit earlier...Kohei Yoshida2012-04-051-3/+0
* small memory leak in table3.cxxMarkus Mohrhard2012-04-051-1/+2
* this does hopefully no longer result in a crashMarkus Mohrhard2012-04-051-3/+0
* remove the sort entry limit in table3Markus Mohrhard2012-04-051-6/+6
* Revert "Cleanup. ScPivot(Collection) is no more."Markus Mohrhard2012-04-0524-416/+474
* resolved fdo#40021 don't let CSV import get confused by erroneous HTML detectionEike Rathke2012-04-051-15/+24
* resolved fdo#46699 do not write compound document header when reading 0-lengt...Eike Rathke2012-04-041-3/+19
* Cleanup. ScPivot(Collection) is no more.Kohei Yoshida2012-04-0424-474/+416
* removed unused member variableEike Rathke2012-04-042-2/+0
* fdo#33088 better CSV import default separatorsEike Rathke2012-04-041-1/+1
* ScDBDocFunc::Sort: work around STL assertion in sc_unoapiMichael Stahl2012-04-042-27/+18
* remove unused codeLuboš Luňák2012-04-041-13/+0
* -Werror=unused-but-set-variableStephan Bergmann2012-04-041-2/+0
* some small corrections to the sort entry patchesMarkus Mohrhard2012-04-041-4/+4
* fdo#45747 reverted use of init lists for backwards compabillityAlbert Thuswaldner2012-04-043-11/+47
* fdo#45747 remove the limitation to 3 sort entries in calc part1Albert Thuswaldner2012-04-0415-352/+340
* Test cases for ScDocFunc::RenameTable()Karthik A Padmanabhan2012-04-041-0/+49
* WaE: unused functionTor Lillqvist2012-04-041-20/+0
* WaE: unused functionTor Lillqvist2012-04-041-9/+0
* WaE: unused functionTor Lillqvist2012-04-041-0/+3
* resolved fdo#39716 CSV import numbers in scientific notationEike Rathke2012-04-031-10/+42
* Hori/Vert scrollbars in calc preview should be shown only when necessaryNoel Power2012-04-033-21/+90
* Revert "Hori scroll fix in Writer and Calc Print Preview" & add new patchNoel Power2012-04-031-3/+0
* virtualise the ScDocFunc to allow interposing some magicMichael Meeks2012-04-022-122/+131
* Don't instantiate ScDocFunc objects, get them from the doc-shellMichael Meeks2012-04-0218-256/+156
* this hack in no longer needed, fdo#44337Markus Mohrhard2012-04-021-4/+1
* remove static objects from static_initialization_and_destruction chainCaolán McNamara2012-04-021-7/+7
* only include iostream if you need toCaolán McNamara2012-04-024-9/+0
* don't include iostream unless you really need itCaolán McNamara2012-04-021-1/+0
* remove static objects from static_initialization_and_destruction chainCaolán McNamara2012-04-021-3/+5
* unused classCaolán McNamara2012-04-021-25/+0
* callcatcher: remove some unused codeCaolán McNamara2012-04-022-7/+0
* always pass --headless to cppunitsLuboš Luňák2012-04-0214-14/+0
* add xls border import testMarkus Mohrhard2012-04-022-0/+31
* use same border width information for xls import and export, fdo#44742Markus Mohrhard2012-04-013-26/+29
* move chart regression test data files to chart2Markus Mohrhard2012-04-012-3/+1
* use better/correct assert macros in ucalcMarkus Mohrhard2012-04-011-47/+47