summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2013-01-04Make LO buildable again after the GraphicFilter move.Jan Holesovsky5-5/+5
2013-01-04don't forget the dependency tree during OOXML import, fdo#58863Markus Mohrhard1-1/+2
2013-01-04don't forget the dependency tree during formula importMarkus Mohrhard1-3/+3
2013-01-04remove unnecessary german commentMarkus Mohrhard1-5/+0
2013-01-04correct indentationMarkus Mohrhard2-8/+7
2013-01-04put the function in the anonymous namespaceMarkus Mohrhard1-2/+3
2013-01-04Remove the last use of SC_DP_MAX_FIELDS.Kohei Yoshida3-159/+170
2013-01-04More on removing use of SC_DP_MAX_FIELDS.Kohei Yoshida1-6/+8
2013-01-04Remove SC_DP_MAX_FIELDS from ScDPRunningTotalState too.Kohei Yoshida2-85/+101
2013-01-04Remove hard-coded upper field limit from ScDPInitState.Kohei Yoshida2-60/+41
2013-01-04OSL_ENSURE -> SAL_WARN_IF in xmlcelli.cxxMarkus Mohrhard1-1/+1
2013-01-04don't overflow SCCOL during repeated cell import, fdo#58539Markus Mohrhard1-1/+2
2013-01-04add some more safety checks for row and column import from ODSMarkus Mohrhard3-1/+15
2013-01-04workaround problems with row import, fdo#58539Markus Mohrhard2-0/+9
2013-01-04initialize it irectly in the constructorMarkus Mohrhard1-2/+2
2013-01-03fdo#58004: Let's remove these upper bound truncation.Kohei Yoshida2-8/+2
2013-01-03fdo#58004: Fix out-of-bound access to std::vector.Kohei Yoshida2-18/+8
2013-01-03Let's first fix this horrible formatting.Kohei Yoshida2-24/+20
2013-01-03fdo#58004: Apply source number format over one specified by the style.Kohei Yoshida1-79/+99
2013-01-03make sure the column index is valid, fdo#58539Markus Mohrhard2-2/+4
2013-01-03simplify this code a little bitMarkus Mohrhard1-22/+8
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