summaryrefslogtreecommitdiff
path: root/sw/source/core/tox
AgeCommit message (Expand)AuthorFilesLines
2018-04-17tdf#42949 Remove unnecessary localization headers from swGabor Kelemen1-1/+0
2018-03-18tdf#112118: use correct border when calculating marginMike Kaganski1-3/+1
2018-03-16tdf#116403: consider borders when updating right-aligned tab in indexMike Kaganski1-0/+5
2018-02-28Fix some IWYU warningsMiklos Vajna1-0/+1
2018-02-11Pointer is always non-null ==> use referenceMatteo Casalin1-8/+4
2018-02-11Return correct length for Authority tokenMatteo Casalin1-17/+16
2018-01-24Fix some IWYU warningsMiklos Vajna1-0/+1
2018-01-15More loplugin:cstylecast: swStephan Bergmann2-3/+3
2018-01-12More loplugin:cstylecast: swStephan Bergmann1-1/+1
2017-12-06table of objects crashes on first update with object in documentCaolán McNamara1-2/+2
2017-11-20look for =() in loplugin:unnecessaryparenNoel Grandin1-1/+1
2017-10-23loplugin:includeform: swStephan Bergmann4-39/+39
2017-10-23tdf#113284 Check vector length before useTamas Bunth1-0/+3
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-6/+6
2017-09-29tdf#99689 allow Subscript in Illustration Index...Tamas Bunth1-5/+10
2017-09-14clang-tidy modernize-use-emplace in swNoel Grandin1-5/+5
2017-08-04loplugin:constparams in sw part4Noel Grandin1-1/+1
2017-07-21migrate to boost::gettextCaolán McNamara3-26/+111
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin1-1/+1
2017-07-02loplugin:casttovoid: swStephan Bergmann1-1/+0
2017-06-19sw: prefix members of SwTOXInternationalMiklos Vajna1-23/+23
2017-06-11Revert "nPoolId already points to STR_POOLCOLL_TOX_AUTHORITIES1 at this point"Caolán McNamara1-0/+2
2017-06-08nPoolId already points to STR_POOLCOLL_TOX_AUTHORITIES1 at this pointCaolán McNamara1-2/+0
2017-05-19make string translation loading more uniformCaolán McNamara2-7/+7
2017-05-03sw: fix merge conflict with 925dabe8fd42d85e5d8e610dc75252372161d1b3Michael Stahl1-1/+1
2017-05-02Revert "SwTOXTypes can just be a std::vector typedef"Noel Grandin1-1/+1
2017-05-01SwTOXTypes can just be a std::vector typedefNoel Grandin1-1/+1
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-04-24clang-tidy readability-simplify-boolean-expr in swNoel Grandin1-4/+1
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin1-1/+1
2017-02-15tdf#104315: Revert "tdf#44282 fix missing space...Xisco Fauli1-4/+1
2017-01-25sw: revert ToX hyperlinks to LO 4.3 behaviourMichael Stahl1-9/+9
2016-11-30convert SwTOOElements to o3tl::typed_flagsNoel Grandin1-1/+1
2016-11-29convert SwTOIOptions to o3tl::typed_flagsNoel Grandin2-12/+12
2016-11-29convert SwTOXElement to o3tl::typed_flagsNoel Grandin2-20/+20
2016-11-23tdf#42949 Remove unused uno headers from /sw/source/coreBartosz Kosiorek1-1/+0
2016-11-13drop useless semicolonsDavid Tardon1-2/+2
2016-10-25tdf#44282 fix missing space for numbered lists in TOCAbhilash1-1/+4
2016-10-12convert GET_POOLID constants to scoped enumNoel Grandin1-1/+1
2016-10-03Fix typosAndrea Gelmini1-1/+1
2016-08-30loplugin:stringconstant: adapt to improved OUStringLiteral1 (sw)Stephan Bergmann2-4/+4
2016-08-30Let OUStringLiteral1 take its arg as ctor arg, not template argStephan Bergmann2-6/+6
2016-08-23Remaining clang-tidy misc-move-constructor-initStephan Bergmann1-1/+1
2016-08-17convert SvxTabAdjust to scoped enumNoel Grandin3-7/+7
2016-08-16loplugin:stringconstantStephan Bergmann1-1/+1
2016-08-16tdf#44282 fix missing space for numbered lists in TOCAbhilash Singh1-0/+4
2016-06-27loplugin:singlevalfields in sw(part4)Noel Grandin1-2/+0
2016-05-25sw: boost::numeric_cast not really ideal in core codeMichael Stahl1-4/+4
2016-05-19clang-tidy modernize-make-uniqueNoel Grandin1-2/+3
2016-05-12clang-tidy modernize-loop-convert in swNoel Grandin1-4/+4