Age | Commit message (Expand) | Author |
2017-02-21 | unit test for copying note from clipboard after closing orig doc, tdf#104967 | Eike Rathke |
2017-02-21 | this should had been GetNote() and GetCaption() | Eike Rathke |
2017-02-21 | stray fprintf | Caolán McNamara |
2017-02-21 | convert calc changes menu to .ui | Caolán McNamara |
2017-02-21 | stl debugging points out that a < a | Caolán McNamara |
2017-02-21 | add ENCODEURL test case | Zdeněk Crhonek |
2017-02-21 | move ScDocShell de-/init related to getNewDocShell() and closeDocShell() | Eike Rathke |
2017-02-21 | unit test for cell merge with note caption undo, tdf#105667 | Eike Rathke |
2017-02-21 | Fix typos/translations, following 04644956e53d | Andrea Gelmini |
2017-02-21 | tdf#106049 Apply proper constraints for Calc function T.INV. | Winfried Donkers |
2017-02-21 | tdf#106052 Treat SubFormat for "Precision as shown" | Laurent Balland-Poirier |
2017-02-21 | loplugin:unusedmethods | Noel Grandin |
2017-02-21 | Improve readability. | Jan Holesovsky |
2017-02-21 | loplugin:subtlezeroinit: sc | Stephan Bergmann |
2017-02-20 | Related: tdf#106089 generate range string with current address convention | Eike Rathke |
2017-02-20 | Resolves: tdf#106089 catch legal IllegalArgumentException on bad range string | Eike Rathke |
2017-02-20 | use SvNumberformat::GetMaskedType() | Eike Rathke |
2017-02-20 | don't obtain the underlying SvNumberformat thrice, tdf#105657 follow-up | Eike Rathke |
2017-02-20 | add ROW testcase | Zdeněk Crhonek |
2017-02-20 | tdf#105657 Treat "Precision as shown" for fractions | Laurent Balland-Poirier |
2017-02-20 | tdf#74739 removed 'PasteOnly' from Tools->customize->keyboard tab->edit | pv2k |
2017-02-20 | Resolves: tdf#100841 retain popover if it has the same pos, size and settings | Caolán McNamara |
2017-02-20 | tdf#105931 Add function ROUNDSIG to Calc. | Winfried Donkers |
2017-02-20 | convert StringType to scoped enum | Noel Grandin |
2017-02-20 | remove unused External from ConvErr enum | Noel Grandin |
2017-02-20 | convert XclFontItemType to scoped enum | Noel Grandin |
2017-02-20 | move comment to class and comment individual entries separately | Caolán McNamara |
2017-02-20 | update .src comment for stringarray conversion | Caolán McNamara |
2017-02-20 | tdf#84323: Make osl::Condition::wait more readable | Fakabbir Amin |
2017-02-20 | cppcheck: redundantAssignment and unreadVariable | Jochen Nitschke |
2017-02-19 | can be a PopupMenu instead of ScPopupMenu | Caolán McNamara |
2017-02-19 | Small German comments | Lukas Röllin |
2017-02-19 | Typos: mainly translation remnants of Objekt instead of object | Julien Nabet |
2017-02-18 | Translate German comments in interpr1.cxx | Laurent Balland-Poirier |
2017-02-18 | German comment translations | Lukas Röllin |
2017-02-18 | don't forget to set the managed flag, tdf#105544 | Markus Mohrhard |
2017-02-18 | add test for tdf#105486 | Markus Mohrhard |
2017-02-18 | fix conditional format import from XLSB, tdf#105486 | Markus Mohrhard |
2017-02-18 | Resolves: tdf#105667 forget target area's caption pointer in Merge Undo | Eike Rathke |
2017-02-17 | Pivot dialog: use C++11 feat., get rid of using namespace std | Tomaž Vajngerl |
2017-02-17 | add CHISQ.INV, CHISQ.INV.RT test case | Zdeněk Crhonek |
2017-02-17 | sort by opcode and use lower_bound to find in sorted list | Caolán McNamara |
2017-02-17 | move formula description extra data out of .src | Caolán McNamara |
2017-02-17 | more counts<SC_DPOUT_MAXLEVELS to check, tdf#105858 related | Eike Rathke |
2017-02-17 | Resolves: tdf#105858 check nDataCount<SC_DPOUT_MAXLEVELS to prevent crash | Eike Rathke |
2017-02-17 | sc lok: Unit tests for Comments API | Pranav Kant |
2017-02-17 | remove unused svSubroutine from StackVarEnum | Noel Grandin |
2017-02-17 | remove unused formula ErrorCode enumerators | Noel Grandin |
2017-02-16 | Translate some German comments in sc | Katarina Behrens |
2017-02-16 | tdf#89387 improve performance for some matrix operations | giacco |