summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2013-01-03fdo#58539: Check for mxValueLink being NULL before dereferencing.Kohei Yoshida1-1/+1
2013-01-02fdo#58539: Properly initialize a member pointer value.Kohei Yoshida1-0/+1
2013-01-03don't overflow column number during import, fdo#58539Markus Mohrhard2-1/+3
2013-01-03libs should be listed after the libs that require themLuboš Luňák1-1/+1
2013-01-02fdo#58539: Avoid throwing exception not specified in the signature.Kohei Yoshida1-2/+10
2013-01-02fdo#58539: Resizing matrix should also resize the flag storage too.Kohei Yoshida2-0/+12
2013-01-02fdo#56278: Write a unit test for this.Kohei Yoshida1-0/+34
2013-01-01remove use of #pragma optimizeLuboš Luňák18-120/+0
2013-01-01fdo#47466 FORMATTING: Autoformat empty rows causes app to crashJulien Nabet1-0/+2
2013-01-01Fix some 'bRet' is reassigned a value before the old one has been usedJulien Nabet1-8/+3
2012-12-31Remove some unused functionsMarcos Paulo de Souza1-5/+0
2012-12-31handle strings correctly in ScCondFormatEntry::GetExpression, fdo#58781Markus Mohrhard1-2/+2
2012-12-31don't add a new cond format if we just want to edit one, related fdo#58781Markus Mohrhard1-0/+1
2012-12-30More cppcheck cleaning in scJulien Nabet16-25/+21
2012-12-30Some cppcheck cleaning in scJulien Nabet7-39/+44
2012-12-30fdo#39440 - cppcheck cleanlinessRadu Ioan1-1/+1
2012-12-29bHOver isn't used in second loop and afterwardsJulien Nabet1-2/+0
2012-12-29callcatcher: update unused code listCaolán McNamara3-70/+0
2012-12-29Some cppcheck cleaningJulien Nabet5-10/+7
2012-12-26ignore #include inside #ifLubos Lunak1-1/+2
2012-12-26fix operator lookup with clangLuboš Luňák1-8/+3
2012-12-26add a unit test for new method in ScRangeListMarkus Mohrhard1-0/+33
2012-12-26one more improvement around cond format rendering, fdo#57896Markus Mohrhard1-1/+4
2012-12-25simplify cond format copy&paste code, fdo#58677Markus Mohrhard4-50/+51
2012-12-25one more fix for fdo#58686Markus Mohrhard1-1/+3
2012-12-25Get rid of (most uses of) GUITor Lillqvist1-1/+1
2012-12-24be safe against invalid cond format cell info, fdo#58686Markus Mohrhard1-0/+3
2012-12-22C4701: potentially uninitialized local variable 'bTestEqualCondition' usedTor Lillqvist1-1/+1
2012-12-22storing the chart doc while loading is a bad idea, fdo#57530Markus Mohrhard1-1/+0
2012-12-21fdo#46808, Convert frame::Desktop to new style service.Noel Grandin8-32/+16
2012-12-20Forgot to add checkbox to the dialog & saving the option when checked.Kohei Yoshida2-4/+15
2012-12-20Make use of the recalc option when loading ODF documents.Kohei Yoshida1-8/+21
2012-12-20Add ODF recalc option bits to the UI and configuration.Kohei Yoshida6-35/+109
2012-12-20Templates Manager: removed the old dialogs and menu entriesCédric Bosdonnat3-9/+0
2012-12-20Group undo actions when showing/hiding several notes once, fdo#39454Rodolfo Ribeiro Gomes1-0/+5
2012-12-19Refactored pivot table dialog code for better modularity.Kohei Yoshida6-678/+623
2012-12-20fdo#39454 Allow (show/hide) comments for selected cells (cell range)Rodolfo Ribeiro Gomes8-6/+239
2012-12-20some small fixes for UI around date cond formatsMarkus Mohrhard1-3/+7
2012-12-20handle last week/next week betweek different years, fdo#58340Markus Mohrhard1-9/+25
2012-12-19regenerate pchPeter Foley1-135/+135
2012-12-19Little optimization when detecting if there is cell notes to be deletedRodolfo Ribeiro Gomes1-0/+3
2012-12-19even simpler way to get the whole rangeMarkus Mohrhard1-22/+1
2012-12-19Little optimisation when getting the whole rangeRodolfo Ribeiro Gomes1-8/+5
2012-12-19wrap vararg sax functions in typesafe overloadsLuboš Luňák2-3/+37
2012-12-19Remove unused method from sc: importBiffRecordMarcos Paulo de Souza2-30/+0
2012-12-18Check the validity of row ranges after after the data area shrinkage.Kohei Yoshida1-1/+10
2012-12-18fdo#56937 - mac a11y hang related to traversing vast, broken hierarchies.Michael Meeks2-5/+17
2012-12-18finalize pivot *before* scenario sheet to ensure table numbers are correctNoel Power1-5/+6
2012-12-18Remove unused ScTabPopShellMarcos Paulo de Souza3-130/+0
2012-12-18we need to use a copy of the original ScPatternAttr, fdo#58338Markus Mohrhard1-5/+7