summaryrefslogtreecommitdiffstats
path: root/sc
Commit message (Expand)AuthorAgeFilesLines
* Replaced a few equal calls with ==Szabolcs Dezsi2012-04-085-13/+13
* Keep on cleaning ooxJulien Nabet2012-04-088-282/+0
* callcatcher: reduce WorksheetHelperCaolán McNamara2012-04-086-94/+0
* rename gb_CppunitTest_uses_ureDavid Tardon2012-04-0814-14/+14
* compile- and run-time use of UNO must be splitDavid Tardon2012-04-0814-0/+28
* clean upDavid Tardon2012-04-0813-34/+15
* simplify use of configuration from unit testsDavid Tardon2012-04-0814-44/+73
* always use --protector for UNO testsDavid Tardon2012-04-0814-14/+0
* drop uses_ureDavid Tardon2012-04-0814-28/+0
* let use_api handle the use of type rdbs at runtimeDavid Tardon2012-04-0814-58/+0
* Clean oox::xls::WorkbookSettingsJulien Nabet2012-04-082-52/+0
* Clean oox::xls::SheetViewSettingsJulien Nabet2012-04-082-118/+0
* 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