summaryrefslogtreecommitdiff
path: root/sc/source
AgeCommit message (Expand)AuthorFilesLines
2012-02-01fdo#34425: [Feature] Persist bgcolor toolbar button.Winfried Donkers4-5/+11
2012-01-31Get the whole thing to build after the method sig change in SdrObject.Kohei Yoshida2-6/+8
2012-01-31Revert "Prevent excessive references to single token instance during fill."Eike Rathke2-6/+0
2012-01-31Simplify code by making getProcessComponentContext() implicit.Stephan Bergmann1-4/+1
2012-01-31Remove unsed codeElton Chung11-87/+0
2012-01-31':' is not allowed in sheet names as wellIvan Timofeev1-1/+1
2012-01-30Prevent excessive references to single token instance during fill.Kohei Yoshida2-0/+6
2012-01-30Make named ranges dialog more consistent, localizable (III)Petr Mladek1-21/+21
2012-01-30Option to set tab prefix for new worksheetsAlbert Thuswaldner6-14/+87
2012-01-30refactor ConvertLineEndCaolán McNamara9-17/+10
2012-01-30aInputStr never used, *perhaps* it should have been, but 10+ years this wayCaolán McNamara1-8/+2
2012-01-30Updated error message for Invalid sheet nameAlbert Thuswaldner1-1/+1
2012-01-30Make named range dialog more consistent, localizable (II)Stefan Knorr (astron)3-52/+52
2012-01-30remove '#define UNOOUSTRING ::rtl::OUString'Ivan Timofeev1-10/+10
2012-01-28Remove unused code as listed in unusedcode.easySantiago Martinez2-34/+0
2012-01-27Replace SvtUndoOptions with (simplified) direct configuration access.Stephan Bergmann1-4/+7
2012-01-27fdo#44143: Keep cells with broadcasters alive during deletion.Kohei Yoshida1-7/+22
2012-01-27Revert "fdo#44143: Keep cells with broadcasters alive during deletion."Eike Rathke2-7/+5
2012-01-26fdo#44143: Keep cells with broadcasters alive during deletion.Kohei Yoshida2-5/+7
2012-01-26Make named ranges dialog more consistent, localizableStefan Knorr (astron)1-6/+6
2012-01-26resolved fdo#38595 border width lost in ODF importEike Rathke1-2/+3
2012-01-26cast from BorderLine to BorderLine2 is not validEike Rathke1-2/+2
2012-01-26Revert "TEMP"Fridrich Štrba1-5/+1
2012-01-26TEMPFridrich Štrba1-1/+5
2012-01-25ScTableSheetObj::findAll does not return the correct range, fdo#43462Markus Mohrhard1-3/+1
2012-01-26Deleting a null pointer is safeTakeshi Abe3-5/+3
2012-01-25fix initial height of multiline input windowNoel Power2-7/+13
2012-01-25optimized zoom to use more common intervalsTim Hardeck2-7/+6
2012-01-24fdo#45067: Differentiate numeric and non-numeric field member values.Kohei Yoshida1-4/+11
2012-01-24use write_uInt16s_FromOUString patternCaolán McNamara2-2/+2
2012-01-24fix ( hopefully ) viewing artifacts in input line fdo#44391Noel Power2-4/+12
2012-01-24Revert "fix ( hopefully ) viewing artifacts in input line fdo#44391"Noel Power2-12/+4
2012-01-24fix ( hopefully ) viewing artifacts in input line fdo#44391Noel Power2-4/+12
2012-01-23fdo#45067: We need automatic number detection for date/number grouping.Kohei Yoshida1-3/+4
2012-01-23Fix refresh problem on pivot tables whose data cache have not been created.Kohei Yoshida1-4/+117
2012-01-23erase the correct element in ScColumn::Delete(), not the last oneEike Rathke1-1/+1
2012-01-23resolved rhbz#783556 crash in ScMatrix::GetDimensons() from ScInterpreterEike Rathke1-1/+10
2012-01-23Redundant condition and Comment Translations.Mariusz Dykierek1-12/+12
2012-01-22resolved fdo#45032 Calc export to HTML with graphics failedEike Rathke1-3/+6
2012-01-21Improve checking for emptinessThomas Arnhold1-4/+4
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann6-8/+8
2012-01-21Oops I shouldn't have erased names directly.Kohei Yoshida1-2/+7
2012-01-21fdo#44831: Named range should overwrite existing name.Kohei Yoshida1-0/+1
2012-01-20Grid lines should be immediately above or below the background.Kohei Yoshida1-4/+7
2012-01-20Prefer using back() to access the last element.Kohei Yoshida3-10/+14
2012-01-20Added 'm' prefix for a data member.Kohei Yoshida5-490/+490
2012-01-20Replace open-coded array with std::vector in ScColumn.Noel Grandin5-610/+501
2012-01-20More on String to rtl::OUString changes.Kohei Yoshida4-17/+9
2012-01-20Mempool size args are unused.Stephan Bergmann9-37/+24
2012-01-19Fix a crash when copying a sheet with drawing obj to a new document.Kohei Yoshida1-1/+11