summaryrefslogtreecommitdiff
path: root/sc/source/core
AgeCommit message (Expand)AuthorFilesLines
2014-12-22Resolves fdo#87558: Duplication in Last Used Functions sidebar listJulien Nabet1-1/+4
2014-12-18fdo#68385 update references only if cut originates from the same documentEike Rathke1-5/+10
2014-12-18Resolves: fdo#86978 append formula cells to track instead of treeEike Rathke2-2/+15
2014-12-16Resolves: fdo#87245 crash because clip doc doesn't own DocumentPoolCaolán McNamara1-1/+1
2014-12-16construct grouped ScFormulaCell with bDirty=true, fdo#79249 relatedEike Rathke1-1/+1
2014-12-16fdo#87119: Don't use of the broken "Software" group interpreterTor Lillqvist3-7/+16
2014-12-11fdo#86572: Increment row position *only when* the row ref is relative.Kohei Yoshida1-2/+5
2014-12-11resolved fdo#87237 propagate error values through matrix comparisonsEike Rathke1-44/+52
2014-12-10Deteremine the script type of source cell during paste replication.Kohei Yoshida7-14/+58
2014-12-11fdo#86215 pool new ScPatternAttr if source and destination are different docsEike Rathke1-3/+5
2014-12-09surely it makes no sense to ignore return of Sanitize[Col|Row]Caolán McNamara1-2/+2
2014-12-09in ScFormulaCell dtor remove cell also from FormulaTrackEike Rathke1-0/+1
2014-12-08coverity#1257111 Uninitialized pointer fieldCaolán McNamara1-0/+1
2014-12-08Don't treat clew as part of an "external" clcc moduleTor Lillqvist1-1/+1
2014-12-08don't update range name if ref not in update range, fdo#85304Markus Mohrhard1-0/+3
2014-12-08we need the SdrPage for deleting the notes, fdo#86166Markus Mohrhard2-0/+10
2014-12-07add ReorderParam.mbHasHeaders to include in Undo range markEike Rathke1-0/+1
2014-12-07handle all fill cases correctly, fdo#86754Markus Mohrhard1-1/+1
2014-12-07we need the original context that contains the data, fdo#85856Markus Mohrhard1-2/+1
2014-12-06Fix incorrect adjustment of range references during sort.Kohei Yoshida8-6/+263
2014-12-05Ctrl+A and Data Sort took ages to broadcast ALL cellsEike Rathke2-12/+13
2014-12-05trim also empty leading column ranges, fdo#81501 follow-upEike Rathke1-1/+4
2014-12-05actually use identical code for both byRow and byCol, fdo#81501 follow-upEike Rathke1-7/+4
2014-12-05Fix high memory usage when sorting cells in Calc. (fdo#81501)Supreme Aryal1-0/+2
2014-12-05loplugin:unusedvariablecheckStephan Bergmann1-3/+0
2014-12-05-Werror,-WshadowStephan Bergmann1-6/+8
2014-12-05Create 2 variants of SortReorderByRow.Kohei Yoshida1-107/+211
2014-12-05Extract this code block into an own function.Kohei Yoshida1-100/+126
2014-12-05I got the terms 'union' and 'intersection' mixed up.Kohei Yoshida2-7/+7
2014-12-03remove boolean parameter default from ScDocument::SetDirtyEike Rathke2-5/+5
2014-12-03get rid of defaulted boolean parameters in ScColumn::SetDirty()Eike Rathke1-1/+1
2014-12-02Double blank lines...Kohei Yoshida1-1/+0
2014-12-02Let's not forget to move the comment too.Kohei Yoshida1-2/+4
2014-12-02Put this inside the bulk broadcast scope.Kohei Yoshida1-1/+1
2014-12-02Reduce scope level.Kohei Yoshida1-19/+20
2014-12-02fdo#86762 re-establish listeners on moved broadcastersEike Rathke1-36/+64
2014-12-02fdo#86762 broadcast also empty cells after sortEike Rathke3-6/+21
2014-12-02fdo#86762 re-establish listeners to move cell broadcastersEike Rathke3-46/+115
2014-12-01avoid modifying range name references that are not affected, fdo#86518Markus Mohrhard1-0/+4
2014-11-30we need to copy the condition format cell for cell, fdo#86253Markus Mohrhard1-2/+5
2014-11-28test rows for validityCaolán McNamara1-0/+3
2014-11-28Put the KernelEnv struct inside the opencl namespace, tooTor Lillqvist1-9/+9
2014-11-28Clean up confusing OpenCL code a bitTor Lillqvist1-20/+20
2014-11-28WaE: variable 'bSetOpenCL' set but not usedTor Lillqvist1-1/+3
2014-11-28Move more Calc-independent OpenCL stuff from the sc to the opencl moduleTor Lillqvist7-2204/+25
2014-11-28Fix OpenCL-less build harderTor Lillqvist2-2/+4
2014-11-28Fix OpenCL-less buildTor Lillqvist1-17/+6
2014-11-28Work in progress: Move Calc-independend OpenCL configuration out of scTor Lillqvist7-281/+13
2014-11-28Move clew into a library of its ownTor Lillqvist5-1643/+3
2014-11-28Make whether to use OpenCL or not a global optionTor Lillqvist5-41/+23