summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
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
2014-06-23accept also one cell chart ranges for external data provider, fdo#79772Markus Mohrhard1-1/+1
2014-06-23fdo#71076, fdo#71767: Preserve number formats when charts are copied.Kohei Yoshida19-49/+115
2014-06-17GPU Calc:Support nested formulae expansion for simple nestedhaochen4-75/+142
2014-06-17GPU Calc:Add more judge for NAN in SingleVector parameterhaochen1-4/+4
2014-06-17GPU Calc:Support default 2nd parameter in ROUNDhaochen2-5/+13
2014-06-17GPU Calc:Support 3rd parameter in FLOORhaochen3-94/+79
2014-06-17GPU Calc:Support IF formula in GPUInterprethaochen3-0/+63
2014-06-17GPU Calc:Support string arguments in VLookuphaochen5-35/+124
2014-06-17document must be set modified when range name is defined, fdo#79451Markus Mohrhard1-0/+1
2014-06-16Cache table entry may be null. Let's not assume it's always non-null.Kohei Yoshida1-5/+11
2014-06-13resolved fdo#79978 propagate error through DoubleArray of matrixEike Rathke3-8/+20
2014-06-13resolved fdo#79957 propagate ForceArray through jump tokensEike Rathke1-1/+1
2014-06-12put the add/modify/delete line below the rangeCaolán McNamara1-57/+57
2014-06-12fdo#77506: More reliable way to determine label strings.Kohei Yoshida2-1/+15
2014-06-12left align add/remove buttonsCaolán McNamara1-16/+12
2014-06-12Put conditional add/remove buttons above the range selector...Caolán McNamara1-19/+19
2014-06-10fdo#79676: Initialize with a default chart only from the UI.Kohei Yoshida1-0/+5
2014-06-10fix new[]/delete mismatchMarkus Mohrhard1-1/+1
2014-06-10avoid problems with poppler's and vcl's FontInfo during runtimeMarkus Mohrhard2-2/+2
2014-06-10column storage might be changed, related lp#990868Markus Mohrhard1-2/+2