summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/writerwordglue.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-09-29Fix typosAndrea Gelmini1-1/+1
2019-09-01Fix '..'Andrea Gelmini1-1/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): swStephan Bergmann1-1/+1
2019-06-20tdf#42949 Fix IWYU warnings in sw/source/filter/*/*hxxGabor Kelemen1-0/+1
2019-02-10loplugin:indentation in swNoel Grandin1-2/+2
2018-10-27tdf#120703 (PVS): V519 The variable is assigned values twice successivelyMike Kaganski1-3/+2
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin1-1/+1
2018-10-22pvs-studio: V728 An excessive check can be simplifiedCaolán McNamara1-4/+2
2018-10-03loplugin:constfields in swNoel Grandin1-1/+1
2018-09-17New loplugin:externalStephan Bergmann1-6/+6
2018-08-03Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-07-30loplugin:stringloop in swNoel Grandin1-2/+1
2018-06-26tdf#96099 Remove some trivial container iterator typedefsArkadiy Illarionov1-6/+4
2018-04-12sw: fix some IWYU warningsMiklos Vajna1-0/+1
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin1-1/+1
2017-09-14clang-tidy modernize-use-emplace in swNoel Grandin1-6/+5
2017-08-07loplugin:constparams in sw part8Noel Grandin1-3/+3
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke1-2/+0
2017-07-03use sal_Int64 in tools::DateTimeNoel Grandin1-4/+4
2017-04-26use strong_int for LanguageTypeNoel Grandin1-113/+101
2017-04-19SwBreakIt::m_xBreak is always availableCaolán McNamara1-14/+13
2017-03-15convert SvxFrameDirection to scoped enumNoel Grandin1-1/+1
2017-01-18new loplugin: useuniqueptr: sw part 2Noel Grandin1-1/+0
2016-11-05tdf#41542 MSWordExport: accommodate page's borderless paddingJustin Luth1-2/+2
2016-05-12clang-tidy modernize-loop-convert in swNoel Grandin1-4/+4
2016-04-18clean-up: unused using declarations and includesJochen Nitschke1-1/+0
2016-02-29loplugin:unuseddefaultparam in sw (part1)Noel Grandin1-3/+2
2016-01-10Fix typosAndrea Gelmini1-2/+2
2015-12-10More loplugin:nullptr automatic rewrite (within templates)Stephan Bergmann1-2/+2
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-5/+5
2015-11-17use unique_ptr for pImpl in sw/Noel Grandin1-1/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-3/+3
2015-11-09formatting improvements in sw/Noel Grandin1-1/+1
2015-11-06com::sun::star->css in sw/source/coreNoel Grandin1-1/+1
2015-10-19loplugin:defaultparamsStephan Bergmann1-1/+1
2015-10-16drop templated HasItem in favour of new templated SfxItemSet::GetItemCaolán McNamara1-3/+3
2015-06-20sw: WW8 export: GetPseudoCharRuns() parameter bSplitOnCharSet is obsoleteMichael Stahl1-44/+1
2015-05-29loplugin:redundantcast: const_cast to same typeStephan Bergmann1-1/+1
2015-05-26cppcheck: noExplicitConstructorCaolán McNamara1-2/+2
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-79/+79
2015-05-06convert SUBSFONT_ to scoped enumNoel Grandin1-1/+1
2015-04-24loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-01convert BOX_LINE and BOXINFO_LINE to enum classNoel Grandin1-4/+4
2015-02-25remove NUMBERFORMAT_ constantsNoel Grandin1-1/+1
2014-11-27HdFtDistanceGlue ctor: unused usingMiklos Vajna1-2/+0
2014-08-12Refactored IDocumentStylePoolAccess out of SwDoc.Valentin Kettner1-2/+3
2014-07-16sw::util::IsPlausableSingleWordSection: take care of Boxes if LRSpace differsMiklos Vajna1-3/+20
2014-06-27sw: avoid calling convertToString() with unsupported encodingsMichael Stahl1-1/+2
2014-06-13fdo#77979: Make rtl_TextEncodingToWinCharsetRTF work for non-UnicodeStephan Bergmann1-24/+17
2014-06-12error C2361: initialization of 's_fallbacks' is skipped by 'default'Michael Stahl1-7/+7