summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2014-12-04be more explicitDavid Tardon1-1/+1
2014-12-04impl. Clone for all subclasses of SdrPageDavid Tardon2-1/+29
2014-12-04ooo#93212 avoid slicing during construction of SdrPageDavid Tardon1-0/+3
2014-12-04Revert "introduce bool bBroadcast parameter for ScTable::SetDirty()"Eike Rathke3-4/+4
2014-12-03do not construct an ScAddress on each iterationEike Rathke1-1/+6
2014-12-03slightly speed-up things by using ScTable accessEike Rathke1-5/+11
2014-12-03introduce bool bBroadcast parameter for ScTable::SetDirty()Eike Rathke3-4/+4
2014-12-03Lotus 1-2-3: fix import of mathematical functionsAndras Timar1-2/+33
2014-12-03Lotus 1-2-3: fix import of database functionsAndras Timar1-8/+14
2014-12-03Lotus 1-2-3: fix import of @AVG, @PUREAVG, @COUNT, @PURECOUNTAndras Timar1-6/+6
2014-12-03Lotus 1-2-3: fix import of @VAR, @VARS, @PUREVAR, @PUREVARSAndras Timar1-5/+5
2014-12-03Lotus 1-2-3: fix import of @STD, @STDS, @PURESTD, @PURESTDSAndras Timar1-5/+5
2014-12-03Lotus 1-2-3: fix import of @MIN, @MAX, @PUREMIN, @PUREMAXAndras Timar1-6/+6
2014-12-03coverity#1242942 Use of untrusted scalar valueCaolán McNamara1-0/+9
2014-12-03remove boolean parameter default from ScDocument::SetDirtyEike Rathke8-12/+12
2014-12-03fdo#85594 enabling date format and rearranging othersYousuf Philips2-8/+8
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-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-02unit test for sort with broadcasters, fdo#86762Eike Rathke2-0/+217
2014-12-02mark numbers as untranslatableStanislav Horacek4-7/+7
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-01Add test to make sure sheet names with '&' get imported correctly.Kohei Yoshida2-0/+18
2014-12-01WaE: -Werror=switchCaolán McNamara1-11/+7
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