summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2019-04-18CppunitTest_sw_uiwriter2: use CPPUNIT_TEST_FIXTURE()Miklos Vajna1-98/+30
2019-04-18tdf#115600 Display not found message for Navigate by SelectionJim Raykowski1-0/+13
2019-04-17uitest for bug tdf#118540Zdeněk Crhonek2-0/+36
2019-04-17Better fix for 6340daac7b99c65249363a4bb61c492de31ef5d6Stephan Bergmann1-2/+2
2019-04-17Wait for async events to be deliveredSamuel Mehrbrodt1-7/+9
2019-04-17sw lok: add unit test for deselect custom shapeHenry Castro1-0/+25
2019-04-17tdf#109376 sw: fix redline SwUndoDelete with end pos on SwTableNode crashMichael Stahl2-12/+61
2019-04-17tdf#122920 Send UNO mouse events to parent window listeners as wellSamuel Mehrbrodt1-6/+4
2019-04-17tdf#115600 Turn design mode on to Navigate by ControlJim Raykowski1-1/+4
2019-04-16uitest for bug tdf#121591Zdeněk Crhonek1-0/+36
2019-04-16uitest for bug tdf#117039Zdeněk Crhonek2-0/+31
2019-04-16Use prewin.h/postwin.h to not define DELETEStephan Bergmann1-0/+2
2019-04-16tdf#124722 sw_redlinehide: don't set negative SwTextFrame offsetsMichael Stahl1-1/+1
2019-04-16tdf#124521 sw btlr writing mode render: fix paint rectangle on scrollMiklos Vajna2-1/+43
2019-04-16tdf#123855 sw_redlinehide: fix GetExpandText() not expanding footnotesMichael Stahl5-8/+11
2019-04-15tdf#124665 ShadowCursor moved to Edit Modeandreas kainz3-3/+3
2019-04-15sw lok: fix "Cannot deselect the shape after inserting the first in a...Henry Castro1-0/+4
2019-04-15Revert broken loplugin:sequentialassign changeStephan Bergmann1-1/+2
2019-04-15sw: fix recursive SwTextInputField::LockNotifyContentChangeMichael Stahl4-17/+29
2019-04-15tdf#114441 - Convert variables use Tell() function sal_uLong to sal_uInt64Muzaffer Kadir YILMAZ1-8/+8
2019-04-15remove or change salbtype.hxx includes with the specific oneTomaž Vajngerl2-2/+0
2019-04-15tdf#109376 sw: fix SwUndoDelete with end pos on SwTableNode crashMichael Stahl3-12/+63
2019-04-15tdf#42949 Fix IWYU warnings in include/editeng/[a-e]*Gabor Kelemen10-0/+10
2019-04-15sw: prefix members of SwContentTypeMiklos Vajna2-162/+162
2019-04-15improve loplugin simplifyconstructNoel Grandin17-26/+25
2019-04-15tdf#115600 Display messages in Findbar for Navigate By PageJim Raykowski1-1/+26
2019-04-14tdf#120703 PVS: V581 ifs with identical conditionsMike Kaganski4-22/+16
2019-04-14tdf#120703 PVS: Silence V522 warningsMike Kaganski7-19/+42
2019-04-14tdf#124670: xml:space attribute may be specified for w:document top-level ele...Mike Kaganski2-0/+10
2019-04-14loplugin:sequentialassign in swNoel Grandin42-112/+50
2019-04-13tdf#124649 menubar show icons for the most important itemsandreas kainz6-739/+927
2019-04-13tdf#124637 writerfilter: partially revert import section marginsJustin Luth2-1/+12
2019-04-12Resolves: tdf#124698 bubble down parent for modal dialogCaolán McNamara5-6/+87
2019-04-12prefer vector::data to &vector[0]Caolán McNamara5-9/+9
2019-04-12rhbz#1699347 __glibcxx_requires_subscript enabled in fedora release buildsCaolán McNamara1-1/+1
2019-04-12loplugin:unusedmethodsNoel Grandin2-7/+0
2019-04-12tdf#124344 sw btlr writing mode, DOCX import: fix vertical alignmentMiklos Vajna1-2/+10
2019-04-12f315fee54eee57e6e55e5fcacf2522534682c2ce follow-up: fix tdf#109310 unit testMike Kaganski1-1/+3
2019-04-11CppunitTest_sw_unowriter: use CPPUNIT_TEST_FIXTURE()Miklos Vajna1-52/+14
2019-04-11XmlTestTools::getXPath now asserts that non-empty attribute existsMike Kaganski5-12/+24
2019-04-11NB writer grouped_compact arrangement fixandreas kainz1-149/+149
2019-04-10tdf#124646 Don't paste hidden rows of Calc sheets into Writer tablesLászló Németh1-29/+40
2019-04-10clang-tidy: Silence warnings from WIP unhandled-self-assignment checkTamás Zolnai1-2/+1
2019-04-10writerfilter: implement RTF derived styles defaultingMichael Stahl4-0/+84
2019-04-10constify some which range arraysNoel Grandin3-25/+25
2019-04-10tdf#124469 sw_redlinehide: fix PDF export of links to sequence fieldsMichael Stahl3-3/+4
2019-04-10tdf#124586 sw_redlinehide: fix crash in SwTextNode::NumRuleChgd()Michael Stahl1-1/+4
2019-04-10clang-tidy: Fix suspicious catches of WIP unhandled-self-assignment checkTamás Zolnai5-0/+15
2019-04-09drop some unneeded includesCaolán McNamara26-36/+0
2019-04-08tdf#123968 sw: use inline editing for input fields for variablesMichael Stahl12-198/+369