summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2019-11-16Also consider saved exceptions when terminating parseMike Kaganski1-1345/+8
2019-11-16sw: RTF export: only enable \formprot if there is actually a sectionMichael Stahl1-8/+4
2019-11-16cid#1448525 Dereference null return valueCaolán McNamara1-1/+11
2019-11-16tdf#128820: use wps namespace for simple text shapesMike Kaganski2-0/+1358
2019-11-16Simplify sequence initializationMike Kaganski1-3/+4
2019-11-16Replace some std::once with static initializersMike Kaganski1-9/+6
2019-11-16no need to construct a parser in SwXMLSectionListNoel Grandin1-7/+2
2019-11-15no need to construct a parser in ImportStoredChapterNumberingRulesNoel Grandin1-9/+2
2019-11-15tdf#128736 sw ContinuousEndnotes: fix use-after-free on text frame joinMiklos Vajna5-3/+259
2019-11-15tdf#128752 DOCX: fix partial direct paragraph spacing in tablesLászló Németh2-0/+9
2019-11-15sw: WW8 import: instead of control character insert '?' for footnoteMichael Stahl1-1/+1
2019-11-15ofz#18526 sw: WW8 import: don't insert control charactersMichael Stahl4-14/+47
2019-11-15tdf#128700 ww8import: no relative width table if made into a flyJustin Luth3-1/+13
2019-11-15make some classes module-privateNoel Grandin2-2/+2
2019-11-14jsdialogs: fix CID 1455691 & CID 1455690Szymon Kłos1-8/+11
2019-11-14sw: RTF export: fix invalid RTF for shapes and text framesMichael Stahl1-1/+6
2019-11-14tdf#42949 Fix IWYU warnings in sw/source/core/[e-l]*/*cxxGabor Kelemen64-249/+40
2019-11-14Removed duplicated includeAndrea Gelmini1-1/+0
2019-11-13tdf#128776 Writer: fix Ctrl + drag and drop table copyLászló Németh1-4/+4
2019-11-13add uitest for bug tdf#126627Zdeněk Crhonek2-0/+60
2019-11-13Add document level option to lock down edit doc commandSerge Krot1-1/+3
2019-11-13tdf#95374 DOCX import: reset left indentation at disabled numberingLászló Németh2-0/+8
2019-11-13tdf#127925 DOCX export: fix visited hyperlink styleTünde Tóth3-0/+12
2019-11-13no need to store reference to Import hereNoel Grandin1-9/+7
2019-11-13jsdialogs: send table row/column size updatesSzymon Kłos1-0/+30
2019-11-13table properties dialog should be modalCaolán McNamara1-0/+1
2019-11-13Fix OSL_ENSURE in DocumentListItemsManager::addListItem (sw)Julien Nabet1-1/+1
2019-11-13sw: avoid partial expansion of bookmark over new fieldmarkMichael Stahl2-10/+24
2019-11-12Options Writer General Tab updateandreas kainz1-362/+351
2019-11-12Options Mailmerge Dialog updateandreas kainz1-92/+89
2019-11-12Options Writer AutoCaption Tab updateandreas kainz1-1/+0
2019-11-12Options Writer Print Tab updateandreas kainz1-7/+8
2019-11-12Resolves: tdf#128746 crash in table properties dialogCaolán McNamara1-5/+5
2019-11-12jsdialogs: send .uno:ULSpacing updatesSzymon Kłos1-0/+21
2019-11-12jsdialogs: send .uno:LeftRightParaMargin updatesSzymon Kłos1-0/+25
2019-11-12use std::move when popping stuff off stacksNoel Grandin1-1/+1
2019-11-12tdf#121239 give writer, calc and draw/impress the same underline optionsCaolán McNamara11-32/+133
2019-11-11add uitest for bug tdf#128593Zdeněk Crhonek1-0/+39
2019-11-11tdf#109219 MM: Decode all percent encodings in file namesMichael Weghorn1-1/+1
2019-11-11jsdialogs: apply .uno:Color and CharBackColor to floating text framesSzymon Kłos1-2/+46
2019-11-11Removed executable permission on fileAndrea Gelmini1-0/+0
2019-11-11tdf#127921 Revert mouse/key listeners to original stateSamuel Mehrbrodt1-31/+26
2019-11-11tdf#128428 RTF: clean-up for longer space sequence modeLászló Németh6-11/+168
2019-11-11tdf#127579 DOCX export: fix losing color and underline of ODT hyperlinksTünde Tóth3-1/+15
2019-11-11tdf#128375 sw: fix copying RES_PARATR_LIST_AUTOFMT to different SwDocMichael Stahl1-0/+17
2019-11-11tdf#124986: docx: remove trailing quotation marks and spaces from set fieldsbrinzing2-0/+21
2019-11-11Resolves tdf#128521 - illegal char in a bookmark nameHeiko Tietze4-140/+184
2019-11-11sw: prefix members of SwTableColumnPageMiklos Vajna2-130/+130
2019-11-09Sync page orientation of Endnote pageMuhammet Kara1-1/+84
2019-11-09tdf124367 DOCX import: fix rounding error in table cell widthsBakos Attila6-4/+21