summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2014-07-15fdo#80462: Don't always increment the start row position.Kohei Yoshida1-1/+3
2014-07-15resolved fdo#79441 keep 3D references intact during sortEike Rathke3-4/+5
2014-07-15remove the OpenGLWindow from chartsMarkus Mohrhard2-3/+4
2014-07-15resolved fdo#77018 keep external references intact during sortEike Rathke1-0/+17
2014-07-14resolved fdo#80195 act on implicitly propagated error, if anyEike Rathke1-0/+5
2014-07-10fdo#78908 Revert "Merge back branch alg_writerframes to trunk"Miklos Vajna1-1/+1
2014-07-09resolved fdo#62250 absent value cell values are not NaN, set to 0.0Eike Rathke1-0/+6
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
2014-06-10check for empty string before accessing first elementMarkus Mohrhard1-1/+1
2014-06-10workaround for DBG_UTIL XML correctness checksMarkus Mohrhard1-1/+2
2014-06-10don't use temporary objectMarkus Mohrhard2-2/+2
2014-06-10fix invalid memory access related to temporary objectMarkus Mohrhard1-1/+2
2014-06-10fdo#76324: Make pasting a lot of cell notes faster by disabling broadcasting.Matúš Kukan1-0/+12
2014-06-07fxi build errorMarkus Mohrhard1-1/+1
2014-06-07don't try to import invalid document, fdo#79135Markus Mohrhard1-0/+2
2014-06-05Resolves: fdo#79021 cannot delete ListBox from inside its own Select handlerCaolán McNamara2-0/+11
2014-06-05unify the handling of string position arguments, fdo#75971 relatedEike Rathke2-23/+77
2014-06-04The 4th argument is of wrong type.Kohei Yoshida1-2/+1
2014-06-02Resolves: fdo#79506 Some numbers are marked as translatableJulien Nabet2-2/+2
2014-05-30fdo#78927: Use different XML attribute names for asian and complex fonts.Kohei Yoshida1-14/+26
2014-05-30fdo#79174: Use 3D address when the input and output are on different sheets.Kohei Yoshida9-26/+28
2014-05-30Resolves: fdo#79360 impress hangs on using sidebar new styleCaolán McNamara1-6/+11
2014-05-29Related fdo#75971 Crash when invoking "Insert > Names > Create"Julien Nabet1-1/+1
2014-05-29Resolves: fdo#79392 don't access after last row, when last row is max last rowCaolán McNamara1-10/+13
2014-05-28coverity#1078626 Missing break in switchCaolán McNamara1-1/+1
2014-05-28Related: fdo#79142 make SetName default to ReindexingCaolán McNamara2-3/+3
2014-05-28WaE: private field 'mnId' is not usedTor Lillqvist2-4/+2
2014-05-28Remove dead codeStephan Bergmann1-54/+0
2014-05-27resolved fdo#70455 B1:SOMENAME is not a valid singleton referenceEike Rathke1-6/+15