summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2019-12-08fdo#38414 tdf#44986: DOCX table import: handle gridBefore/AfterLászló Németh1-0/+4
2019-12-08tdf#116194 DOCX import: fix missing tables with w:gridBeforeLászló Németh2-0/+9
2019-12-07ofz#18563 test case for assert/crashCaolán McNamara3-0/+10
2019-12-07ofz#18563 sw: remove SwXFrame::m_pCopySource to fix ~SwIndexReg assertMichael Stahl3-39/+36
2019-12-07ofz#18563 sw: fix 2 problems with field marksMichael Stahl1-7/+24
2019-12-07Fix heap-use-after-freeStephan Bergmann1-1/+1
2019-12-07Fix typosAndrea Gelmini1-1/+1
2019-12-07tdf#101977 add new track changes uno commands to writer NB+ menubarandreas kainz5-55/+275
2019-12-06UI test for tdf#127652Artur Neumann4-0/+73
2019-12-06Related: tdf#115719 DOCX import: fix increased spacing vs left-aligned objectsMiklos Vajna2-0/+12
2019-12-06tdf#128191 Show infobar when hyphenation info for text language is missingSamuel Mehrbrodt2-3/+14
2019-12-06sw: reindent thatMichael Stahl2-43/+42
2019-12-06tdf#121300 sw: adapt at-char selection to latest at-para designMichael Stahl1-2/+7
2019-12-06tdf#121300 sw: consistent fly at-pargraph selectionMichael Stahl14-143/+374
2019-12-06tdf#120546 fix DOCX overriding numrule formatJan-Marek Glogowski1-2/+16
2019-12-06tdf#121658 Add option to not hyphenate words in CAPSSamuel Mehrbrodt8-11/+38
2019-12-06sw: add getter for RES_PARATR_LIST_AUTOFMTMichael Stahl1-11/+71
2019-12-06tdf#42949 Fix IWYU warnings in sw/source/core/[u-v]*/*cxxGabor Kelemen60-432/+86
2019-12-06tdf#127955 check if position stored in user config is in range for the treeviewCaolán McNamara1-1/+1
2019-12-06sw: add missing ": 1" for adjacent bool memberMiklos Vajna1-1/+1
2019-12-05tdf#101513 arrangement of customizeable items in NB groupedbar compandreas kainz1-15/+15
2019-12-05tdf#128666 Only enable hyperlink actions when just the field is selectedSamuel Mehrbrodt1-5/+2
2019-12-05tdf#128468: The RulerTab::nPos is in twipsTor Lillqvist1-1/+4
2019-12-05tdf#128468: Add tab stop information to LOK_CALLBACK_RULER_UPDATETor Lillqvist1-0/+12
2019-12-05tdf#127579 DOCX export: fix losing color and underline of ODT hyperlinksTünde Tóth3-2/+30
2019-12-05create default shapes with square outline.Michael Meeks2-5/+5
2019-12-05Add comment about confusion in SwCommentRuler::CreateJsonNotification()Tor Lillqvist1-1/+19
2019-12-05Fix typoAndrea Gelmini1-1/+1
2019-12-05Fix typoAndrea Gelmini1-1/+1
2019-12-05tdf#109425 NB tabbed accessible for screen reader usersandreas kainz1-13/+91
2019-12-05Fix typoAndrea Gelmini1-1/+1
2019-12-05make some classes module privateNoel Grandin4-4/+4
2019-12-05tdf#129176: clear "TablePosition" grab bag when unfloating tableMike Kaganski1-1/+23
2019-12-04tdf#128611 sw: improve rotated text layout in table cellsMiklos Vajna8-0/+130
2019-12-04Fix typoAndrea Gelmini1-1/+1
2019-12-04Simplify check for hyphenation supportSamuel Mehrbrodt1-7/+3
2019-12-04tdf#128428 RTF: switch off longer space at \dntblnsbdbLászló Németh2-0/+37
2019-12-04tdf#129083 Writer: fix native paste from CalcLászló Németh1-2/+2
2019-12-04tdf#99602 writerfilter: export only default subscript in stylesJustin Luth3-0/+20
2019-12-04Removed executable permission on fileAndrea Gelmini1-0/+0
2019-12-04remove some unnecessary includes and update pchesCaolán McNamara2-22/+12
2019-12-04tdf#128845 writer, cannot modify a bibliography entryNoel Grandin2-5/+10
2019-12-04tdf#128927 groupedbar compact replace color with filterandreas kainz1-1/+1
2019-12-04tdf#117982 Writer: fix invisible cell content due to spacingLászló Németh3-0/+27
2019-12-04Removed duplicated includesAndrea Gelmini1-1/+0
2019-12-04some std::set->o3tl::sorted_vectorNoel Grandin1-1/+1
2019-12-03tdf#101513 add customizeable option to writer NB grouped compactandreas kainz1-190/+186
2019-12-03Glade remove GtkMenuItem widget visible False itemandreas kainz1-0/+6
2019-12-03Adapt CPPUNIT_ASSERT to C++20 deleted ostream << for sal_Unicode (aka char16_t)Stephan Bergmann6-2/+6
2019-12-03Use o3tl::doAccess, prevent -Werror=maybe-uninitializedStephan Bergmann1-4/+3