summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
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
2014-11-24Make whether to use OpenCL or not a global optionTor Lillqvist10-115/+38
2014-11-24these were just ids, shouldn't be backed by actual string resourcesCaolán McNamara1-21/+0
2014-11-24so these ResIds are only being used for the numerical valueCaolán McNamara12-12/+12
2014-11-24show that GetImageManager never has a NULL moduleCaolán McNamara1-5/+5
2014-11-24move RID_APPTITLE to desktop where its usedCaolán McNamara3-3/+4
2014-11-24coverity#1255908 Resource leakCaolán McNamara1-17/+17
2014-11-24import @TERM and @CTERM functions from Lotus 1-2-3 files (related: fdo#86241)Andras Timar1-11/+35
2014-11-24Remove superfluous and inconsistent whitespaceTor Lillqvist1-3/+3
2014-11-24Bin commented-out unreachable 'break' statementsTor Lillqvist10-28/+4
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-24timers: callback useless, remove timer completely.Tobias Madl2-13/+0
2014-11-23fdo#85486 - Clean up unnecessary enumerations from xenum.hxxRadu Ioan1-9/+9
2014-11-23Remaining fixes for sc.subsequentcheckMiklos Vajna11-0/+11
2014-11-23CppunitTest_sc_databaserangeobj: adapt to now enabled sidebar in CalcMiklos Vajna1-0/+1
2014-11-23CppunitTest_sc_annotationobj: adapt to now enabled sidebar in CalcMiklos Vajna1-0/+1
2014-11-23CppunitTest_sc_styleloaderobj: adapt to now enabled sidebar in CalcMiklos Vajna1-0/+1
2014-11-23CppunitTest_sc_outlineobj: adapt to now enabled sidebar in CalcMiklos Vajna1-0/+1
2014-11-23make sure to check for formula first, fdo#80301Julien Nabet1-8/+10
2014-11-21Use group area listeners when deleting rows.Kohei Yoshida12-28/+124
2014-11-21Dump formula group listener info.Kohei Yoshida3-6/+41
2014-11-21check that sort with absolute references works in both modesEike Rathke1-7/+20
2014-11-21Handle group area listeners correctly when deleting cells.Kohei Yoshida3-17/+45