summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2014-12-05Create 2 variants of SortReorderByRow.Kohei Yoshida2-107/+213
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 Yoshida3-8/+8
2014-12-05ooo#93212 avoid slicing during construction of SdrPageDavid Tardon1-0/+3
2014-12-04removal of font name, font size and text alignment from context menusYousuf Philips1-14/+0
2014-12-03remove boolean parameter default from ScDocument::SetDirtyEike Rathke8-12/+12
2014-12-03remove boolean parameter default from ScTable::SetDirty()Eike Rathke1-1/+1
2014-12-03get rid of defaulted boolean parameters in ScColumn::SetDirty()Eike Rathke2-2/+2
2014-12-03fdo#85594 enabling date format and rearranging othersYousuf Philips2-8/+8
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