summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/ww8scan.hxx
AgeCommit message (Expand)AuthorFilesLines
2019-10-17Remove some memset callsMike Kaganski1-5/+2
2019-09-28loplugin:constmethod in swNoel Grandin1-1/+1
2019-09-27Related: tdf#124601 DOC import: improve fLayoutInCell handlingMiklos Vajna1-0/+2
2019-08-03Fix typosAndrea Gelmini1-1/+1
2019-06-20tdf#42949 Fix IWYU warnings in sw/source/filter/*/*hxxGabor Kelemen1-7/+0
2019-05-07Replace list by deque for maFkpCache (ww8scan)Julien Nabet1-2/+2
2019-03-06loplugin:unnecessaryparen improve member expressionNoel Grandin1-1/+1
2019-03-05re-land "new loplugin typedefparam""Noel Grandin1-8/+8
2019-03-04Revert "new loplugin typedefparam"Noel Grandin1-8/+8
2019-03-04new loplugin typedefparamNoel Grandin1-8/+8
2019-01-24loplugin:constparams in swNoel Grandin1-3/+3
2019-01-15use unique_ptr in WW8StyleNoel Grandin1-2/+2
2018-12-19-Werror=class-memaccess (trunk towards GCC 9)Stephan Bergmann1-402/+402
2018-12-17tdf#121110 ww8import Jc80 justify is absolute, not Bidi relativeJustin Luth1-0/+2
2018-12-08Clean up LIBO_INTERNAL_ONLY uses of SAL_WARN_UNUSED_RESULTStephan Bergmann1-1/+1
2018-09-23loplugin:unusedmethodsNoel Grandin1-2/+0
2018-09-11Use [[nodiscard]] in SAL_WARN_UNUSED_RESULT where availableStephan Bergmann1-2/+1
2018-08-15ofz#9917 use a WW8SprmIter to find the sprmCaolán McNamara1-1/+1
2018-08-06loplugin:useuniqueptr in WW8PLCFx_BookNoel Grandin1-1/+1
2018-08-06loplugin:useuniqueptr in WW8PLCFx_AtnBookNoel Grandin1-1/+1
2018-08-06loplugin:useuniqueptr in WW8PLCFx_FactoidBookNoel Grandin1-1/+1
2018-07-26loplugin:useuniqueptr in WW8PLCFx_PCDAttrsNoel Grandin1-32/+31
2018-07-26loplugin:useuniqueptr in WW8PLCFx_SubDocNoel Grandin1-3/+3
2018-07-26loplugin:useuniqueptr in WW8PLCFx_Fc_FKPNoel Grandin1-3/+3
2018-07-25convert pFontA to std::vectorCaolán McNamara1-3/+2
2018-06-25tdf#96099 Remove trivial container typedefs in stoc, svl, svx, swArkadiy Illarionov1-1/+0
2018-05-22sw: prefix members of WW8StyleMiklos Vajna1-13/+13
2018-04-28loplugin:countusersofdefaultparamsNoel Grandin1-1/+1
2018-04-07Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann1-1/+1
2018-04-03long->sal_Int32 in tools/gen.hxxNoel Grandin1-1/+1
2018-03-18ofz#6990 Integer-overflowCaolán McNamara1-3/+3
2018-02-17Translate German variable namesJohnny_M1-5/+5
2018-02-12Translate German variable namesJohnny_M1-9/+9
2018-01-30loplugin:unused-returns in swNoel Grandin1-1/+1
2018-01-17ofz#5447 on plcf save force current Fkp to stick in cacheCaolán McNamara1-1/+8
2017-12-06Remove unused #include <vcl/metaact.hxx> from vcl/outdev.hxxStephan Bergmann1-0/+1
2017-11-07loplugin:constparams in swNoel Grandin1-2/+2
2017-10-23loplugin:finalclasses in swNoel Grandin1-2/+2
2017-10-18ofz+ubsan: signed integer overflow in unused variableCaolán McNamara1-1/+0
2017-10-05ww8: always use "" for includes in current source's directoryMike Kaganski1-1/+1
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin1-2/+1
2017-08-07loplugin:constparams in sw part9Noel Grandin1-1/+1
2017-07-11loplugin:useuniqueptr in swNoel Grandin1-3/+4
2017-07-11ofz#2538: avoid oomCaolán McNamara1-3/+0
2017-06-21convert ErrCode to strong typedefNoel Grandin1-2/+2
2017-04-26use strong_int for LanguageTypeNoel Grandin1-4/+4
2017-04-12drop unused argumentCaolán McNamara1-2/+2
2017-04-12ofz: timeout, guard against going backwardsCaolán McNamara1-2/+2
2017-04-11consistently track amount of buffers remainingCaolán McNamara1-14/+29
2017-04-05ofz: stay within available dataCaolán McNamara1-5/+6