summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
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
2014-12-03fdo#85594 enabling date format and rearranging othersYousuf Philips
2014-12-03remove boolean parameter default from ScTable::SetDirty()Eike Rathke
2014-12-03get rid of defaulted boolean parameters in ScColumn::SetDirty()Eike Rathke
2014-12-02Double blank lines...Kohei Yoshida
2014-12-02Let's not forget to move the comment too.Kohei Yoshida
2014-12-02Put this inside the bulk broadcast scope.Kohei Yoshida
2014-12-02Reduce scope level.Kohei Yoshida
2014-12-02unit test for sort with broadcasters, fdo#86762Eike Rathke
2014-12-02mark numbers as untranslatableStanislav Horacek
2014-12-02fdo#86762 re-establish listeners on moved broadcastersEike Rathke
2014-12-02fdo#86762 broadcast also empty cells after sortEike Rathke
2014-12-02fdo#86762 re-establish listeners to move cell broadcastersEike Rathke
2014-12-01Add test to make sure sheet names with '&' get imported correctly.Kohei Yoshida
2014-12-01WaE: -Werror=switchCaolán McNamara