summaryrefslogtreecommitdiff
path: root/sw/source
AgeCommit message (Expand)Author
2019-12-11this union not necessary anymoreNoel Grandin
2019-12-11rename Prc->Percent in swNoel Grandin
2019-12-11convert SwSortDirection to scoped enumNoel Grandin
2019-12-11convert SwSortOrder to scoped enumNoel Grandin
2019-12-11convert LinkCreateType to scoped enumNoel Grandin
2019-12-11convert SectionType to scoped enumNoel Grandin
2019-12-11convert SwFrameSize to scoped enumNoel Grandin
2019-12-10Removed duplicated includeAndrea Gelmini
2019-12-10Related: tdf#129267 format numbers with the UI localeCaolán McNamara
2019-12-10lok: change-annotation navigation through prev/next commandMarco Cecchetti
2019-12-10Resolves: tdf#129250 move redline type into RedlinData so we can sort on itCaolán McNamara
2019-12-10jsdialog: apply FillGradient with JSON argSzymon Kłos
2019-12-09Related: tdf#129267 change spacing unit when measurement unit changesCaolán McNamara
2019-12-09Resolves: tdf#129267 change margin unit when measurement unit changesCaolán McNamara
2019-12-09GetSource32 and GetSource are identicalMike Kaganski
2019-12-09SbxArray: drop 16-bit indicesMike Kaganski
2019-12-09drop newly unused SfxFloatingWindowCaolán McNamara
2019-12-07ofz#18563 sw: remove SwXFrame::m_pCopySource to fix ~SwIndexReg assertMichael Stahl
2019-12-07ofz#18563 sw: fix 2 problems with field marksMichael Stahl
2019-12-07Fix heap-use-after-freeStephan Bergmann
2019-12-06tdf#128191 Show infobar when hyphenation info for text language is missingSamuel Mehrbrodt
2019-12-06sw: reindent thatMichael Stahl
2019-12-06tdf#121300 sw: adapt at-char selection to latest at-para designMichael Stahl
2019-12-06tdf#121300 sw: consistent fly at-pargraph selectionMichael Stahl
2019-12-06tdf#121658 Add option to not hyphenate words in CAPSSamuel Mehrbrodt
2019-12-06sw: add getter for RES_PARATR_LIST_AUTOFMTMichael Stahl
2019-12-06tdf#42949 Fix IWYU warnings in sw/source/core/[u-v]*/*cxxGabor Kelemen
2019-12-06tdf#127955 check if position stored in user config is in range for the treeviewCaolán McNamara
2019-12-06sw: add missing ": 1" for adjacent bool memberMiklos Vajna
2019-12-05tdf#128666 Only enable hyperlink actions when just the field is selectedSamuel Mehrbrodt
2019-12-05tdf#128468: The RulerTab::nPos is in twipsTor Lillqvist
2019-12-05tdf#128468: Add tab stop information to LOK_CALLBACK_RULER_UPDATETor Lillqvist
2019-12-05tdf#127579 DOCX export: fix losing color and underline of ODT hyperlinksTünde Tóth
2019-12-05create default shapes with square outline.Michael Meeks
2019-12-05Add comment about confusion in SwCommentRuler::CreateJsonNotification()Tor Lillqvist
2019-12-05Fix typoAndrea Gelmini
2019-12-05Fix typoAndrea Gelmini
2019-12-05Fix typoAndrea Gelmini
2019-12-05make some classes module privateNoel Grandin
2019-12-05tdf#129176: clear "TablePosition" grab bag when unfloating tableMike Kaganski
2019-12-04tdf#128611 sw: improve rotated text layout in table cellsMiklos Vajna
2019-12-04tdf#129083 Writer: fix native paste from CalcLászló Németh
2019-12-04tdf#99602 writerfilter: export only default subscript in stylesJustin Luth
2019-12-04Removed executable permission on fileAndrea Gelmini
2019-12-04tdf#128845 writer, cannot modify a bibliography entryNoel Grandin
2019-12-04tdf#117982 Writer: fix invisible cell content due to spacingLászló Németh
2019-12-04some std::set->o3tl::sorted_vectorNoel Grandin
2019-12-03Use o3tl::doAccess, prevent -Werror=maybe-uninitializedStephan Bergmann
2019-12-03Use o3tl::doAccess, prevent -Werror=maybe-uninitializedStephan Bergmann
2019-12-03Adapt to C++20 deleted ostream << for sal_Unicode (aka char16_t)Stephan Bergmann