summaryrefslogtreecommitdiff
path: root/sw/source
AgeCommit message (Expand)Author
2022-01-09SwNavigator: Fix outline select when table is the only contentJim Raykowski
2022-01-08tdf#144890 Invalid selection area when text in LTR runNoel Grandin
2022-01-07tdf#146084 Don't warn for languages without hyphenationHossein
2022-01-07remove E3D_INVENTOR_FLAG and convert SdrObjKind to scoped enumNoel Grandin
2022-01-07Resolves: tdf#146342 spelling menu doesn't appearCaolán McNamara
2022-01-07Resolves: tdf#146285 the "edit" button should be insensitiveCaolán McNamara
2022-01-07sw: remove debug code that doesn't build anymore in ww::SortedArrayMiklos Vajna
2022-01-06sw: fix too long inner borders intersecting with outer borders for Word cellsMiklos Vajna
2022-01-06tdf146491 Revert "tdf121374 ooxmlexport: export H/F to def...Justin Luth
2022-01-06sw textbox: pShape -> pFormat for frame formatsMiklos Vajna
2022-01-05Fixed tdf#143142 when unable to scroll table column width properties.alt
2022-01-05tdf#134960 tdf#146419 use sorted array to list hyperlinks in NavigatorJim Raykowski
2022-01-05Fix typoAndrea Gelmini
2022-01-04sw: document SwDrawTextShellMiklos Vajna
2022-01-04Outline folding: Check frame area is valid before using pointer toJim Raykowski
2022-01-04tdf#134960 SwNavigator: Improve table content member list orderingJim Raykowski
2022-01-03sw: prefix members of ConstCustomShape, SwXAutoTextContainer, ...Miklos Vajna
2022-01-03tdf#129448: Auto first-line indent should not be effected by line spaceKevin Suo
2022-01-02ofz#43052 crash in WW8TabDesc::MergeCellsCaolán McNamara
2022-01-02Introduce OUString::unacquired(const OUStringBuffer&)Mike Kaganski
2022-01-01osl::Mutex->std::mutex in ThreadManagerNoel Grandin
2022-01-01osl::Mutex->std::mutex in SwRetrievedInputStreamDataManagerNoel Grandin
2022-01-01osl::Mutex->std::mutex in SwChartDataNoel Grandin
2022-01-01osl::Mutex->std::mutex in SwXTextField*Noel Grandin
2022-01-01osl::Mutex->std::mutex in SwXFrameNoel Grandin
2022-01-01osl::Mutex->std::mutex in SwThreadJoinerNoel Grandin
2021-12-31osl::Mutex->std::mutex in SwXBookmarkNoel Grandin
2021-12-31osl::Mutex->std::mutex in SwXParagraphNoel Grandin
2021-12-31osl::Mutex->std::mutex in SwXMetaNoel Grandin
2021-12-31osl::Mutex->std::mutex in SwXDocumentIndexMarkNoel Grandin
2021-12-31osl::Mutex->std::mutex in SwXFootnoteNoel Grandin
2021-12-30lok: don't limit line length in HTMLWriterSzymon Kłos
2021-12-30osl::Mutex->std::mutex in SwXTextSectionNoel Grandin
2021-12-30osl::Mutex->std::mutex in SwSrcEditWindowNoel Grandin
2021-12-30osl::Mutex->std::mutex in SwDBManagerNoel Grandin
2021-12-30osl::Mutex->std::mutex in SwXTextTableNoel Grandin
2021-12-29lok: no need to layout comments in writerSzymon Kłos
2021-12-27osl::Mutex->std::mutex in SwXTextDocumentNoel Grandin
2021-12-27tdf#146257: sw: better handling for list numbering = NONEVasily Melenchuk
2021-12-27use comphelper::WeakComponentImplHelper in SwXAutoTextEntryNoel Grandin
2021-12-27use comphelper::WeakComponentImplHelper in SwPanelFactoryNoel Grandin
2021-12-26Avoid OUStringBuffer::toString where possibleMike Kaganski
2021-12-26use comphelper::WeakComponentImplHelper in SvXMLEmbeddedObjectHelperNoel Grandin
2021-12-24new comphelper::WeakImplComponentHelperNoel Grandin
2021-12-24Recheck include/[s-x]* with IWYUGabor Kelemen
2021-12-23Outline folding: check pointer before useJim Raykowski
2021-12-23tdf#138743 sw_redlinehide: delete FlyFrames when hiding tracked changesMichael Stahl
2021-12-23Revert "Revert "sw_fieldmarkhide: init fieldmark mode from options""Michael Stahl
2021-12-23tdf#138771 sw_fieldmarkhide: fix overlaps in SwScriptInfo::InitScriptInfo()Michael Stahl
2021-12-23tdf#92161 add GB18030 encoding to iodetectdtm