summaryrefslogtreecommitdiff
path: root/sw/source/core/tox/tox.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-11-10sw_redlinehide_3: pass layout into SwTextNode::GetExpandText()Michael Stahl1-1/+1
2018-10-03loplugin:constfields in swNoel Grandin1-2/+2
2018-08-03Add missing sal/log.hxx headersGabor Kelemen1-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
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 McNamara1-21/+107
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 McNamara1-5/+5
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-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin1-1/+1
2016-11-30convert SwTOOElements to o3tl::typed_flagsNoel Grandin1-1/+1
2016-11-29convert SwTOIOptions to o3tl::typed_flagsNoel Grandin1-1/+1
2016-11-29convert SwTOXElement to o3tl::typed_flagsNoel Grandin1-1/+1
2016-10-03Fix typosAndrea Gelmini1-1/+1
2016-08-30loplugin:stringconstant: adapt to improved OUStringLiteral1 (sw)Stephan Bergmann1-1/+1
2016-08-30Let OUStringLiteral1 take its arg as ctor arg, not template argStephan Bergmann1-3/+3
2016-08-17convert SvxTabAdjust to scoped enumNoel Grandin1-4/+4
2016-06-27loplugin:singlevalfields in sw(part4)Noel Grandin1-2/+0
2016-05-12clang-tidy modernize-loop-convert in swNoel Grandin1-4/+4
2016-05-10Insert explicit "break" when falling through to empty next caseStephan Bergmann1-0/+1
2016-04-01tdf#97966 Drop 'static' keywordsWastack1-1/+1
2016-01-21loplugin: unused return valuesNoel Grandin1-3/+1
2015-11-115th step to remove tools/rtti.hxxOliver Specht1-1/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-7/+7
2015-11-06com::sun::star->css in sw/source/coreNoel Grandin1-2/+1
2015-10-30sw: prefix members of SwFormMiklos Vajna1-26/+26
2015-10-28sw: prefix members of SwTOXMarkMiklos Vajna1-20/+20
2015-10-28sw: prefix members of SwTOXTypeMiklos Vajna1-4/+4
2015-10-02sw: prefix members of SwTOXBaseMiklos Vajna1-45/+45
2015-06-25loplugin:stringconstant: Flag more inefficienciesStephan Bergmann1-1/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-1/+1
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-12/+12
2015-05-03tdf#89783: Adjust to new GetPos retval (size_t vs. sal_uInt16)Katarina Behrens1-1/+1
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-4/+4
2015-03-19move SwIterator into calbck.hxxBjoern Michaelsen1-1/+1
2015-01-22Merge common code of sw format listsJan-Marek Glogowski1-12/+0
2014-12-17Introduce rtl::OUStringLiteral1Stephan Bergmann1-2/+2
2014-12-17fdo#75757 Remove inheritance to std::vectorMichaël Lefèvre1-3/+3
2014-11-24loplugin: cstylecastNoel Grandin1-1/+1
2014-10-27sw: assert SfxPoolItem::operator==Michael Stahl1-1/+1
2014-09-07more accurate typingLionel Elie Mamane1-1/+1
2014-09-07AUTH_FIELD_END looks like it is made for thisLionel Elie Mamane1-2/+2
2014-09-07push explicit cast to minimal expressionLionel Elie Mamane1-2/+2
2014-09-06Fix build: narrowing castMatteo Casalin1-1/+1
2014-09-06Improve readability by early bailoutMatteo Casalin1-10/+13