summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2014-08-27sw HTML export: avoid loosing embedded objects when skipping imagesMiklos Vajna2-3/+18
2014-08-27Resolves fdo#81084 fdo#81696 fdo#80874 fdo#81010 : sort causes crashDeena Francis1-0/+4
2014-08-27fdo#83067 also volatile cells need to listen to all referencesEike Rathke1-7/+1
2014-08-27out-of-bounds string access, this comparison never matchedEike Rathke1-1/+1
2014-08-22correct references after sort, fdo#79441Eike Rathke6-10/+111
2014-08-22resolved fdo#82936 do not clear the 3D flag on refupdateEike Rathke1-1/+2
2014-08-21out-of-bounds string accessEike Rathke1-1/+1
2014-08-21write COLOR function with extension namespaceEike Rathke3-2/+5
2014-08-21add missing parameter flagEike Rathke1-1/+1
2014-08-19Let's not export sheet tab color when it's not set.Kohei Yoshida1-2/+3
2014-08-18copy conditional formatting for single cells, fdo#82503Markus Mohrhard1-0/+5
2014-08-17use correct namespace for table protection elements, fdo#82128Markus Mohrhard3-4/+7
2014-08-13fdo#82418 prefer UTF-8 over UTF-16David Tardon1-2/+13
2014-08-13bnc#822170: Let's not even try to export invalid chart objects.Kohei Yoshida3-9/+66
2014-08-12fix memory leak around chart listenersMarkus Mohrhard1-15/+8
2014-08-11fdo#79917: Add 'Save a Copy' to Calc/Impress/Draw (LO4.3-Branch)Heiko Scheidt1-0/+1
2014-08-08bnc#885548: Set the date time mode to non-fixed after the import is done.Kohei Yoshida1-0/+1
2014-08-08fdo#82241 fix autocompletion for calc functions withWinfried Donkers1-5/+6
2014-08-08handle autocomplete with dot in formula name, fdo#80058Markus Mohrhard1-0/+28
2014-08-08use a anonymous namespace and sane function namesMarkus Mohrhard1-3/+7
2014-07-30the range has to be in the correct order, fdo#81803Markus Mohrhard1-0/+1
2014-07-30fdo#80501: Ensure that we notify each listener only once.Kohei Yoshida7-41/+52
2014-07-30the dialog hierarchy changed iwith the ui format, fdo#81867Markus Mohrhard4-34/+42
2014-07-30bnc#885548: Reset the default user to the document owner at the end.Kohei Yoshida1-0/+2
2014-07-30fdo#80846: Get the parameter order right.Kohei Yoshida1-1/+1
2014-07-30fdo#81330: When moving to a different sheet, set 3D flag on.Kohei Yoshida1-0/+5
2014-07-29fdo#79578: Properly update formulas upon change in db collection.Kohei Yoshida20-138/+84
2014-07-28fdo#81617: Split formula groups at sort range boundaries.Kohei Yoshida3-0/+17
2014-07-27Resolves fdo#79273: Data Statistics crashes with any entryJulien Nabet8-16/+0
2014-07-22use SvXMLExport::GetRelativeReference(), fdo#79305Eike Rathke1-11/+1
2014-07-21respect flag for relative paths, fdo#79305Markus Mohrhard1-0/+14
2014-07-21fdo#63756 build libxml2 with ICU supportDavid Tardon4-14/+14
2014-07-19Resolves fdo#81549: Crash pivot tableJulien Nabet2-3/+2
2014-07-19bnc#885548: Adjust xlsx export of revisions to get it to work in Excel.Kohei Yoshida4-143/+289
2014-07-19bnc#885548: Initial work on importing revisions from xlsx.Kohei Yoshida7-2/+561
2014-07-18resolved fdo#81294 store correct sheet number during range names updateEike Rathke1-6/+12
2014-07-17fdo#81470: Fix a crasher during xlsx export with revisions.Kohei Yoshida1-1/+0
2014-07-17fdo#81445: Display correct label for empty cell.Kohei Yoshida1-3/+2
2014-07-15fdo#81309: Adjust references during sort.Kohei Yoshida31-309/+980
2014-07-15Preserve the "end of list" flag for xls round-tripping.Kohei Yoshida6-38/+69
2014-07-15remove the OpenGLWindow from chartsMarkus Mohrhard2-3/+4
2014-07-14resolved fdo#77018 keep external references intact during sortEike Rathke1-0/+17
2014-07-14resolved fdo#79441 keep 3D references intact during sortEike Rathke3-4/+5
2014-07-14fdo#80462: Don't always increment the start row position.Kohei Yoshida1-1/+3
2014-07-10resolved fdo#80195 act on implicitly propagated error, if anyEike Rathke1-0/+5
2014-07-09resolved fdo#62250 absent value cell values are not NaN, set to 0.0Eike Rathke1-0/+6
2014-07-04fdo#78908 Revert "Merge back branch alg_writerframes to trunk"Miklos Vajna1-1/+1
2014-07-03bnc#812796: Correctly handle static value array for OOXML charts.Kohei Yoshida4-5/+18
2014-06-25Resolves fdo#76160 Calc invalid image position on zoomingDamien Chambe1-1/+1
2014-06-25bnc#882595: Process VBA blobs before formula cells.Kohei Yoshida1-6/+7