summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2013-01-16the first icon in an icon set should be the negative oneMarkus Mohrhard1-1/+1
2013-01-16create correct icon set information, fdo#58610Markus Mohrhard3-5/+7
2013-01-15make translatable a few more ui stringsAndras Timar1-1/+1
2013-01-15for error value in matrix force recalc, fdo#59293Markus Mohrhard2-7/+29
2013-01-14fdo#56124 add functions IFERROR and IFNA to calc as in ODFF1.2Eike Rathke11-21/+368
2013-01-14make the list box a bit larger, fdo#58609Markus Mohrhard1-1/+3
2013-01-13fdo#59292 OOXML TDIST is ODF LEGACY.TDISTEike Rathke1-1/+1
2013-01-13Let's not return here to prevent memory leak.Kohei Yoshida1-2/+1
2013-01-11fdo#58531: Register cells with external references at compile time.Kohei Yoshida3-2/+34
2013-01-11fdo#59084: Sync dimension members after reloading the group data.Kohei Yoshida1-2/+2
2013-01-11fdo#58069: Invalidate sheet stream cache when directory path changes.Kohei Yoshida3-1/+49
2013-01-11Resolves: fdo#59112 re-scroll to current entry when dialog resizedCaolán McNamara1-0/+1
2013-01-09fdo#58539: Correctly set cached matrix formula result.Kohei Yoshida10-12/+67
2013-01-09accidently moved that line aroundMarkus Mohrhard1-1/+1
2013-01-09set the list box entry for 3 entry color scalesMarkus Mohrhard1-0/+1
2013-01-08fdo#58671: Remove accelerators from Undo action textsKorrawit Pruegsanusak1-1/+1
2013-01-08Make LO buildable again after the GraphicFilter move.Jan Holesovsky5-5/+5
2013-01-08correct label for data bar dialog, fdo#58608Markus Mohrhard1-1/+1
2013-01-07Adjusted all test methods for loadDoc.Kohei Yoshida2-120/+46
2013-01-07Remove duplicated code blocks.Kohei Yoshida1-65/+23
2013-01-07Append ODS to the test method name.Kohei Yoshida1-3/+3
2013-01-07New test for pivot table with field references.Kohei Yoshida1-0/+178
2013-01-05don't set formula cells with possible error val clean, fdo#59039Markus Mohrhard2-3/+9
2013-01-05enable the unit testMarkus Mohrhard1-1/+1
2013-01-05Revert "workaround problems with row import, fdo#58539"Markus Mohrhard2-9/+0
2013-01-04add unit test for dependency tree during ods importMarkus Mohrhard2-0/+30
2013-01-04New ods test document to check the import of row height values.Kohei Yoshida3-1/+57
2013-01-04don't forget the dependency tree during OOXML import, fdo#58863Markus Mohrhard1-6/+7
2013-01-04don't forget the dependency tree during formula importMarkus Mohrhard1-3/+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-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-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-03don't overflow column number during import, fdo#58539Markus Mohrhard2-1/+3
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-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-02fdo#47466 FORMATTING: Autoformat empty rows causes app to crashJulien Nabet1-0/+2
2012-12-31handle strings correctly in ScCondFormatEntry::GetExpression, fdo#58781Markus Mohrhard1-2/+2