summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2014-12-08Don't treat clew as part of an "external" clcc moduleTor Lillqvist
2014-12-08add test for fdo#85304Markus Mohrhard
2014-12-08don't update range name if ref not in update range, fdo#85304Markus Mohrhard
2014-12-08we need the SdrPage for deleting the notes, fdo#86166Markus Mohrhard
2014-12-08Revert "No need to have OpenCL optional at configure-time"David Tardon
2014-12-07umm.. row is row and col is colEike Rathke
2014-12-07add ReorderParam.mbHasHeaders to include in Undo range markEike Rathke
2014-12-07Test for linked graphic export / import of CalcZolnai Tamás
2014-12-07coverity#707985 Uninitialized scalar fieldCaolán McNamara
2014-12-07Revert "coverity#1242942 Use of untrusted scalar value"Caolán McNamara
2014-12-07Introduce ParaspaceIncrease/Decrease commands in Writer and CalcMaxim Monastirsky
2014-12-07add test case for fdo#86754Markus Mohrhard
2014-12-07handle all fill cases correctly, fdo#86754Markus Mohrhard
2014-12-07improve formattingMarkus Mohrhard
2014-12-07add test for fdo#85856Markus Mohrhard
2014-12-07we need the original context that contains the data, fdo#85856Markus Mohrhard
2014-12-07put that attribute into an extension namespaceMarkus Mohrhard
2014-12-07correct order of xml elements, related fdo#45266Markus Mohrhard
2014-12-07remove invalid attribute that is not read anywayMarkus Mohrhard
2014-12-07use correct xml element name, related fdo#45266Markus Mohrhard
2014-12-06that just looks wrong, related fdo#51935Markus Mohrhard
2014-12-05Fix incorrect adjustment of range references during sort.Kohei Yoshida
2014-12-05Ctrl+A and Data Sort took ages to broadcast ALL cellsEike Rathke
2014-12-05trim also empty leading column ranges, fdo#81501 follow-upEike Rathke
2014-12-05actually use identical code for both byRow and byCol, fdo#81501 follow-upEike Rathke
2014-12-05loplugin:cstylecast, involving pointer to incomplete typeStephan Bergmann
2014-12-05Fix high memory usage when sorting cells in Calc. (fdo#81501)Supreme Aryal
2014-12-05loplugin:unusedvariablecheckStephan Bergmann
2014-12-05-Werror,-WshadowStephan Bergmann
2014-12-05Create 2 variants of SortReorderByRow.Kohei Yoshida
2014-12-05Refactor + minor bugfix in conditional formattingRenato Ferreira
2014-12-05Extract this code block into an own function.Kohei Yoshida
2014-12-05I got the terms 'union' and 'intersection' mixed up.Kohei Yoshida
2014-12-05fdo#38835 strip out OUString globalsNoel Grandin
2014-12-05fdo85897 Make 'Function List' only accessible in sidebarSamuel Mehrbrodt
2014-12-04be more explicitDavid Tardon
2014-12-04impl. Clone for all subclasses of SdrPageDavid Tardon
2014-12-04ooo#93212 avoid slicing during construction of SdrPageDavid Tardon
2014-12-04Revert "introduce bool bBroadcast parameter for ScTable::SetDirty()"Eike Rathke
2014-12-03do not construct an ScAddress on each iterationEike Rathke
2014-12-03slightly speed-up things by using ScTable accessEike Rathke
2014-12-03introduce bool bBroadcast parameter for ScTable::SetDirty()Eike Rathke
2014-12-03Lotus 1-2-3: fix import of mathematical functionsAndras Timar
2014-12-03Lotus 1-2-3: fix import of database functionsAndras Timar
2014-12-03Lotus 1-2-3: fix import of @AVG, @PUREAVG, @COUNT, @PURECOUNTAndras Timar
2014-12-03Lotus 1-2-3: fix import of @VAR, @VARS, @PUREVAR, @PUREVARSAndras Timar
2014-12-03Lotus 1-2-3: fix import of @STD, @STDS, @PURESTD, @PURESTDSAndras Timar
2014-12-03Lotus 1-2-3: fix import of @MIN, @MAX, @PUREMIN, @PUREMAXAndras Timar
2014-12-03coverity#1242942 Use of untrusted scalar valueCaolán McNamara
2014-12-03remove boolean parameter default from ScDocument::SetDirtyEike Rathke