summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2013-01-03fdo#58004: Fix out-of-bound access to std::vector.Kohei Yoshida
2013-01-03Let's first fix this horrible formatting.Kohei Yoshida
2013-01-03fdo#58004: Apply source number format over one specified by the style.Kohei Yoshida
2013-01-03make sure the column index is valid, fdo#58539Markus Mohrhard
2013-01-03simplify this code a little bitMarkus Mohrhard
2013-01-03fdo#58539: Check for mxValueLink being NULL before dereferencing.Kohei Yoshida
2013-01-02fdo#58539: Properly initialize a member pointer value.Kohei Yoshida
2013-01-03don't overflow column number during import, fdo#58539Markus Mohrhard
2013-01-03libs should be listed after the libs that require themLuboš Luňák
2013-01-02fdo#58539: Avoid throwing exception not specified in the signature.Kohei Yoshida
2013-01-02fdo#58539: Resizing matrix should also resize the flag storage too.Kohei Yoshida
2013-01-02fdo#56278: Write a unit test for this.Kohei Yoshida
2013-01-01remove use of #pragma optimizeLuboš Luňák
2013-01-01fdo#47466 FORMATTING: Autoformat empty rows causes app to crashJulien Nabet
2013-01-01Fix some 'bRet' is reassigned a value before the old one has been usedJulien Nabet
2012-12-31Remove some unused functionsMarcos Paulo de Souza
2012-12-31handle strings correctly in ScCondFormatEntry::GetExpression, fdo#58781Markus Mohrhard
2012-12-31don't add a new cond format if we just want to edit one, related fdo#58781Markus Mohrhard
2012-12-30More cppcheck cleaning in scJulien Nabet
2012-12-30Some cppcheck cleaning in scJulien Nabet
2012-12-30fdo#39440 - cppcheck cleanlinessRadu Ioan
2012-12-29bHOver isn't used in second loop and afterwardsJulien Nabet
2012-12-29callcatcher: update unused code listCaolán McNamara
2012-12-29Some cppcheck cleaningJulien Nabet
2012-12-26ignore #include inside #ifLubos Lunak
2012-12-26fix operator lookup with clangLuboš Luňák
2012-12-26add a unit test for new method in ScRangeListMarkus Mohrhard
2012-12-26one more improvement around cond format rendering, fdo#57896Markus Mohrhard
2012-12-25simplify cond format copy&paste code, fdo#58677Markus Mohrhard
2012-12-25one more fix for fdo#58686Markus Mohrhard
2012-12-25Get rid of (most uses of) GUITor Lillqvist
2012-12-24be safe against invalid cond format cell info, fdo#58686Markus Mohrhard
2012-12-22C4701: potentially uninitialized local variable 'bTestEqualCondition' usedTor Lillqvist
2012-12-22storing the chart doc while loading is a bad idea, fdo#57530Markus Mohrhard
2012-12-21fdo#46808, Convert frame::Desktop to new style service.Noel Grandin
2012-12-20Forgot to add checkbox to the dialog & saving the option when checked.Kohei Yoshida
2012-12-20Make use of the recalc option when loading ODF documents.Kohei Yoshida
2012-12-20Add ODF recalc option bits to the UI and configuration.Kohei Yoshida
2012-12-20Templates Manager: removed the old dialogs and menu entriesCédric Bosdonnat
2012-12-20Group undo actions when showing/hiding several notes once, fdo#39454Rodolfo Ribeiro Gomes
2012-12-19Refactored pivot table dialog code for better modularity.Kohei Yoshida
2012-12-20fdo#39454 Allow (show/hide) comments for selected cells (cell range)Rodolfo Ribeiro Gomes
2012-12-20some small fixes for UI around date cond formatsMarkus Mohrhard
2012-12-20handle last week/next week betweek different years, fdo#58340Markus Mohrhard
2012-12-19regenerate pchPeter Foley
2012-12-19Little optimization when detecting if there is cell notes to be deletedRodolfo Ribeiro Gomes
2012-12-19even simpler way to get the whole rangeMarkus Mohrhard
2012-12-19Little optimisation when getting the whole rangeRodolfo Ribeiro Gomes
2012-12-19wrap vararg sax functions in typesafe overloadsLuboš Luňák
2012-12-19Remove unused method from sc: importBiffRecordMarcos Paulo de Souza