summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/ww8par6.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-10-25ofz#18528 null derefCaolán McNamara1-1/+1
2019-10-24Resolves: ofz#18414 drop apo anchor if it will be deletedCaolán McNamara1-1/+10
2019-10-01Avoid redundant IsAtEnd: NextItem returns nullptr iif iterator is at endMike Kaganski1-1/+1
2019-09-28loplugin:constmethod in swNoel Grandin1-1/+1
2019-06-20tdf#42949 Fix IWYU warnings in sw/source/filter/*/*hxxGabor Kelemen1-0/+1
2019-05-27sw: prefix members of WW8DopTypographyMiklos Vajna1-1/+1
2019-05-09avoid copying when placing items into SfxItemSetNoel Grandin1-1/+1
2019-04-25WIP: Further preparations for deeper Item changesArmin Le Grand1-25/+24
2019-03-05Introduce SVBT16ToInt16 for reading sal_Int16 instead of sal_uInt16Stephan Bergmann1-2/+2
2019-03-04Rename SVBT16ToShort to SVBT16ToUInt16Stephan Bergmann1-37/+37
2019-03-01Avoid unnecessary truncation to sal_uInt16Stephan Bergmann1-1/+1
2019-02-20tdf#123433 ww8import: end same attribute as what startedJustin Luth1-2/+4
2019-02-11tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-5/+1
2019-01-15tdf#116071 ww8import: import to XATTR_FILL instead of RES_BACKGROUNDJustin Luth1-2/+7
2019-01-15use unique_ptr in SwWW8ImplReader::ConstructApoNoel Grandin1-6/+4
2018-12-21-Werror=class-memaccess (trunk towards GCC 9)Stephan Bergmann1-1/+12
2018-12-17tdf#121110 ww8import Jc80 justify is absolute, not Bidi relativeJustin Luth1-8/+69
2018-12-12tdf#121734: ww8 import: use direct formatting for floating object framesMike Kaganski1-4/+2
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann1-3/+3
2018-11-10tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski1-4/+1
2018-11-03Simplify containers iterations in sw/source/filterArkadiy Illarionov1-6/+4
2018-10-26use unique_ptr when Clone()'ing PoolItemsNoel Grandin1-11/+7
2018-10-21pvs-studio: condition always falseCaolán McNamara1-2/+1
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-2/+2
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann1-3/+3
2018-09-17New loplugin:externalStephan Bergmann1-10/+10
2018-09-12loplugin:simplifyconstruct in swNoel Grandin1-1/+0
2018-08-29tdf#119232 ww8import: even page means default to start on page 2Justin Luth1-3/+9
2018-08-22tdf#106174 ww8import: bidi - prev adjust? prev bidi?Justin Luth1-0/+27
2018-08-19Translate German commentsJohnny_M1-1/+1
2018-08-03Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-07-30workaround msvc compiler warningCaolán McNamara1-5/+5
2018-07-20forcepoint#51 anchor location deleted before graphic anchor processedCaolán McNamara1-1/+5
2018-07-08Fix typoAndrea Gelmini1-1/+1
2018-07-03tdf#118412: DOC incorrect bottom page marginLuke Deller1-1/+1
2018-06-27tdf#96099 Remove some trivial std::deque typedefsArkadiy Illarionov1-2/+2
2018-06-06Fix top margin in DOC import for tdf#117885Luke Deller1-5/+11
2018-05-07sw: prefix members of WW8RStyleMiklos Vajna1-9/+9
2018-04-14Fix typosAndrea Gelmini1-2/+2
2018-04-03tdf#93173: Remove arbitrary line spacing limitMike Kaganski1-3/+2
2018-04-02ofz#7229 Divide by zeroCaolán McNamara1-3/+6
2018-03-18tdf#112118: use correct border when calculating marginMike Kaganski1-1/+1
2018-03-16tdf#112118: DOC: properly import/export border distanceMike Kaganski1-60/+21
2018-03-15ofz#6827 Bad-castCaolán McNamara1-11/+23
2018-03-12ofz#6827 drop last anchor pos if it will be joinedCaolán McNamara1-0/+15
2018-03-07use more Color in swNoel Grandin1-11/+11
2018-02-28convert COL_ constants to be of type ColorNoel Grandin1-3/+3
2018-02-27replace Color(COL_*) with COL_*Noel Grandin1-2/+2
2018-02-26use less RGB_COLORDATANoel Grandin1-1/+1
2018-02-22loplugin:redundantcopy extend to ColorNoel Grandin1-1/+1