summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)AuthorFilesLines
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin1-1/+1
2017-08-11Fix typosAndrea Gelmini2-2/+2
2017-08-10editviewoverlay: Adapted URL in edit modeArmin Le Grand1-1/+8
2017-08-10editviewoverlay: correct reaction on property changeArmin Le Grand1-18/+2
2017-08-10editviewoverlay: more cases securedArmin Le Grand1-0/+4
2017-08-10editviewoverlay: EditViewSelection reorganizedArmin Le Grand8-97/+134
2017-08-10editviewoverlay: Allow EditView to run in OverlayArmin Le Grand4-17/+124
2017-08-09Removing unused SfxItemPool serialisation from scVarun Dhall2-364/+0
2017-08-08SvPersistStream deadNoel Grandin2-279/+16
2017-08-08loplugin:unusedmethodsNoel Grandin5-178/+0
2017-08-08Fix typosAndrea Gelmini1-1/+1
2017-08-08loplugin:constantparamNoel Grandin1-2/+2
2017-08-07Removing unused SfxItemPool serialisation from editengVarun Dhall13-1254/+0
2017-08-07EditEngine: Removing BIN formatVarun Dhall6-101/+16
2017-08-03lok - add support for in place chart editingMarco Cecchetti1-2/+24
2017-08-02remove unnecessary use of 'this->'Noel Grandin1-1/+1
2017-08-01move resmgr to unotoolsCaolán McNamara2-4/+3
2017-08-01loplugin:checkunusedparamsNoel Grandin1-3/+3
2017-07-31make IntlWrapper arg to GetPresentation non-implicit and non-optionalCaolán McNamara9-105/+105
2017-07-31loplugin:oncevarNoel Grandin2-3/+3
2017-07-28loplugin:constparams in editengNoel Grandin24-76/+73
2017-07-28loplugin:checkunusedparams more part2Noel Grandin3-15/+11
2017-07-27Ditch use of EditTextObject::Store() in ScGlobal::EETextObjEqual()Eike Rathke2-5/+16
2017-07-27replace sal_uLong variables with sal_uInt32 for SvNumberFormatter IDsJochen Nitschke1-1/+1
2017-07-26Restore and fix and fix harder the EditTextObject::operator==()Eike Rathke2-1/+33
2017-07-26loplugin:unusedmethodsNoel Grandin1-61/+0
2017-07-26loplugin:unusedfieldsNoel Grandin2-6/+2
2017-07-25loplugin:unusedmethodsNoel Grandin1-97/+0
2017-07-23editeng: remove bogus copy ctorJochen Nitschke1-2/+0
2017-07-22loplugin:constparams in editeng,lingucomponentNoel Grandin17-65/+65
2017-07-22loplugin:unusedfields in editengNoel Grandin5-25/+2
2017-07-21de-hrc various thingsCaolán McNamara8-12/+10
2017-07-21migrate to boost::gettextCaolán McNamara30-1580/+428
2017-07-18remove unused CntWallpaperItemCaolán McNamara1-65/+0
2017-07-18Change nonsense non-const Date* GetNullDate() to const Date&Eike Rathke1-1/+1
2017-07-13use more OUString::operator== in dbaccess..filterNoel Grandin1-1/+1
2017-07-13loplugin:oncevar: empty strings: editengStephan Bergmann2-5/+2
2017-07-12EditEngine: Making ODF Format Default for Copy/PasteVarun Dhall2-26/+55
2017-07-11EditEngine: Added expwarp for unit testsVarun Dhall1-0/+1
2017-07-11EditEngine: Added SvxSimpleUnoModel in import filterVarun Dhall3-39/+79
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin4-4/+4
2017-07-10Remove useless method OCommonAccessibleText::getTextArnaud Versini1-2/+2
2017-07-07loplugin:unnecessaryparen handle parens inside call exprNoel Grandin1-1/+1
2017-07-07EditEngine: Added para break/connect during ODF pasteVarun Dhall1-1/+22
2017-07-07C++11 remove std::binary_function bases from functorsJochen Nitschke1-1/+1
2017-07-06EditEngine: Added warning for xml export exceptionVarun Dhall1-2/+2
2017-07-06EditEngine: Added test for large para copy/pasteVarun Dhall1-0/+76
2017-07-06make binary functor unary, related tdf#108782dcvb1-6/+9
2017-07-06ensure safe GlobalEditData release of xForbiddenCharsTableCaolán McNamara2-3/+8
2017-07-06rework as a shared_ptrCaolán McNamara7-25/+23