summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2014-12-01fdo#84293 move clipboard functions to the top of context menuYousuf Philips1-60/+60
2014-12-01fdo#84938: replace EVENT_ constants with enumTobias Madl9-22/+22
2014-12-01add test case for fdo#86518Markus Mohrhard1-0/+14
2014-12-01avoid modifying range name references that are not affected, fdo#86518Markus Mohrhard1-0/+4
2014-12-01For external data sources this variable can be null, fdo#83534Markus Mohrhard1-0/+3
2014-11-30amended solution to @TERM and @CTERM import from Lotus 1-2-3Andras Timar1-5/+9
2014-11-30coverity#1242775 Use of untrusted scalar valueCaolán McNamara2-98/+123
2014-11-30fdo#85486 - Clean up unnecessary enumerations from xenum.hxxRadu Ioan1-4/+4
2014-11-29fdo#86035 removed uno:InsertDraw and added shapes submenu to writerYousuf Philips1-1/+0
2014-11-30add test case for fdo#86253Markus Mohrhard2-0/+44
2014-11-30we need to copy the condition format cell for cell, fdo#86253Markus Mohrhard1-2/+5
2014-11-30don't call XLSX methods in XLS export, related fdo#59762Markus Mohrhard1-8/+14
2014-11-30setting the document modified during import is insaneMarkus Mohrhard1-7/+17
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-28scui needs the opencl library at least on WindowsTor Lillqvist1-1/+3
2014-11-27unused function Calc_nBLIPPosAndras Timar2-7/+0
2014-11-27Put the KernelEnv struct inside the opencl namespace, tooTor Lillqvist1-9/+9
2014-11-27Clean up confusing OpenCL code a bitTor Lillqvist1-20/+20
2014-11-27remove SAL_DEBUGEike Rathke1-1/+0
2014-11-27fdo#86169 fix completion of function name crashWinfried Donkers1-8/+15
2014-11-27WaE: variable 'bSetOpenCL' set but not usedTor Lillqvist1-1/+3
2014-11-27Move more Calc-independent OpenCL stuff from the sc to the opencl moduleTor Lillqvist8-2206/+25
2014-11-27fdo#86687 Avoid deadlock updating progress barMatthew J. Francis1-1/+4
2014-11-27Fix OpenCL-less build harderTor Lillqvist4-4/+18
2014-11-27Fix OpenCL-less buildTor Lillqvist3-18/+24
2014-11-27Add the "Test" button backTor Lillqvist3-4/+19
2014-11-27Work in progress: Move Calc-independend OpenCL configuration out of scTor Lillqvist19-889/+40
2014-11-27Missing includeStephan Bergmann1-0/+1
2014-11-25remove boost/unordered_map.hpp include from types.hxx.Kohei Yoshida10-4/+80
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#86615: Write test for this.Kohei Yoshida2-0/+32
2014-11-25Need -lrt for clock_gettime() with older glibc versionsTor Lillqvist1-0/+6
2014-11-25Need -lrt for clock_gettime() with older glibc versionsTor Lillqvist1-0/+6
2014-11-25Move clew into a library of its ownTor Lillqvist8-1671/+5
2014-11-25fdo#86708 paint after Undo of SortEike Rathke1-0/+3
2014-11-25fdo#84848 enable 'save as' button in toolbarYousuf Philips1-1/+1
2014-11-25Missing includeStephan Bergmann1-0/+1
2014-11-25Adjust ref undo to ensure group area listeners are used.Kohei Yoshida25-76/+427
2014-11-25all these ids and their associated resources were unnecessaryCaolán McNamara3-101/+2
2014-11-25We now only need one bit of information hereCaolán McNamara17-17/+17
2014-11-25fdo#86132 add tooltips to calc xcu fileYousuf Philips1-6/+6
2014-11-25fdo#86440 move header and footer entry to insert menuYousuf Philips1-1/+1
2014-11-25fdo#85594 enable conditional formatting button, add icons, and tooltipsYousuf Philips1-1/+5
2014-11-25java: final fields that can be staticNoel Grandin2-2/+2
2014-11-25check internal and external sheet references in both modesEike Rathke1-9/+38
2014-11-25check that the fdo#79441 case works in both update references modesEike Rathke2-1/+13
2014-11-25fix fdo#79441 again and keep references to other sheets during sortEike Rathke4-0/+55