summaryrefslogtreecommitdiff
path: root/sc/source
AgeCommit message (Expand)AuthorFilesLines
2014-12-03remove boolean parameter default from ScDocument::SetDirtyEike Rathke7-11/+11
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 Rathke4-7/+22
2014-12-02fdo#86762 re-establish listeners to move cell broadcastersEike Rathke3-46/+115
2014-12-01fdo#84293 move clipboard functions to the top of context menuYousuf Philips1-60/+60
2014-12-01For external data sources this variable can be null, fdo#83534Markus Mohrhard1-0/+3
2014-12-01avoid modifying range name references that are not affected, fdo#86518Markus Mohrhard1-0/+4
2014-11-30amended solution to @TERM and @CTERM import from Lotus 1-2-3Andras Timar1-5/+9
2014-11-30don't call XLSX methods in XLS export, related fdo#59762Markus Mohrhard1-8/+14
2014-11-30we need to copy the condition format cell for cell, fdo#86253Markus Mohrhard1-2/+5
2014-11-28set only valid positions from ScExtTabSettings at ScViewDataTableEike Rathke1-4/+13
2014-11-28sanitize viewdata col/row valuesEike Rathke1-7/+4
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 Lillqvist3-2/+16
2014-11-28Fix OpenCL-less buildTor Lillqvist2-17/+18
2014-11-28Add the "Test" button backTor Lillqvist2-4/+5
2014-11-28Work in progress: Move Calc-independend OpenCL configuration out of scTor Lillqvist10-510/+28
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 Lillqvist8-75/+28
2014-11-27remove SAL_DEBUGEike Rathke1-1/+0
2014-11-27fdo#86169 fix completion of function name crashWinfried Donkers1-8/+15
2014-11-27fdo#86687 Avoid deadlock updating progress barMatthew J. Francis1-1/+4
2014-11-25More efficient way to check & insert listener into ptr_map.Kohei Yoshida1-4/+8
2014-11-25fdo#86615: Track dependent formulas after bulk-broadcasting...Kohei Yoshida1-0/+4
2014-11-25fdo#86708 paint after Undo of SortEike Rathke1-0/+3
2014-11-25Adjust ref undo to ensure group area listeners are used.Kohei Yoshida14-62/+259
2014-11-25make sure to check for formula first, fdo#80301Julien Nabet1-8/+10
2014-11-25fix fdo#79441 again and keep references to other sheets during sortEike Rathke3-0/+49
2014-11-24Reduce the amount of data by an order of magnitudeTor Lillqvist1-7/+7
2014-11-24Add AVERAGE testTor Lillqvist1-0/+6
2014-11-24Add MIN and MAX testsTor Lillqvist1-0/+12
2014-11-24Fix fencepost errorsTor Lillqvist1-13/+19
2014-11-24The initial value for PRODUCT should obviously be one, not zeroTor Lillqvist1-1/+1
2014-11-24cid#1255906: Unchecked return valueTor Lillqvist1-1/+1
2014-11-24Add new-style test generation for SUM and PRODUCTTor Lillqvist1-151/+90
2014-11-24Some of our supported compilers still don't have 'override' it seemsTor Lillqvist1-6/+6
2014-11-24Re-factor the OpenCL quality test spreadsheet generating codeTor Lillqvist1-9/+311
2014-11-24Mark InsertTable SC_DLLPUBLIC, will need it in next commitTor Lillqvist1-1/+1
2014-11-24import @TERM and @CTERM functions from Lotus 1-2-3 files (related: fdo#86241)Andras Timar1-11/+35
2014-11-21Use group area listeners when deleting rows.Kohei Yoshida8-22/+101
2014-11-21Dump formula group listener info.Kohei Yoshida2-6/+35