summaryrefslogtreecommitdiffstats
path: root/sc/source
Commit message (Expand)AuthorAgeFilesLines
* Replaced a few equal calls with ==Szabolcs Dezsi2012-04-084-12/+12
* Keep on cleaning ooxJulien Nabet2012-04-088-282/+0
* callcatcher: reduce WorksheetHelperCaolán McNamara2012-04-086-94/+0
* Clean oox::xls::WorkbookSettingsJulien Nabet2012-04-082-52/+0
* Clean oox::xls::SheetViewSettingsJulien Nabet2012-04-082-118/+0
* 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-073-4/+5
* 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-0613-45/+43
* 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
* 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-0520-400/+405
* 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-0420-405/+400
* 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
* -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-0414-346/+323
* WaE: unused functionTor Lillqvist2012-04-041-20/+0
* WaE: unused functionTor Lillqvist2012-04-041-9/+0
* 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-0217-253/+154
* 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
* 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
* use same border width information for xls import and export, fdo#44742Markus Mohrhard2012-04-013-26/+29
* revert "remove limitation to 3 sort entries in calc part1"Markus Mohrhard2012-03-3114-325/+348
* some small corrections to 080d38bae22e21fad25884d40d679c3bf9243c82Markus Mohrhard2012-03-311-4/+4
* fdo#45747 remove the limitation to 3 sort entries in calc part1Albert Thuswaldner2012-03-3114-346/+323
* callcatcher: regenerate unused code listCaolán McNamara2012-03-3032-1427/+3
* add for calc extra paste ctx menu with options to paste text or formula onlyNoel Power2012-03-293-1/+52