summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2013-01-14fdo#56124 add functions IFERROR and IFNA to calc as in ODFF1.2Eike Rathke
2013-01-14make the list box a bit larger, fdo#58609Markus Mohrhard
2013-01-13fdo#59292 OOXML TDIST is ODF LEGACY.TDISTEike Rathke
2013-01-13Let's not return here to prevent memory leak.Kohei Yoshida
2013-01-11fdo#58531: Register cells with external references at compile time.Kohei Yoshida
2013-01-11fdo#59084: Sync dimension members after reloading the group data.Kohei Yoshida
2013-01-11fdo#58069: Invalidate sheet stream cache when directory path changes.Kohei Yoshida
2013-01-11Resolves: fdo#59112 re-scroll to current entry when dialog resizedCaolán McNamara
2013-01-09fdo#58539: Correctly set cached matrix formula result.Kohei Yoshida
2013-01-09accidently moved that line aroundMarkus Mohrhard
2013-01-09set the list box entry for 3 entry color scalesMarkus Mohrhard
2013-01-08fdo#58671: Remove accelerators from Undo action textsKorrawit Pruegsanusak
2013-01-08Make LO buildable again after the GraphicFilter move.Jan Holesovsky
2013-01-08correct label for data bar dialog, fdo#58608Markus Mohrhard
2013-01-07Adjusted all test methods for loadDoc.Kohei Yoshida
2013-01-07Remove duplicated code blocks.Kohei Yoshida
2013-01-07Append ODS to the test method name.Kohei Yoshida
2013-01-07New test for pivot table with field references.Kohei Yoshida
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-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 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-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-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-03don't overflow column number during import, fdo#58539Markus 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-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-02fdo#47466 FORMATTING: Autoformat empty rows causes app to crashJulien Nabet
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-26fix operator lookup with clangLuboš Luňák
2012-12-26storing the chart doc while loading is a bad idea, fdo#57530Markus Mohrhard
2012-12-26add a unit test for new method in ScRangeListMarkus Mohrhard