summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2019-10-02tdf#124601 sw FollowTextFlow: fix hori pos of objects outside the current cellMiklos Vajna4-5/+37
2019-10-02Silence -Werror=redundant-move (GCC 10 trunk)Stephan Bergmann1-2/+2
2019-10-02extend popup handler to cover all CommandEventsCaolán McNamara2-3/+3
2019-10-02dbmgr: Avoid "warning: extra ';' after member function definition"Michael Weghorn1-1/+1
2019-10-02crashtesting: null deref on importing ooo50983-1.odtCaolán McNamara1-2/+3
2019-10-02tdf#127862 ww8import: page style - import XATTR if definedJustin Luth4-3/+21
2019-10-02windows.h is already included in prewin.hMike Kaganski1-1/+0
2019-10-02sw: fix comment in SwTextFormatter::CalcFlyWidth()Miklos Vajna1-1/+1
2019-10-02loplugin:stringadd in swNoel Grandin48-313/+187
2019-10-02tdf#124601 sw FollowTextFlow: fix vert pos of objects outside the current cellMiklos Vajna4-3/+30
2019-10-01-Werror,-Wreturn-std-move (clang-cl)Stephan Bergmann1-2/+4
2019-10-01-Werror,-Wunused-macros (clang-cl)Stephan Bergmann1-1/+0
2019-10-01tdf#81100 DOCX: keep "repeat table header" table style settingLászló Németh3-0/+30
2019-10-01Removed executable permission on fileAndrea Gelmini1-0/+0
2019-10-01tdf#123628 DOCX export: fix color change of unvisited hyperlinksTünde Tóth4-4/+19
2019-10-01Resolves: tdf#127896 fix 'Exchange database' crashCaolán McNamara1-6/+9
2019-10-01tdf#92845 Save Writer - Comparison settings properlyGabor Kelemen1-2/+2
2019-10-01add activates_default to GtkEntries in dialogsCaolán McNamara13-24/+48
2019-10-01tdf#116234 Apply email settings just setMichael Weghorn1-0/+33
2019-10-01Drop SfxItemIter::FirstItemMike Kaganski16-49/+24
2019-10-01Avoid redundant IsAtEnd: NextItem returns nullptr iif iterator is at endMike Kaganski32-246/+138
2019-09-30tdf#124601 sw: add ContinuousEndnotes layout compat optionMiklos Vajna9-0/+63
2019-09-30tdf#127840 Remove limit to Days offsetLaurent BP1-1/+1
2019-09-30The argument of SwpHints::Insert should not be constMike Kaganski2-10/+10
2019-09-30pNew could be nullptrMike Kaganski1-1/+1
2019-09-30Simplify iterating in SwRegHistory::MakeSetWhichIds a littleMike Kaganski1-2/+0
2019-09-30tdf#127735 DOCX export: fix internal hyperlinks to table targetTünde Tóth5-6/+29
2019-09-30tdf#127734 DOCX export: fix internal hyperlinks to section targetTünde Tóth5-2/+28
2019-09-30tdf#127733 DOCX export: fix internal hyperlinks to chart targetTünde Tóth5-2/+24
2019-09-30tdf#127732 DOCX export: fix internal hyperlinks to frame targetTünde Tóth5-9/+29
2019-09-30null derefCaolán McNamara1-1/+2
2019-09-30sw: prefix members of SwGammaGrfMiklos Vajna3-15/+15
2019-09-30QR Code Dialog Test Writer and Calcshubham goyal1-0/+79
2019-09-30Make resolved comments appear resolved when printedScott Clarke4-1/+20
2019-09-29tdf#127422 draw text with correct pKernArray values.Mark Hung1-18/+10
2019-09-29Fix typosAndrea Gelmini3-3/+3
2019-09-28loplugin:constmethod in swNoel Grandin167-331/+331
2019-09-28tdf#126321: avoid flickering in page size popupXisco Fauli1-0/+6
2019-09-27sw: document what Cont means in SwFootnoteContFrameMiklos Vajna1-2/+2
2019-09-27Related: tdf#124601 DOC import: always allow floating tables in header/footerMiklos Vajna3-0/+18
2019-09-27Resolves: tdf#122487 avoid duplicates when auto-naming drawing objectsCaolán McNamara1-28/+31
2019-09-27cid#1448369 silence Unchecked dynamic_castCaolán McNamara1-10/+10
2019-09-27Related: tdf#124601 DOC import: improve fLayoutInCell handlingMiklos Vajna5-4/+37
2019-09-27tdf#127316 ww8export: use default escapement for AUTOJustin Luth3-0/+11
2019-09-26menubars add separator before AutoCorrectDlg for better visibilityandreas kainz6-0/+6
2019-09-26Resolves: tdf#127218 allow changes dialog to shrink when button text changesCaolán McNamara1-1/+1
2019-09-26drop some unnecessary includesCaolán McNamara1-1/+0
2019-09-26CppunitTest_sw_uiwriter: improve limit in testTdf105330Miklos Vajna1-3/+3
2019-09-26tdf#127316 docxexport: use default escapement for AUTOJustin Luth3-0/+11
2019-09-26add property name when throwing css::uno::UnknownPropertyExceptionNoel Grandin11-36/+36