summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
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
2012-12-31don't add a new cond format if we just want to edit one, related fdo#58781Markus Mohrhard1-0/+1
2012-12-26fix operator lookup with clangLuboš Luňák1-8/+3
2012-12-26storing the chart doc while loading is a bad idea, fdo#57530Markus Mohrhard1-1/+0
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-24be safe against invalid cond format cell info, fdo#58686Markus Mohrhard1-0/+3
2012-12-21Templates Manager: removed the old dialogs and menu entriesCédric Bosdonnat3-8/+0
2012-12-20Forgot to add checkbox to the dialog & saving the option when checked.Kohei Yoshida2-4/+15
2012-12-20Make use of the recalc option when loading ODF documents.Kohei Yoshida1-8/+21
2012-12-20Add ODF recalc option bits to the UI and configuration.Kohei Yoshida6-35/+109
2012-12-19Refactored pivot table dialog code for better modularity.Kohei Yoshida6-678/+623