summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2020-04-07tdf#119037: Add unittestXisco Fauli2-0/+56
2020-04-07tdf#107020: Add unittestXisco Fauli2-0/+14
2020-04-07tdf#131819 DOCX import: fix fixed size nested tableLászló Németh2-3/+13
2020-04-07tdf#119038 DOCX: fix FollowTextFlow handlingAttila Bakos4-26/+22
2020-04-07tdf#130685: Add unittestXisco Fauli2-1/+31
2020-04-07tdf#119760 docx: table starts at left, not mid-borderJustin Luth5-7/+30
2020-04-07tdf#131490 sw btlr: fix handling of vertical textMiklos Vajna5-3/+132
2020-04-06remove newly unused stuffCaolán McNamara1-0/+1
2020-04-06loplugin:unusedvariableplus in swNoel Grandin21-35/+6
2020-04-06sw: prefix members of LineArrayComparator, SwCompareLine, SwUndoCompDoc ...Miklos Vajna3-83/+83
2020-04-06tdf#117601: move UItest to CppunitTestXisco Fauli2-48/+53
2020-04-06lok: introduce QueryControlState functionHenry Castro9-0/+34
2020-04-04dynamic cast followed by static castCaolán McNamara1-2/+1
2020-04-04tdf#123116 sw layout: don't "page-break" before oversized rowJustin Luth2-10/+5
2020-04-04tdf#87199: move UItest to CppunitTestXisco Fauli1-0/+47
2020-04-04Removed executables bit on file .docAndrea Gelmini1-0/+0
2020-04-03tdf#80663, tdf#96067: move UItest to CppunitTestXisco Fauli1-0/+75
2020-04-03split up polypolygonprimitive2d.hxx into separate filesTomaž Vajngerl8-9/+10
2020-04-03(related: tdf#130685) sw: adapt definition of sw_redlinehide index 0Michael Stahl1-1/+1
2020-04-03(related: tdf#130685) sw_redlinehide: fix update of pLastNode/pParaPropsNodeMichael Stahl2-1/+4
2020-04-03tdf#130685 sw_redlinehide: fix copying to position following redlineMichael Stahl4-31/+64
2020-04-03(related: tdf#130685) sw: fix ~SwIndexReg asserts from ...Michael Stahl1-0/+6
2020-04-03tdf#131776 DOCX DrawingML shape import: fix missing strikeoutRegényi Balázs2-0/+20
2020-04-03restore pseudo-level indent for sectionsCaolán McNamara2-2/+26
2020-04-03tdf#131004 fix unstable paint of writer consecutive section framesSerge Krot1-4/+4
2020-04-03loplugin:constantparamNoel Grandin4-17/+9
2020-04-03Turn defines into constexprsMike Kaganski4-237/+272
2020-04-03tdf#131707 sw layout try2: ConsiderTextWrap on positioningJustin Luth3-16/+25
2020-04-03clean-up test of tdf#117448: set fixed font featuresLászló Németh2-7/+29
2020-04-03loplugin:unusedfieldsNoel Grandin2-4/+0
2020-04-02Run both test functions named test_word_count_interpunction_counted_tdf56975Stephan Bergmann1-2/+2
2020-04-02loplugin:unusedmethodsNoel Grandin1-47/+0
2020-04-02NFC ww8/writerfilter: comment fixes and general code cleanupJustin Luth1-6/+4
2020-04-02tdf#131594: switch line numbering off if w:countBy="0"Xisco Fauli2-0/+7
2020-04-02tdf#123351 DOCX DrawingML shape import: fix missing underlineSzabolcs2-0/+54
2020-04-02Make UITest name match .mk file nameStephan Bergmann1-3/+3
2020-04-02cid#1418980 Resource leakCaolán McNamara1-4/+4
2020-04-02SwRegionContent is unnecessaryNoel Grandin2-19/+2
2020-04-02sw: handle ContinuousEndnotes when replacing compat optionsMiklos Vajna1-3/+32
2020-04-01tdf#131711 there are two help pages for the index dialog which has two modesCaolán McNamara1-1/+14
2020-04-01tdf#117448 Writer table: don't clip text on marginsLászló Németh5-5/+86
2020-04-01Related: tdf#131767 explicitly get the odt filterCaolán McNamara2-4/+4
2020-04-01Resolves: tdf#131767 explicitly get the odt filterCaolán McNamara1-3/+5
2020-04-01tdf#130969 Chart view: fix incorrect precision of axis labelsBalazs Varga2-0/+16
2020-04-01tdf#120852 writerfilter: support read-only docProtectionJustin Luth3-10/+43
2020-04-01tdf#131746 HideWhitespace is now ShowWhitespaceandreas kainz4-16/+16
2020-03-31Introduce comphelper::ValueRestorationGuard extending FlagRestorationGuardMike Kaganski1-12/+3
2020-03-31sw: remove m_setFootnote - obsoleted by checking m_nTextTypeMichael Stahl2-6/+2
2020-03-31sw: DOCX export: avoid section breaks in text frames harderMichael Stahl1-1/+1
2020-03-31sw: fix use-after-free when moving multiple tables to a previous pageMiklos Vajna1-0/+11