Age | Commit message (Expand) | Author | Files | Lines |
2012-12-19 | Little optimization when detecting if there is cell notes to be deleted | Rodolfo Ribeiro Gomes | 1 | -0/+3 |
2012-12-19 | even simpler way to get the whole range | Markus Mohrhard | 1 | -22/+1 |
2012-12-19 | Little optimisation when getting the whole range | Rodolfo Ribeiro Gomes | 1 | -8/+5 |
2012-12-19 | wrap vararg sax functions in typesafe overloads | Luboš Luňák | 2 | -3/+37 |
2012-12-19 | Remove unused method from sc: importBiffRecord | Marcos Paulo de Souza | 2 | -30/+0 |
2012-12-18 | Check the validity of row ranges after after the data area shrinkage. | Kohei Yoshida | 1 | -1/+10 |
2012-12-18 | fdo#56937 - mac a11y hang related to traversing vast, broken hierarchies. | Michael Meeks | 2 | -5/+17 |
2012-12-18 | finalize pivot *before* scenario sheet to ensure table numbers are correct | Noel Power | 1 | -5/+6 |
2012-12-18 | Remove unused ScTabPopShell | Marcos Paulo de Souza | 3 | -130/+0 |
2012-12-18 | we need to use a copy of the original ScPatternAttr, fdo#58338 | Markus Mohrhard | 1 | -5/+7 |
2012-12-18 | fix the test for cond format export | Markus Mohrhard | 1 | -5/+5 |
2012-12-17 | first check that the number of cells has not been reached yet, fdo#58346 | Markus Mohrhard | 1 | -8/+8 |
2012-12-17 | UI does not update correctly for icon sets, fdo#58308 | Markus Mohrhard | 2 | -1/+5 |
2012-12-17 | workaround FORMULA is not part of the condition is in the UI | Markus Mohrhard | 1 | -0/+4 |
2012-12-17 | fix the month date formats, related fdo#58340 | Markus Mohrhard | 1 | -2/+12 |
2012-12-17 | checking for the month is wrong, related fdo#58340 | Markus Mohrhard | 1 | -3/+3 |
2012-12-17 | Change the order of always, never, ask enumerations. | Kohei Yoshida | 6 | -24/+26 |
2012-12-17 | Re-arranged formula options page to make room for re-calc option. | Kohei Yoshida | 3 | -47/+50 |
2012-12-17 | Use check box "Always perform this in future" rather than 4 buttons. | Kohei Yoshida | 4 | -45/+16 |
2012-12-17 | callcatcher: update unusedcode code list | Caolán McNamara | 7 | -117/+1 |
2012-12-17 | UniString::Fill -> OUStringBuffer::padToLength | Caolán McNamara | 1 | -3/+4 |
2012-12-17 | UniString::ToUpperAscii -> OUString::toAsciiUpperCase | Caolán McNamara | 2 | -11/+10 |
2012-12-16 | PCH for Library_sc | Luboš Luňák | 3 | -0/+945 |
2012-12-15 | check conditions before checking for matrix fragment | Eike Rathke | 1 | -3/+6 |
2012-12-15 | add missing *IFS pieces to Excel filter | Eike Rathke | 1 | -11/+8 |
2012-12-15 | AVERAGEIFS with FUNCFLAG_PARAMPAIRS | Eike Rathke | 1 | -1/+1 |
2012-12-15 | EvalMatrix<XorEvaluator> for Xor | Eike Rathke | 1 | -20/+9 |
2012-12-15 | EvalMatrix: do not short circuit, propagate errors | Eike Rathke | 1 | -10/+14 |
2012-12-15 | aString not rString | Eike Rathke | 1 | -13/+13 |
2012-12-15 | ScInterpreter::IterateParametersIfs() with external references | Eike Rathke | 1 | -0/+21 |
2012-12-15 | calcishmakkica: #i114428# merge some XOR related code | Marina Plakalovic | 4 | -3/+39 |
2012-12-15 | calcishmakkica: #i117283# support new functions in Excel filters | Daniel Rentz [dr] | 5 | -5/+27 |
2012-12-15 | calcishmakkica: init vars | Eike Rathke [er] | 1 | -18/+18 |
2012-12-15 | calcishmakkica: WaE wntmsci12 | Eike Rathke [er] | 1 | -2/+2 |
2012-12-15 | calcishmakkica: #i90269# #i95144# #i101466# | Eike Rathke [er] | 4 | -190/+218 |
2012-12-15 | calcishmakkica: #i90269# #i95144# #i101466# implement SUMIFS, AVERAGEIFS, COU... | Marina Plakalovic | 12 | -12/+599 |
2012-12-15 | changes to "calcishmakkica: #i101466# implement AVERAGEIF" | Eike Rathke | 3 | -677/+315 |
2012-12-15 | calcishmakkica: #i101466# implement AVERAGEIF | Marina Plakalovic | 7 | -15/+448 |
2012-12-15 | force size recalculation if existing cond format is displayed, fdo#58339 | Markus Mohrhard | 1 | -0/+2 |
2012-12-15 | don't overwrite color scale information in dlg if already set, fdo#58337 | Markus Mohrhard | 1 | -10/+7 |
2012-12-15 | don't overwrite data bar data if already set, fdo#58336 | Markus Mohrhard | 1 | -6/+9 |
2012-12-15 | COLORSCALE_AUTO needs special handling | Markus Mohrhard | 1 | -1/+2 |
2012-12-15 | Some cppcheck cleaning in sc | Julien Nabet | 2 | -4/+2 |
2012-12-15 | it is only important if one entry forces an update | Markus Mohrhard | 1 | -4/+2 |
2012-12-15 | no need for this using statement | Markus Mohrhard | 1 | -1/+0 |
2012-12-15 | use correct cond format dlg setUp for colorscales, fdo#58232 | Markus Mohrhard | 2 | -11/+14 |
2012-12-15 | make editing conditional formats more obvious, related fdo#57895 | Markus Mohrhard | 3 | -13/+73 |
2012-12-15 | fdo#35943: Better performance with pivot table refresh. | Kohei Yoshida | 3 | -6/+43 |
2012-12-14 | Do extra check on source range to make sure no funny things happen. | Kohei Yoshida | 2 | -0/+13 |
2012-12-14 | Fixed accidentally modified default view options. | Kohei Yoshida | 2 | -20/+20 |