summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2021-04-16CppunitTest_sw_htmlexport: extract reqif export code to a functionMiklos Vajna1-75/+27
2021-04-16tdf#141538 Make Remove button work in Select Address List dialogGabor Kelemen1-1/+5
2021-04-16sw: DOCX export: DocxAttributeOutput::EndField_Impl() omits bookmark endMichael Stahl2-13/+7
2021-04-16sw html/reqif export: fix size of embedded objectMiklos Vajna5-5/+48
2021-04-16tdf#134373 add PopupLabel to update commands for NB see c5 option 2andreas kainz2-5/+61
2021-04-16Remove some unused includesMiklos Vajna2-9/+1
2021-04-16tdf#134951 docxexport: stop duplicating stuff in postponed textJustin Luth5-3/+23
2021-04-16tdf#139906 Add an option to change data source from mail merge wizard dialog.Gülşah Köse3-10/+55
2021-04-15NFC sw ww8export cleanup: bPostponeWritingText already trueJustin Luth1-1/+0
2021-04-15partial fix tdf100961 doc import: E_Locked field as plain textJustin Luth3-2/+22
2021-04-15store ptr to the original entries in SfxItemPropertyMapNoel Grandin23-176/+177
2021-04-15sw: avoid rel<->abs URL conversion in SwTOXAuthority::GetSourceURL()Miklos Vajna2-19/+18
2021-04-15tdf#141660 DOCX import: fix footnotes of deletionsLászló Németh2-0/+11
2021-04-15loplugin:stringliteralvar look for assignmentsNoel Grandin6-39/+39
2021-04-14loplugin:unusedmethodsNoel Grandin5-16/+0
2021-04-14IsInput is equal to IsInterrupt, so drop itJan-Marek Glogowski2-9/+8
2021-04-14sw bibliography, refer to a page: also de-duplicate relative URLsMiklos Vajna2-3/+21
2021-04-14sw: layout dump: sorted_objs of SwPageFrameMichael Stahl13-68/+104
2021-04-14sw define bibliography entry dialog: set browse button visibility based on typeMiklos Vajna1-2/+17
2021-04-14tdf#100961 rtf import: fldlock is FIXEDFLDJustin Luth2-0/+50
2021-04-14sw define bibliography entry dialog: recognize relative file URLsMiklos Vajna1-3/+17
2021-04-14tdf#141556 Fix 100% CPU usage in Writer idle loopLuke Deller3-36/+49
2021-04-13tdf#140818 "Default Character Style" -> "No Character Style"Seth Chaiklin1-1/+1
2021-04-13tdf#79591: No need to use getStr hereMike Kaganski3-28/+27
2021-04-13tdf#100961 doc/rtf export: save FIXEDFLD as fldlockJustin Luth2-0/+9
2021-04-13sw bibliography, refer to a page: fix biblio field relative URLsMiklos Vajna4-1/+59
2021-04-13Missing dependencyMike Kaganski1-0/+7
2021-04-13sw define bibliography entry dialog, file picker: handle relative URLsMiklos Vajna1-1/+25
2021-04-13impress: don't exit textbox editing when new slide was addedSzymon Kłos2-2/+2
2021-04-13No need to use getStr hereMike Kaganski1-11/+11
2021-04-13tdf#132393 sw: disable TabOverMargin layout flag inside sectionsMiklos Vajna3-1/+70
2021-04-12docxattributeoutput: cleanup assert that has served its purposeJustin Luth1-1/+0
2021-04-12sw define bibliography entry dialog: add browse button for file:// URLsMiklos Vajna2-12/+75
2021-04-12less copying in SfxItemPropertyMap::getPropertyEntriesNoel Grandin4-304/+191
2021-04-12tdf#125909 tdf#141298 sw: show (Hidden) Track Changes infobarLászló Németh2-6/+27
2021-04-12svx: prefix members of SdrObjectMiklos Vajna2-43/+43
2021-04-12update PCHsCaolán McNamara3-10/+25
2021-04-11ofz#26099 skip slow path when fuzzingCaolán McNamara1-10/+13
2021-04-10tdf#120761 doc import: fix z-order background logicJustin Luth1-0/+10
2021-04-10cid#1476017 Dereference after null checkCaolán McNamara1-3/+3
2021-04-09sw_layoutwriter: fix assertXisco Fauli1-1/+1
2021-04-09sw style copy: fix crash when handling a conditional paragraphy styleMiklos Vajna3-0/+35
2021-04-09sw doc model xml dump: show if a text format is conditionalMiklos Vajna1-0/+2
2021-04-09tdf#141549 sw: fix ordering of virtual SdrObjects for textboxesMichael Stahl3-11/+37
2021-04-09tdf#120768 doc import: z-order background shapes behind othersJustin Luth5-3/+23
2021-04-09if (x > 0), then there is no need for abs(x)Justin Luth1-2/+2
2021-04-09Recheck include/ with IWYUGabor Kelemen153-0/+153
2021-04-09tdf#139495 doc import: prevent negative Int forced into uIntJustin Luth4-2/+14
2021-04-09tdf#97569 docxexport: export russianUpper/russianLower numberingJustin Luth2-8/+8
2021-04-09remove need for an intermediate vcl::WindowCaolán McNamara9-14/+13