summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)AuthorFilesLines
2016-05-11convert EXTTEXTINPUT_ATTR to scoped enumNoel Grandin3-17/+17
2016-05-10Fix typosAndrea Gelmini1-1/+1
2016-05-10Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann2-2/+3
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann5-15/+19
2016-05-10Insert explicit "break" when falling through to empty next caseStephan Bergmann1-0/+1
2016-05-09convert OUTLINER_MODE to scoped enumNoel Grandin5-36/+39
2016-05-09convert FONT_EMPHASIS_MARK to scoped enumNoel Grandin6-33/+35
2016-05-09convert SfxStyleFamily to scoped enumNoel Grandin6-12/+12
2016-05-08Translate German commentJulien Nabet1-1/+1
2016-05-04use Any constructor instead of temporariesNoel Grandin1-9/+3
2016-05-04While at it, delete Any functions on sal_Bool*Stephan Bergmann2-32/+15
2016-05-03Prevent Any::setValue from reinterpreting bool* as sal_Bool*Stephan Bergmann1-35/+33
2016-05-01Replace '||' with '&&'Rosemary Sebastian1-1/+1
2016-05-01Fix typo in codeAndrea Gelmini2-3/+3
2016-04-28teach stylepolice plugin about ref-counted-pointer namingNoel Grandin1-5/+0
2016-04-27todo odd warnings being printedMichael Stahl1-0/+1
2016-04-27-Werror,-WvarargsStephan Bergmann2-5/+5
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin2-6/+6
2016-04-26clang-tidy modernize-loop-convert in e*Noel Grandin18-103/+88
2016-04-21new plugin stylepoliceNoel Grandin1-3/+3
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann13-31/+31
2016-04-20Use IsRightToLeft()Stephan Bergmann2-7/+5
2016-04-19So this is apparently about right-to-left levels, not a boolean flagStephan Bergmann4-21/+21
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin3-22/+16
2016-04-18clean-up: unused using declarations and includesJochen Nitschke1-1/+0
2016-04-14-Werror=logical-op (GCC 6)Stephan Bergmann1-1/+1
2016-04-14-Werror=logical-op (GCC 6)Stephan Bergmann1-1/+1
2016-04-13loplugin:passstuffbyref in editengNoel Grandin2-9/+9
2016-04-12Avoid reserved identifiersStephan Bergmann2-5/+5
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke4-4/+0
2016-04-11clang-tidy performance-unnecessary-value-param in editengNoel Grandin6-19/+19
2016-04-11tdf#94306 replace boost::noncopyable ...Jochen Nitschke4-11/+17
2016-04-10don't pool SvxFieldItem, tdf#92773Markus Mohrhard1-1/+1
2016-04-06Avoid reserved identifierStephan Bergmann1-5/+5
2016-04-06Avoid reserved identifiersStephan Bergmann1-6/+6
2016-04-06Avoid reserved identifierStephan Bergmann1-1/+1
2016-04-06Avoid reserved identifiersStephan Bergmann2-10/+10
2016-04-06Avoid reserved identifiersStephan Bergmann1-2/+2
2016-04-05loplugin:constantparam in editengNoel Grandin6-17/+12
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke2-2/+0
2016-03-31tdf#97525 vcl: make DeletionListener internalJochen Nitschke1-1/+0
2016-03-31use SAL_N_ELEMENTS more widelyNoel Grandin1-1/+1
2016-03-29Avoid reserved identifiersStephan Bergmann3-18/+18
2016-03-23loplugin:constantparam in editengNoel Grandin7-197/+47
2016-03-18loplugin:constantfunction in editengNoel Grandin15-42/+33
2016-03-15loplugin:constantparamNoel Grandin2-5/+3
2016-03-10coverity#1355507 uninitialized scalar fieldCaolán McNamara5-17/+17
2016-03-10loplugin:constantparam in editengNoel Grandin7-29/+18
2016-03-09remove unused NOT_POOLABLE enum valueNoel Grandin1-55/+55
2016-03-07loplugin:write only fieldsNoel Grandin6-24/+22