summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)AuthorFilesLines
2018-01-12More loplugin:cstylecast: editengStephan Bergmann44-650/+650
2018-01-11loplugin:redundantcast: editengStephan Bergmann3-6/+6
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin3-4/+4
2018-01-10tdf#96099 Removed some trivial typedefs related to UnOrderedMap and size_t.ekuiitr1-9/+7
2018-01-09tdf#99524 - allow backward connect paragraph to undo.Mark Hung3-5/+8
2018-01-07tdf#114628 unit test for line spacingSzymon Kłos1-0/+92
2018-01-05Revert "GetTrueSlotId is dead"Noel Grandin1-1/+8
2018-01-04GetTrueSlotId is deadNoel Grandin1-8/+1
2018-01-04tdf#114664 allow the splitted paragraph attributes to recover.Mark Hung1-1/+3
2018-01-04tdf#114732 backspace can only make bullet invisible.Mark Hung1-14/+15
2018-01-03loplugin:passstuffbyref more return improvementsNoel Grandin1-1/+1
2018-01-01tdf#114628 correct line spacing for impressSzymon Kłos2-17/+28
2017-12-29loplugin:unnecessaryparen improve return checkNoel Grandin1-1/+1
2017-12-29Fix typosAndrea Gelmini1-1/+1
2017-12-28loplugin:passstuffbyref improved return in editengNoel Grandin9-25/+26
2017-12-25various coverity exception warningsCaolán McNamara3-14/+14
2017-12-22lokdialog: Allow switching language of some of the ResMgr's.Jan Holesovsky1-7/+1
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin1-3/+3
2017-12-19loplugin:unusedenumconstantsNoel Grandin2-3/+1
2017-12-18loplugin:unusedindexMike Kaganski3-118/+74
2017-12-18convert EEHorizontalTextDirection to scoped enumNoel Grandin1-3/+3
2017-12-16convert EETextFormat to scoped enumNoel Grandin4-36/+14
2017-12-15sal_uIntPtr->VclPtr<OutputDevice> in XParaPortionListNoel Grandin3-4/+4
2017-12-14editeng: error: "remove_const_t" is not a member of "std"Michael Stahl1-2/+2
2017-12-14editeng: RTF export: another buggy GetItem2() loop, for fontsMichael Stahl1-5/+8
2017-12-14editeng: fix RTF export of colorsMichael Stahl1-6/+4
2017-12-14No need to keep these whitelisted functions decorated with SAL_CALLStephan Bergmann1-1/+1
2017-12-13tools: remove unused #include from solar.hMichael Stahl4-0/+4
2017-12-11loplugin:salcall fix functionsNoel Grandin1-1/+1
2017-12-10ofz#4582 Floating-point-exceptionCaolán McNamara1-7/+11
2017-12-08cppcheck: fix some reportsJulien Nabet1-2/+1
2017-12-06Remove unused #include <vcl/metaact.hxx> from vcl/outdev.hxxStephan Bergmann2-0/+4
2017-12-06loplugin:salcall handle virtual methodsNoel Grandin2-4/+4
2017-12-05tdf#96505 removed "L" literalekuiitr1-3/+3
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin1-6/+6
2017-12-05loplugin:countusersofdefaultparams in editeng..packageNoel Grandin3-3/+3
2017-12-01loplugin:unusedfieldsNoel Grandin3-8/+3
2017-11-30xmloff: turn SvXMLImportContext into a no-op base classMichael Stahl1-2/+4
2017-11-30loplugin:unnecessaryparen: signed numeric literalsStephan Bergmann4-9/+9
2017-11-30loplugin:unusedmethodsNoel Grandin1-5/+0
2017-11-29loplugin:unusedmethodsNoel Grandin1-28/+0
2017-11-27rhbz#1517407 Capitalize every word doesn't work after bracketsCaolán McNamara2-2/+17
2017-11-27loplugin:unnecessaryparen check for (f1()).f2Noel Grandin1-1/+1
2017-11-21Translate German variable nameJohnny_M1-5/+5
2017-11-20look for =() in loplugin:unnecessaryparenNoel Grandin1-1/+1
2017-11-18RotateFlyFrame3: add support for AutoContourArmin Le Grand1-0/+16
2017-11-17TypedWhichId for EE_CHAR* constantsNoel Grandin5-30/+27
2017-11-17TypedWhichId for EE_PARA* constantsNoel Grandin5-24/+22
2017-11-16use implict conversion operator in TypedWhichIdNoel Grandin11-41/+41
2017-11-15TypedWhichIdNoel Grandin17-66/+76