summaryrefslogtreecommitdiff
path: root/sc/source
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 Mohrhard8-34/+81
2013-01-28fdo#59056: Re-calculate cell anchor position of a pasted drawing object.Kohei Yoshida2-2/+13
2013-01-27fdo#58562: Ensure internal data is always used when pasting to another doc.Kohei Yoshida1-1/+7
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 Yoshida4-5/+320
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-15for error value in matrix force recalc, fdo#59293Markus Mohrhard1-6/+28
2013-01-14fdo#56124 add functions IFERROR and IFNA to calc as in ODFF1.2Eike Rathke8-21/+288
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 Yoshida1-0/+31
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 Yoshida2-1/+48
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 Yoshida6-10/+54
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-05don't set formula cells with possible error val clean, fdo#59039Markus Mohrhard1-2/+8
2013-01-05Revert "workaround problems with row import, fdo#58539"Markus Mohrhard2-9/+0
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 Yoshida1-149/+164
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 Yoshida1-62/+76
2013-01-04Remove hard-coded upper field limit from ScDPInitState.Kohei Yoshida1-41/+21
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 Yoshida1-17/+7
2013-01-03Let's first fix this horrible formatting.Kohei Yoshida1-23/+19
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