summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/ww8par.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-10-20ofz#10994 move the reset of trailing fly paras to before redline processingCaolán McNamara1-3/+3
2018-10-18Resolves: tdf#120003 missing prefix to link url in .doc importCaolán McNamara1-4/+30
2018-09-04ofz#10198 reset uncommitted fly stuff & pams before applying redliningCaolán McNamara1-0/+3
2018-08-07forcepoint#70 give all escher client data objects a common parent classCaolán McNamara1-2/+2
2018-08-07forcepoint#69 ditch any unclosed m_pPosAfterTOC before dropping cursorCaolán McNamara1-0/+1
2018-04-27ofz#8038 defer subdocument redlining to end of parse like main documentCaolán McNamara1-0/+3
2018-04-23sw: prefix members of ReaderMiklos Vajna1-11/+11
2018-04-20use a map to avoid looping on every obj deleteCaolán McNamara1-1/+1
2018-04-17tdf#42949 Remove unnecessary localization headers from swGabor Kelemen1-1/+0
2018-04-13make SdrObjUserData::Clone return std::unique_ptrNoel Grandin1-3/+3
2018-04-09use more DBG_UNHANDLED_EXCEPTIONNoel Grandin1-2/+3
2018-04-07SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand1-7/+21
2018-04-06Revert "SOSAW080: Added first bunch of basic changes to helpers"Armin Le Grand1-21/+7
2018-04-06SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand1-7/+21
2018-04-04sw: convert DELETEZ to unique_ptr in ww8graf.cxxMichael Stahl1-1/+5
2018-03-15ofz#6827 Bad-castCaolán McNamara1-7/+10
2018-03-09sw: fix some IWYU warningsMiklos Vajna1-0/+1
2018-03-05Translate German variable and function namesJohnny_M1-4/+4
2018-02-22loplugin:redundantcopy extend to ColorNoel Grandin1-2/+1
2018-02-21loplugin:changetoolsgen in swNoel Grandin1-10/+10
2018-02-18Translate German variable namesJohnny_M1-10/+10
2018-02-17Translate German variable namesJohnny_M1-3/+3
2018-02-15ofz#6360 Direct-leakCaolán McNamara1-4/+2
2018-02-12Translate German variable namesJohnny_M1-29/+29
2018-02-12Translate German variable namesJohnny_M1-2/+2
2018-02-05TypedWhichId in sw(2)Noel Grandin1-1/+1
2018-01-26sw: remove remaining not-compiling debug code to fix dbglevel=2 buildMiklos Vajna1-31/+0
2018-01-25ofz#5628 close props, del extra paras, commit redlinesCaolán McNamara1-2/+2
2018-01-25ofz#5578 remove Extraneous Paras before applying redlinesCaolán McNamara1-5/+4
2018-01-25release lastanchorpos before closing redlinesCaolán McNamara1-1/+1
2018-01-24m_pTableEndPaM is unusedCaolán McNamara1-2/+0
2018-01-24Fix some IWYU warningsMiklos Vajna1-0/+1
2018-01-23WW8PLCFxSaveAll/WW8_SHD default ctors already zero-initialize their membersStephan Bergmann1-1/+0
2018-01-23new loplugin: pointerboolNoel Grandin1-1/+1
2018-01-15More loplugin:cstylecast: swStephan Bergmann1-9/+8
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin1-2/+2
2018-01-12More loplugin:cstylecast: swStephan Bergmann1-9/+9
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin1-1/+1
2018-01-02always going to be a textnodeCaolán McNamara1-7/+2
2017-12-20Fix typosAndrea Gelmini1-1/+1
2017-12-19inline use-once typedefsNoel Grandin1-1/+1
2017-12-15ofz#4647 Integer-overflowCaolán McNamara1-1/+1
2017-12-12reuse ImportProgress class for exception safetyCaolán McNamara1-17/+1
2017-12-11tdf#96505 Deleted suffix long (L) where it is possibletagezi1-8/+8
2017-12-11loplugin:salcall fix functionsNoel Grandin1-5/+5
2017-12-08rtlRandomPool: remove pointless seeding with system timeThorsten Behrens1-5/+0
2017-12-04add html to fftesterCaolán McNamara1-6/+9
2017-11-23ofz#4335 verify sprmTDefTable lengthCaolán McNamara1-1/+1
2017-11-22TypedWhichId for SDRATTR* constants (3)Noel Grandin1-1/+1
2017-11-16fail earlierCaolán McNamara1-1/+5