Age | Commit message (Expand) | Author | Files | Lines |
2017-05-22 | Translate German comments and debug strings (leftovers in dirs d...) | Johnny_M | 28 | -49/+48 |
2017-05-22 | Test _WIN32 instead of WIN32 | Takeshi Abe | 3 | -4/+4 |
2017-05-22 | svRefList argument can be handled now in ForceArray context, tdf#58874 | Eike Rathke | 1 | -1/+4 |
2017-05-22 | remove unneeded specificity in unit test | Justin Luth | 1 | -1/+1 |
2017-05-22 | tdf#99227: remove unneeded specificity in unit test | Justin Luth | 1 | -1/+1 |
2017-05-22 | Handle SUMPRODUCT with svRefList arguments, tdf#58874 | Eike Rathke | 1 | -4/+6 |
2017-05-22 | Introduce GetMatrix() from svRefList, tdf#58874 | Eike Rathke | 2 | -2/+26 |
2017-05-22 | oox: these getShape() functions can be const | Miklos Vajna | 3 | -3/+3 |
2017-05-22 | sc lok: prevent wrong assignment aEnd.Y() | Henry Castro | 1 | -1/+1 |
2017-05-22 | PPTX import: import JPEG images ahead of time | Miklos Vajna | 1 | -0/+41 |
2017-05-22 | Unit tests for ...,ref1,arrayofrefs,ref2) to result array, tdf#58874 | Eike Rathke | 1 | -0/+30 |
2017-05-22 | Unit test for SUBTOTAL STDEV with array of references, tdf#58874 | Eike Rathke | 1 | -0/+9 |
2017-05-22 | Handle STDEV, STDEVP, VAR and VARP with arrays of references, tdf#58874 | Eike Rathke | 1 | -10/+104 |
2017-05-22 | Unit test for SUBTOTAL AVERAGE with array of references, tdf#58874 | Eike Rathke | 1 | -5/+14 |
2017-05-22 | Get vector count right, tdf#58874 | Eike Rathke | 1 | -3/+2 |
2017-05-22 | tdf#103896: Fix wrong leading and trailing tabs within dialogs on macOS | Thorsten Wagner | 1 | -8/+8 |
2017-05-22 | ww8export: match kern=2 with docxexport | Justin Luth | 1 | -1/+1 |
2017-05-22 | Access2Base - Class attribute in <span> tag | Jean-Pierre Ledure | 2 | -3/+3 |
2017-05-22 | Move result token push into GetStVarParams(), tdf#58874 | Eike Rathke | 3 | -35/+37 |
2017-05-22 | tdf#107998 - svg export: shapes are uncorrect both in Draw and Impress | Marco Cecchetti | 1 | -3/+8 |
2017-05-22 | Make GetStVarParams() parameter bTextAsZero non-optional, tdf#58874 prep | Eike Rathke | 2 | -2/+2 |
2017-05-22 | Optimizations: | Mohammed Abdul Azeem | 3 | -8/+20 |
2017-05-22 | Resolves: tdf#107981 SID_FM_CTL_PROPERTIES colorbox needs a 'default' entry | Caolán McNamara | 4 | -28/+23 |
2017-05-22 | Generalize to lambda MatOpFunc(), tdf#58874 | Eike Rathke | 2 | -41/+29 |
2017-05-22 | sw: prefix members of SwTableCalcPara | Miklos Vajna | 4 | -56/+56 |
2017-05-22 | Factor out ScInterpreter::SwitchToArrayRefList(), tdf#58874 | Eike Rathke | 2 | -40/+48 |
2017-05-22 | Unit test for SUBTOTAL MIN,MAX with array of references, tdf#58874 | Eike Rathke | 1 | -3/+21 |
2017-05-22 | Handle MIN and MAX with arrays of references, tdf#58874 | Eike Rathke | 1 | -9/+153 |
2017-05-22 | const nMatRows, tdf#58874 | Eike Rathke | 1 | -1/+1 |
2017-05-22 | Factor out to ScInterpreter::GetRefListArrayMaxSize(), tdf#58874 | Eike Rathke | 2 | -15/+22 |
2017-05-22 | Add unit test for SUBTOTAL over reference list in array context, tdf#58874 | Eike Rathke | 2 | -0/+29 |
2017-05-22 | Use SetValue() instead of SetString() | Eike Rathke | 1 | -1/+1 |
2017-05-22 | Handle reference list as array in IterateParameters(), tdf#58874 | Eike Rathke | 1 | -11/+131 |
2017-05-22 | Change IterateParameters to push token instead of returning double, tdf#58874 | Eike Rathke | 2 | -13/+20 |
2017-05-22 | Get rid of some unneccessary formula:: namespace | Eike Rathke | 2 | -18/+18 |
2017-05-22 | Do not force return value to double in SUBTOTAL and AGGREGATE, tdf#58874 | Eike Rathke | 1 | -4/+4 |
2017-05-22 | Mention validation with xmllint | Eike Rathke | 1 | -3/+11 |
2017-05-22 | Create RefList at JumpMatrix if current function returns Reference, tdf#58874 | Eike Rathke | 1 | -11/+47 |
2017-05-22 | Introduce ScRefListToken::mbArrayResult for reference results, tdf#58874 | Eike Rathke | 2 | -3/+10 |
2017-05-22 | Introduce ScJumpMatrix::mvRefList for array of reference results, tdf#58874 | Eike Rathke | 2 | -0/+8 |
2017-05-22 | Resolves: tdf#107959 SdrGrafObj leak triggers later crash | Caolán McNamara | 1 | -10/+7 |
2017-05-22 | verify that VclPtr properly disposed | Noel Grandin | 2 | -3/+12 |
2017-05-22 | update groupedbar compact notebookbar add margins and jay feedback | andreas kainz | 1 | -217/+578 |
2017-05-22 | basic: Kill unnecessary ifdef stuff | Takeshi Abe | 1 | -4/+0 |
2017-05-21 | update groupedbar compact notebookbar | andreas kainz | 1 | -2074/+6562 |
2017-05-21 | if X11/Xregion.h is universally available, we can use that instead | Caolán McNamara | 1 | -24/+1 |
2017-05-21 | cleanup unused css/animations/ and css/presentation/ includes | Jochen Nitschke | 59 | -117/+14 |
2017-05-21 | accessibility: avoid useless allocation of a VCLExternalLock | Arnaud Versini | 11 | -37/+27 |
2017-05-21 | Resolves: tdf#107964 partially revert "unused basic dialog" | Caolán McNamara | 5 | -0/+408 |
2017-05-21 | XRegion has to match the "real" XRegion structure | Caolán McNamara | 1 | -0/+12 |