summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2012-04-08Keep on cleaning ooxJulien Nabet8-282/+0
2012-04-08callcatcher: reduce WorksheetHelperCaolán McNamara6-94/+0
2012-04-08rename gb_CppunitTest_uses_ureDavid Tardon14-14/+14
2012-04-08compile- and run-time use of UNO must be splitDavid Tardon14-0/+28
2012-04-08clean upDavid Tardon13-34/+15
2012-04-08simplify use of configuration from unit testsDavid Tardon14-44/+73
2012-04-08always use --protector for UNO testsDavid Tardon14-14/+0
2012-04-08drop uses_ureDavid Tardon14-28/+0
2012-04-08let use_api handle the use of type rdbs at runtimeDavid Tardon14-58/+0
2012-04-08Clean oox::xls::WorkbookSettingsJulien Nabet2-52/+0
2012-04-08Clean oox::xls::SheetViewSettingsJulien Nabet2-118/+0
2012-04-08gbuild: "use" vs. "add":Michael Stahl21-72/+72
2012-04-07Clean oox::xls::WorksheetSettingsJulien Nabet2-101/+0
2012-04-07do not include contents of huge sc/sd/sw libs into tiny unittestsLuboš Luňák16-52/+54
2012-04-07callcatcher: update and remove newly unused methodsCaolán McNamara2-101/+0
2012-04-07Remove unused code oox::xls::PageSettingsJulien Nabet2-125/+0
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi14-60/+58
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-9/+9
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi14-51/+51
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi10-38/+38
2012-04-05resolved fdo#48347 do not override preselected CSV with SYLK detectionEike Rathke1-4/+12
2012-04-05SfxViewShell::GetScrollingMode always returns SCROLLING_DEFAULTIvan Timofeev1-24/+1
2012-04-05cppcheck Uninitialized variableCaolán McNamara1-0/+1
2012-04-05remove unused codeWinfried Donkers1-1/+0
2012-04-05The real cleanup I meant to commit earlier...Kohei Yoshida1-3/+0
2012-04-05small memory leak in table3.cxxMarkus Mohrhard1-1/+2
2012-04-05this does hopefully no longer result in a crashMarkus Mohrhard1-3/+0
2012-04-05remove the sort entry limit in table3Markus Mohrhard1-6/+6
2012-04-05Revert "Cleanup. ScPivot(Collection) is no more."Markus Mohrhard24-416/+474
2012-04-05resolved fdo#40021 don't let CSV import get confused by erroneous HTML detectionEike Rathke1-15/+24
2012-04-04resolved fdo#46699 do not write compound document header when reading 0-lengt...Eike Rathke1-3/+19
2012-04-04Cleanup. ScPivot(Collection) is no more.Kohei Yoshida24-474/+416
2012-04-04removed unused member variableEike Rathke2-2/+0
2012-04-04fdo#33088 better CSV import default separatorsEike Rathke1-1/+1
2012-04-04ScDBDocFunc::Sort: work around STL assertion in sc_unoapiMichael Stahl2-27/+18
2012-04-04remove unused codeLuboš Luňák1-13/+0
2012-04-04-Werror=unused-but-set-variableStephan Bergmann1-2/+0
2012-04-04some small corrections to the sort entry patchesMarkus Mohrhard1-4/+4
2012-04-04fdo#45747 reverted use of init lists for backwards compabillityAlbert Thuswaldner3-11/+47
2012-04-04fdo#45747 remove the limitation to 3 sort entries in calc part1Albert Thuswaldner15-352/+340
2012-04-04Test cases for ScDocFunc::RenameTable()Karthik A Padmanabhan1-0/+49
2012-04-04WaE: unused functionTor Lillqvist1-20/+0
2012-04-04WaE: unused functionTor Lillqvist1-9/+0
2012-04-04WaE: unused functionTor Lillqvist1-0/+3
2012-04-03resolved fdo#39716 CSV import numbers in scientific notationEike Rathke1-10/+42
2012-04-03Hori/Vert scrollbars in calc preview should be shown only when necessaryNoel Power3-21/+90
2012-04-03Revert "Hori scroll fix in Writer and Calc Print Preview" & add new patchNoel Power1-3/+0
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