summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2013-01-07split out numbering position page to cui and adapt codeCaolán McNamara
2013-01-07Cleanup: #include <tools/gen.hxx>Matteo Casalin
2013-01-07UNO objects must be allocated on the heapStephan Bergmann
2013-01-06fix some memory leaks in scMarkus Mohrhard
2013-01-06fdo#58671: Remove accelerators from Undo action textsKorrawit Pruegsanusak
2013-01-05don't set formula cells with possible error val clean, fdo#59039Markus Mohrhard
2013-01-05enable the unit testMarkus Mohrhard
2013-01-05Revert "workaround problems with row import, fdo#58539"Markus Mohrhard
2013-01-04add unit test for dependency tree during ods importMarkus Mohrhard
2013-01-04New ods test document to check the import of row height values.Kohei Yoshida
2013-01-04Make LO buildable again after the GraphicFilter move.Jan Holesovsky
2013-01-04don't forget the dependency tree during OOXML import, fdo#58863Markus Mohrhard
2013-01-04don't forget the dependency tree during formula importMarkus Mohrhard
2013-01-04remove unnecessary german commentMarkus Mohrhard
2013-01-04correct indentationMarkus Mohrhard
2013-01-04put the function in the anonymous namespaceMarkus Mohrhard
2013-01-04Remove the last use of SC_DP_MAX_FIELDS.Kohei Yoshida
2013-01-04More on removing use of SC_DP_MAX_FIELDS.Kohei Yoshida
2013-01-04Remove SC_DP_MAX_FIELDS from ScDPRunningTotalState too.Kohei Yoshida
2013-01-04Remove hard-coded upper field limit from ScDPInitState.Kohei Yoshida
2013-01-04OSL_ENSURE -> SAL_WARN_IF in xmlcelli.cxxMarkus Mohrhard
2013-01-04don't overflow SCCOL during repeated cell import, fdo#58539Markus Mohrhard
2013-01-04add some more safety checks for row and column import from ODSMarkus Mohrhard
2013-01-04workaround problems with row import, fdo#58539Markus Mohrhard
2013-01-04initialize it irectly in the constructorMarkus Mohrhard
2013-01-03fdo#58004: Let's remove these upper bound truncation.Kohei Yoshida
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