summaryrefslogtreecommitdiff
path: root/sw/source
AgeCommit message (Expand)Author
2020-11-19fastparser in TokenContextNoel
2020-11-19sw_fieldmarkhide: init fieldmark mode from optionsMichael Stahl
2020-11-19sw_fieldmarkhide: toggle mode depending on View->Field NamesMichael Stahl
2020-11-19sw_fieldmarkhide: SwTextFrame::RegisterToNode(): presumably...Michael Stahl
2020-11-19sw_fieldmarkhide: adapt SwUndoInsSection with ToXMichael Stahl
2020-11-19sw_fieldmarkhide: move cursor outside of hidden fieldmark when togglingMichael Stahl
2020-11-19sw_fieldmarkhide: remove silly check in SwTextFrame::PaintExtraData()Michael Stahl
2020-11-19sw_fieldmarkhide: notify layout if fieldmark is inserted or removedMichael Stahl
2020-11-19sw_redlinehide: fix assert on Replace with nothingMichael Stahl
2020-11-19loplugin:stringview: Flag empty string converted to string viewStephan Bergmann
2020-11-19sw replacement image creation: fix this when an ODT's settings.xml is invalidMiklos Vajna
2020-11-19tdf#123936 Formatting files in module sw with clang-formatPhilipp Hofer
2020-11-18crashtesting: export ooo88744-1.odt to .doc and loadCaolán McNamara
2020-11-18sw_redlinehide: use correct node in SwPaM::InvalidatePaM()Michael Stahl
2020-11-18This doesn't depend on SAL_TYPES_SIZEOFLONG anymoreMike Kaganski
2020-11-18Remove unused GraphicObject::SetGraphic pCopyObj and rLink parametersStephan Bergmann
2020-11-18loplugin:stringviewparam: No good reason to exclude operator functionsStephan Bergmann
2020-11-18Remove unused SdrGrafObj::SetGraphicLink rReferer, rFilterName parametersStephan Bergmann
2020-11-18tdf120290 sw: move cursor behind comment at line endJustin Luth
2020-11-17sw_redlinehide: replace bogus implementation of SwPaM::InvalidatePaM()Michael Stahl
2020-11-17sw_fieldmarkhide: Copy: bookmarks before MakeFramesMichael Stahl
2020-11-17sw_fieldmarkhide: adapt cursor movement in SwCursor::LeftRight()Michael Stahl
2020-11-17sw_fieldmarkhide: let CheckParaRedlineMerge() hide fieldmarksMichael Stahl
2020-11-17sw_fieldmarkhide: replace IsHideRedlines() with HasMergedParas()Michael Stahl
2020-11-17sw_fieldmarkhide: replace IsHideRedlines() with HasMergedParas()Michael Stahl
2020-11-17sw_fieldmarkhide: SwRedlineItr assumption that Show means no MergedParaMichael Stahl
2020-11-17sw_fieldmarkhide: add FieldmarkMode to SwRootFrameMichael Stahl
2020-11-17tdf#130629 Don't add object insert undo twiceJim Raykowski
2020-11-17tdf#137802 tdf#84691 sw: sync anchoring of textbox with UNOAttila Bakos (NISZ)
2020-11-17loplugin:stringviewparam check methods tooNoel
2020-11-17SwGrfNode: Remove graphic arrived hackBjoern Michaelsen
2020-11-17SwGrfNode: Replace needless SwClientNotifyCalls with CallSwClientNotifyBjoern Michaelsen
2020-11-17tdf#137777 Writer: fix keyboard navigation of NavigatorJim Raykowski
2020-11-16Replace needless SwClientNotifyCalls with CallSwClientNotifyBjoern Michaelsen
2020-11-16tdf#137771 sw ChangesInMargin: fix end of paragraphLászló Németh
2020-11-16tdf#134298 sw: layout: remove left-over page frame without contentMichael Stahl
2020-11-16(related tdf#134298) sw: layout: avoid infinite loop in InternalAction()Michael Stahl
2020-11-16tdf#138039 tdf#134298 sw: layout: fix overlap of fly and tableMichael Stahl
2020-11-16replace std::min(std::max()) with std::clampNoel
2020-11-16sw: fix misleading comments - SwFlyFrame::m_bAtCnt is set...Michael Stahl
2020-11-16sw: prefix members of SwEndnoter, SwLayCacheImpl, SwLayCacheIoImpl and ...Miklos Vajna
2020-11-16Replace needless SwClientNotifyCall with CallSwClientNotifyBjoern Michaelsen
2020-11-16replace std::max(std::min()) with std::clampNoel
2020-11-14tdf#136868, tdf#136912, Styles Inspector: Translatable categoriesAron Budea
2020-11-14tdf#138135: sw ChangesInMargin: join characters at backspaceLászló Németh
2020-11-14Revert "tdf#137881 sw: fix text box size regression"Xisco Fauli
2020-11-14DOCX export: handle conditional fieldsMiklos Vajna
2020-11-14tdf#136336 ensure tooltip area surrounds the current mouse positionCaolán McNamara
2020-11-13Revert "remove BigInt::operator tools::Long()"Noel Grandin
2020-11-13Make Split Table Cell dialog asyncSzymon Kłos