summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2013-01-28resolved fdo#59819 write correct OOXML function name mappingEike Rathke11-26/+136
2013-01-28import inherited number formats with cached values, fdo#59724Markus Mohrhard11-52/+120
2013-01-28fdo#59056: Re-calculate cell anchor position of a pasted drawing object.Kohei Yoshida3-2/+14
2013-01-27fdo#58562: Ensure internal data is always used when pasting to another doc.Kohei Yoshida2-1/+8
2013-01-26don't use ScDrawLayer::GetObjDataTab to get Anchor fix for fdo#59325Noel Power1-1/+1
2013-01-24reset automatic row height flag after import, fdo#59193Markus Mohrhard1-0/+3
2013-01-22allow space for translated text expansionAndras Timar1-4/+4
2013-01-21fdo#58988, fdo#58562: Populate draw clip document with data for charts.Kohei Yoshida8-6/+362
2013-01-21prevent to create cond formats with empty range, fdo#58778Markus Mohrhard3-8/+19
2013-01-21resolved fdo#59583 prevent inappropriate column/row label detectionEike Rathke1-1/+3
2013-01-21copy styles from cond format between different docs, fdo#59159Markus Mohrhard1-0/+26
2013-01-21don't create multiple dialogs in the loop, fdo#59314Markus Mohrhard1-0/+1
2013-01-21add missing data bar axis import, fdo#59578Markus Mohrhard1-0/+8
2013-01-18reset one of the sort containers before refilling, fdo#57465Markus Mohrhard1-0/+2
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