summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2014-12-02unit test for sort with broadcasters, fdo#86762Eike Rathke2-0/+217
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 Rathke7-10/+25
2014-12-02fdo#86762 re-establish listeners to move cell broadcastersEike Rathke4-47/+132
2014-12-02mark numbers as untranslatableStanislav Horacek4-7/+7
2014-12-01Add test to make sure sheet names with '&' get imported correctly.Kohei Yoshida2-0/+18
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-29fdo#86035 removed uno:InsertDraw and added shapes submenu to writerYousuf Philips1-1/+0
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-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 Lillqvist8-2206/+25
2014-11-28Fix OpenCL-less build harderTor Lillqvist4-4/+18
2014-11-28Fix OpenCL-less buildTor Lillqvist3-18/+24
2014-11-28Add the "Test" button backTor Lillqvist3-4/+19
2014-11-28Work in progress: Move Calc-independend OpenCL configuration out of scTor Lillqvist19-889/+40
2014-11-28Need -lrt for clock_gettime() with older glibc versionsTor Lillqvist1-0/+6
2014-11-28Need -lrt for clock_gettime() with older glibc versionsTor Lillqvist1-0/+6
2014-11-28Move clew into a library of its ownTor Lillqvist8-1671/+5
2014-11-28Make whether to use OpenCL or not a global optionTor Lillqvist10-115/+38
2014-11-28Remaining fixes for sc.subsequentcheckMiklos Vajna11-0/+11
2014-11-28CppunitTest_sc_databaserangeobj: adapt to now enabled sidebar in CalcMiklos Vajna1-0/+1
2014-11-28CppunitTest_sc_annotationobj: adapt to now enabled sidebar in CalcMiklos Vajna1-0/+1
2014-11-28CppunitTest_sc_styleloaderobj: adapt to now enabled sidebar in CalcMiklos Vajna1-0/+1
2014-11-28CppunitTest_sc_outlineobj: adapt to now enabled sidebar in CalcMiklos Vajna1-0/+1
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#86615: Write test for this.Kohei Yoshida2-0/+32
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 Yoshida25-76/+427
2014-11-25fdo#86440 move header and footer entry to insert menuYousuf Philips1-1/+1
2014-11-25fdo#86132 add tooltips to calc xcu fileYousuf Philips1-6/+6
2014-11-25fdo#85594 enable conditional formatting button, add icons, and tooltipsYousuf Philips1-1/+5
2014-11-25make sure to check for formula first, fdo#80301Julien Nabet1-8/+10