Age | Commit message (Expand) | Author |
2014-12-08 | Remove more unnecessary header includes and use forward declaration. | Kohei Yoshida |
2014-12-09 | assert the "impossible" | Eike Rathke |
2014-12-09 | in ScFormulaCell dtor remove cell also from FormulaTrack | Eike Rathke |
2014-12-09 | prepare ScColumn::SetDirty() to handle BROADCAST_BROADCASTERS | Eike Rathke |
2014-12-09 | introduce ScColumn::BroadcastMode instead of bBroadcast, bIncludeEmptyCells | Eike Rathke |
2014-12-08 | Convert some test cases to using insertRangeData(). | Kohei Yoshida |
2014-12-08 | coverity#735379 annotate to dismiss Copy-paste error | Caolán McNamara |
2014-12-08 | coverity#1257114 Result is not floating-point | Caolán McNamara |
2014-12-08 | Test also Calc export / import of images with special ID | Zolnai Tamás |
2014-12-08 | coverity#1257111 Uninitialized pointer field | Caolán McNamara |
2014-12-08 | Don't treat clew as part of an "external" clcc module | Tor Lillqvist |
2014-12-08 | add test for fdo#85304 | Markus Mohrhard |
2014-12-08 | don't update range name if ref not in update range, fdo#85304 | Markus Mohrhard |
2014-12-08 | we need the SdrPage for deleting the notes, fdo#86166 | Markus Mohrhard |
2014-12-08 | Revert "No need to have OpenCL optional at configure-time" | David Tardon |
2014-12-07 | umm.. row is row and col is col | Eike Rathke |
2014-12-07 | add ReorderParam.mbHasHeaders to include in Undo range mark | Eike Rathke |
2014-12-07 | Test for linked graphic export / import of Calc | Zolnai Tamás |
2014-12-07 | coverity#707985 Uninitialized scalar field | Caolán McNamara |
2014-12-07 | Revert "coverity#1242942 Use of untrusted scalar value" | Caolán McNamara |
2014-12-07 | Introduce ParaspaceIncrease/Decrease commands in Writer and Calc | Maxim Monastirsky |
2014-12-07 | add test case for fdo#86754 | Markus Mohrhard |
2014-12-07 | handle all fill cases correctly, fdo#86754 | Markus Mohrhard |
2014-12-07 | improve formatting | Markus Mohrhard |
2014-12-07 | add test for fdo#85856 | Markus Mohrhard |
2014-12-07 | we need the original context that contains the data, fdo#85856 | Markus Mohrhard |
2014-12-07 | put that attribute into an extension namespace | Markus Mohrhard |
2014-12-07 | correct order of xml elements, related fdo#45266 | Markus Mohrhard |
2014-12-07 | remove invalid attribute that is not read anyway | Markus Mohrhard |
2014-12-07 | use correct xml element name, related fdo#45266 | Markus Mohrhard |
2014-12-06 | that just looks wrong, related fdo#51935 | Markus Mohrhard |
2014-12-05 | Fix incorrect adjustment of range references during sort. | Kohei Yoshida |
2014-12-05 | Ctrl+A and Data Sort took ages to broadcast ALL cells | Eike Rathke |
2014-12-05 | trim also empty leading column ranges, fdo#81501 follow-up | Eike Rathke |
2014-12-05 | actually use identical code for both byRow and byCol, fdo#81501 follow-up | Eike Rathke |
2014-12-05 | loplugin:cstylecast, involving pointer to incomplete type | Stephan Bergmann |
2014-12-05 | Fix high memory usage when sorting cells in Calc. (fdo#81501) | Supreme Aryal |
2014-12-05 | loplugin:unusedvariablecheck | Stephan Bergmann |
2014-12-05 | -Werror,-Wshadow | Stephan Bergmann |
2014-12-05 | Create 2 variants of SortReorderByRow. | Kohei Yoshida |
2014-12-05 | Refactor + minor bugfix in conditional formatting | Renato Ferreira |
2014-12-05 | Extract this code block into an own function. | Kohei Yoshida |
2014-12-05 | I got the terms 'union' and 'intersection' mixed up. | Kohei Yoshida |
2014-12-05 | fdo#38835 strip out OUString globals | Noel Grandin |
2014-12-05 | fdo85897 Make 'Function List' only accessible in sidebar | Samuel Mehrbrodt |
2014-12-04 | be more explicit | David Tardon |
2014-12-04 | impl. Clone for all subclasses of SdrPage | David Tardon |
2014-12-04 | ooo#93212 avoid slicing during construction of SdrPage | David Tardon |
2014-12-04 | Revert "introduce bool bBroadcast parameter for ScTable::SetDirty()" | Eike Rathke |
2014-12-03 | do not construct an ScAddress on each iteration | Eike Rathke |