summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2014-10-09avoid use of ref. to possibly deleted objectDavid Tardon
2014-09-30fdo#53920 Switch back tab at RefButton closure timeLaurent Balland-Poirier
2014-09-23fdo#83848 Add GetAddressConvention to RefButtonLaurent Balland-Poirier
2014-09-23fdo#65281 Empty/Not empty doesn't work in columns with date formatDavid Ostrovsky
2014-09-23fdo#84009: Be sure to update the sheet index when moving the sort range.Kohei Yoshida
2014-09-23fdo#83764: Ensure that the row position is below MAXROW.Kohei Yoshida
2014-09-23bnc#592918: Display data description in pivot table.Kohei Yoshida
2014-09-05fdo#82183 do not reset globals while loading a documentEike Rathke
2014-09-02check for empty slots' valid NULL pointer, fdo#79441Eike Rathke
2014-08-27Resolves fdo#81084 fdo#81696 fdo#80874 fdo#81010 : sort causes crashDeena Francis
2014-08-27out-of-bounds string access, this comparison never matchedEike Rathke
2014-08-22correct references after sort, fdo#79441Eike Rathke
2014-08-19Let's not export sheet tab color when it's not set.Kohei Yoshida
2014-08-13bnc#822170: Let's not even try to export invalid chart objects.Kohei Yoshida
2014-08-13fdo#80501: Ensure that we notify each listener only once.Kohei Yoshida
2014-08-08bnc#885548: Set the date time mode to non-fixed after the import is done.Kohei Yoshida
2014-07-30fdo#80846: Get the parameter order right.Kohei Yoshida
2014-07-30fdo#81330: When moving to a different sheet, set 3D flag on.Kohei Yoshida
2014-07-30bnc#885548: Reset the default user to the document owner at the end.Kohei Yoshida
2014-07-29fdo#79578: Properly update formulas upon change in db collection.Kohei Yoshida
2014-07-28fdo#81617: Split formula groups at sort range boundaries.Kohei Yoshida
2014-07-22use SvXMLExport::GetRelativeReference(), fdo#79305Eike Rathke
2014-07-21fdo#81309: Adjust references during sort.Kohei Yoshida
2014-07-21Preserve the "end of list" flag for xls round-tripping.Kohei Yoshida
2014-07-21bnc#885548: Adjust xlsx export of revisions to get it to work in Excel.Kohei Yoshida
2014-07-21bnc#885548: Initial work on importing revisions from xlsx.Kohei Yoshida
2014-07-21Resolves: rhbz#1121341 crash on closing shrunk validity windowCaolán McNamara
2014-07-18resolved fdo#81294 store correct sheet number during range names updateEike Rathke
2014-07-17fdo#81470: Fix a crasher during xlsx export with revisions.Kohei Yoshida
2014-07-17fdo#81445: Display correct label for empty cell.Kohei Yoshida
2014-07-15fdo#79676: Initialize with a default chart only from the UI.Kohei Yoshida
2014-07-15fdo#71076, fdo#71767: Preserve number formats when charts are copied.Kohei Yoshida
2014-07-14resolved fdo#77018 keep external references intact during sortEike Rathke
2014-07-14resolved fdo#79441 keep 3D references intact during sortEike Rathke
2014-07-14fdo#80462: Don't always increment the start row position.Kohei Yoshida
2014-07-10resolved fdo#80195 act on implicitly propagated error, if anyEike Rathke
2014-07-09resolved fdo#62250 absent value cell values are not NaN, set to 0.0Eike Rathke
2014-07-05fdo#80813 - avoid FMR by re-fetch pattern after a potential re-calculation.Michael Meeks
2014-07-03bnc#812796: Correctly handle static value array for OOXML charts.Kohei Yoshida
2014-06-25bnc#882595: Process VBA blobs before formula cells.Kohei Yoshida
2014-06-25Resolves fdo#76160 Calc invalid image position on zoomingDamien Chambe
2014-06-17document must be set modified when range name is defined, fdo#79451Markus Mohrhard
2014-06-17fdo#77506: More reliable way to determine label strings.Kohei Yoshida
2014-06-17resolved fdo#79957 propagate ForceArray through jump tokensEike Rathke
2014-06-13resolved fdo#79978 propagate error through DoubleArray of matrixEike Rathke
2014-06-12avoid problems with poppler's and vcl's FontInfo during runtimeMarkus Mohrhard
2014-06-11fix invalid memory access related to temporary objectMarkus Mohrhard
2014-06-11don't use temporary objectMarkus Mohrhard
2014-06-11check for empty string before accessing first elementMarkus Mohrhard
2014-06-11fix new[]/delete mismatchMarkus Mohrhard