summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/ww8scan.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-11-13Drop DEBUGSPRMREADER codeStephan Bergmann1-17/+0
2023-11-13tdf#130924 replace debugging printf with SAL_INFOYli8751-1/+1
2023-11-02Revert "WW8PLCFx_PCDAttrs::m_aShortSprm can be local"Noel Grandin1-10/+7
2023-11-01WW8PLCFx_PCDAttrs::m_aShortSprm can be localNoel Grandin1-7/+10
2023-08-09use sal_uInt64 when dealing with stream positionNoel Grandin1-3/+3
2023-05-26sw floattable: handle fDontBreakWrappedTables in the DOC filterMiklos Vajna1-4/+4
2022-10-11use more string_view in swNoel Grandin1-4/+4
2022-06-11really fix bigendian buildsRene Engelhard1-1/+1
2022-06-10new loplugin:moveitNoel Grandin1-1/+1
2022-06-09fix bigendian buildsRene Engelhard1-8/+8
2022-05-10ofz#47205 import never completedCaolán McNamara1-3/+2
2022-04-20sw: prefix members of WW8PLCFx_PCDAttrs, WW8PLCFx_SEPX, WW8PLCFx_SubDoc ...Miklos Vajna1-81/+81
2022-04-11sw: prefix members of WW8PLCFx_Cp_FKP, WW8PLCFx_FLD, WW8PLCFx_Fc_FKP and ...Miklos Vajna1-184/+184
2022-04-04sw: prefix members of SfxDeleteListener, SvtDeleteListener, ...Miklos Vajna1-72/+72
2022-03-28sw: WW8PLCFpcd, WW8PLCFpcd_Iter, WW8PLCFspecial and WW8PLCFxMiklos Vajna1-58/+58
2022-03-21sw: prefix members of SwWW8WrGrf, WW8Export, WW8PLCF and WW8PLCF_HdFtMiklos Vajna1-57/+57
2022-03-13Fix typosAndrea Gelmini1-1/+1
2022-03-13treat archaic sprmTDefTable10 like sprmTDefTableCaolán McNamara1-3/+3
2022-03-12expand with some specific documentationCaolán McNamara1-4/+6
2022-03-12ofz#45488 get WW8+ calculation of sprmTDefTable length rightCaolán McNamara1-14/+7
2021-12-16Fix typosAndrea Gelmini1-1/+1
2021-12-14Stream::Tell returns sal_uInt64Noel Grandin1-1/+1
2021-08-31ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara1-1/+8
2021-08-30ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara1-4/+4
2021-08-30ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara1-0/+3
2021-07-09ofz: OOMCaolán McNamara1-7/+8
2021-07-09make this a little more readableCaolán McNamara1-14/+9
2021-06-02SAL_WARN -> SAL_INFONoel Grandin1-1/+2
2021-05-30std::unique_ptr->std::optionalNoel Grandin1-1/+1
2021-05-21sw: replace most static_cast<sal_uInt16>() calls with o3tl::narrowing()Miklos Vajna1-7/+7
2021-04-20use OUString::Concat here, not OUStringLiteralNoel Grandin1-1/+1
2021-04-09Recheck include/ with IWYUGabor Kelemen1-0/+1
2021-03-25cid#1473931 silence Untrusted allocation sizeCaolán McNamara1-1/+1
2021-03-22cid#1242653 silence bogus Untrusted divisorCaolán McNamara1-0/+1
2021-02-21Typo fix: supress -> suppressTor Lillqvist1-16/+16
2021-02-06tdf#91920 sw page gutter margin, from top: add DOC filterMiklos Vajna1-0/+5
2020-12-27ofz#28926 Direct-leakCaolán McNamara1-14/+14
2020-12-22sw: check for remaining stream size in the WW8Fib ctorMiklos Vajna1-1/+1
2020-12-18throw exception in SvStream when reading past end of fileNoel1-0/+3
2020-11-11loplugin:stringviewNoel1-1/+1
2020-11-11convert more long -> tools::LongNoel1-1/+1
2020-10-20use tools::Long in swNoel1-47/+47
2020-10-19ofz#26480 validate WW8PLCFpcd is sorted like WW8PLCF doesCaolán McNamara1-11/+26
2020-10-12ofz#23602 Timeout processing huge SEPX full of non-SEP propertiesCaolán McNamara1-11/+14
2020-10-12IsSizeLegalCheckSize is a silly nameCaolán McNamara1-2/+2
2020-10-12ofz#23523 Timeout processing huge SEPX full of non-SEP propertiesCaolán McNamara1-2/+33
2020-10-11split out check to functionCaolán McNamara1-2/+14
2020-09-11ofz#25553 Infinite loopCaolán McNamara1-17/+17
2020-08-29Fix typo in codeAndrea Gelmini1-2/+2
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann1-1/+1