summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2013-07-03the calculation of the progressbar leads to very slow savingLaurent Godard1-3/+3
2013-07-03temporarily disable tests known to failChristian Lohmaier1-2/+2
2013-07-03simplify AddPrintRanges calls at import timeLaurent Godard2-9/+10
2013-07-03xls cells have all hard number format, fdo#66506Markus Mohrhard1-0/+1
2013-07-02don't crash during chart copying, fdo#66508Markus Mohrhard1-3/+3
2013-07-02don't forget the formula cell style during xls/xlsx export, fdo#66242Markus Mohrhard2-3/+46
2013-07-02resolved fdo#35411 redefined MAXCODE 512 to FORMULA_MAXTOKENS 8192Eike Rathke2-4/+2
2013-07-01hide the style boxes to collapse the date entries fullyMarkus Mohrhard1-0/+2
2013-07-01update all style lists when a new style is addedMarkus Mohrhard2-4/+67
2013-07-01handle localized default style names, fdo#61339Markus Mohrhard2-4/+7
2013-07-01extract this functionality from the uno codeMarkus Mohrhard7-151/+190
2013-07-01only clean the cond format if we want to write attribs, fdo#62267Markus Mohrhard1-1/+1
2013-07-01use the local setting aware method for the UI, fdo#64754Markus Mohrhard1-11/+17
2013-07-01Resolves: fdo#66263 calc's protect records doesn't do anything, sid collisionCaolán McNamara1-1/+2
2013-06-28we don't need this hack without inherited number formats, fdo#66076Markus Mohrhard6-45/+2
2013-06-28unit test for commit:1680a8cd4f4393ec15c4f85cb63b6654117d56d1 (fdo#56960)Noel Power3-3/+22
2013-06-28fix hair & fine cell border export ( followon fix fdo#56960 )Noel Power5-10/+11
2013-06-28fix for bnc#823935Noel Power1-0/+6
2013-06-27fdo#65856 allow shift cells in paste special for copy-modeWinfried Donkers1-1/+1
2013-06-24clang, -Wunused-private-fieldJulien Nabet1-1/+0
2013-06-17resolved fdo#65082 RATE function should not find roots <= -1Eike Rathke1-13/+46
2013-06-14ditch dangling reference to com.sun.star.comp.oox.xls.FormulaParserEike Rathke1-3/+0
2013-06-09Remove remnants of help agentCaolán McNamara1-5/+1
2013-06-07share spPaperSizeTable ( and associated access code ) in msfilterNoel Power2-210/+12
2013-06-07remove unintended changes ( from some aborted approach )Noel Power1-2/+1
2013-06-07add missing PageSetup.PageSize apiNoel Power4-2/+149
2013-06-07another attempt at followon patch for fdo#38385 attempt to detect rtlNoel Power2-4/+21
2013-06-07Revert "follow patch for fdo#38385 attempt to detect rtl"Noel Power2-39/+6
2013-06-07only reset marked area when using find/replace all, fdo#53106Markus Mohrhard1-5/+8
2013-06-07don't hide cell content behind pivot table buttons, fdo#60877Markus Mohrhard1-1/+1
2013-06-05Fixes for new-style service com.sun.star.sheet.GlobalSheetSettingsStephan Bergmann1-1/+4
2013-06-05bnc#821795 eat stray backslashes, in ooxml num format they don't escapeNoel Power2-6/+5
2013-06-05some systems seem to fail with the range geometry tests. Increase toleranceNoel Power1-0/+0
2013-06-04MPLv2 subset improvements.Michael Meeks6-4/+17
2013-06-04some systems seem to fail with the rangessize test increase toleranceNoel Power1-0/+0
2013-06-04use better values for OOXML border width, fdo#56960Tim Richardson1-4/+4
2013-06-04remove inherited number formats, fdo#60215Markus Mohrhard30-378/+357
2013-06-03restore old codeMarkus Mohrhard1-2/+2
2013-06-03And this one has the same potential to crashFridrich Štrba1-1/+1
2013-06-03Fix ooo51302-1.ods: check for special index value of -1Fridrich Štrba1-1/+1
2013-06-03typo: Columns and row headers -> Column and row headersAndras Timar1-1/+1
2013-06-03correct fix for fdo#62938Markus Mohrhard1-3/+4
2013-06-03Revert "the print range may start in row 0, fdo#62938"Markus Mohrhard3-9/+7
2013-06-03the print range can start in row 0, fdo#62938Markus Mohrhard3-7/+9
2013-05-31Fix fdo#51835 Indent changes in Calc forces alignment to leftabdulmajeed ahmed2-5/+12
2013-05-29r is an optional attribute in c and r, fdo#65059Markus Mohrhard2-5/+29
2013-05-29fdo#63323 fix the comment position when the mouse over cellFaisal M. Al-Otaibi1-0/+4
2013-05-28oops forgot to use the mbReadyForFinalize flag in CondFormat::finalizeImport()Noel Power1-0/+3
2013-05-28Resolves: #i122332# Don't change sidebar context when switching...Andre Fischer2-6/+24
2013-05-28Fix compilation error with older compilersTor Lillqvist1-1/+1