summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2022-05-23sw: prefix members of SwWW8Shade, WW8Glossary, WW8ListManager and ...Miklos Vajna12-149/+149
2022-05-23tdf#149017 Justify::SpaceDistribution unit tests.Mark Hung2-0/+114
2022-05-23tdf#144788 follow up fix: Fix null pointer useJim Raykowski1-3/+3
2022-05-22tdf#144788 follow up: fix SwNavigator footnote trackingJim Raykowski1-4/+7
2022-05-20sw content controls, picture: add insert UIMiklos Vajna13-15/+112
2022-05-20sw: fix crash in SwHeaderFooterWin::IsEmptyHeaderFooter()Miklos Vajna1-0/+5
2022-05-20sw content controls, picture: add DOCX filterMiklos Vajna2-1/+41
2022-05-20new loplugin:unnecessary lockingNoel Grandin6-23/+3
2022-05-19tdf#149018 "Object" -> "OLE Object" in Menu and Dialog labelsSeth Chaiklin2-4/+4
2022-05-19tdf#138844 rename "Type" and "Image" tabs in Image Properties dialogSeth Chaiklin2-3/+3
2022-05-19sw_fieldmarkhide: fix wrong handling of SwInsText for fieldmarksMichael Stahl7-21/+74
2022-05-19sw: fix assert in SwModule::Notify()Michael Stahl1-1/+1
2022-05-19remove using namespace css in justify.hxx.Mark Hung1-1/+0
2022-05-19sw content controls, dropdown: disable NOP buttons in the property dialogMiklos Vajna3-0/+45
2022-05-19sw content controls, picture: replace placeholder image on clickMiklos Vajna5-3/+96
2022-05-19tdf#148132: Revert "n#758883 dmapper: paragraph-level..."Vasily Melenchuk4-6/+37
2022-05-19tdf#148720 sw DOCX: fix jumbled group textbox regressionAttila Bakos (NISZ)3-0/+64
2022-05-18Fix typosAndrea Gelmini2-2/+2
2022-05-18no need to take a lock when returning static dataNoel Grandin1-1/+0
2022-05-18tdf#148455 docx import/export: improvements to lvlOverrideVasily Melenchuk4-0/+33
2022-05-18tdf#149017 fix space distribution in SwFntObj::DrawText()Mark Hung4-61/+128
2022-05-18Extend loplugin:redundantcast to trivial reinterpret_cast from T to itselfStephan Bergmann2-5/+5
2022-05-18fix CID#1504441 for SwFntObj.Mark Hung1-0/+2
2022-05-17sw: remove images from sample documentXisco Fauli1-0/+0
2022-05-17sw HTML export: avoid pixel height when height is scale and width is relativeMiklos Vajna2-6/+78
2022-05-17tdf#147220 sw_redlinehide: update frames in ReplaceRangeImpl()Michael Stahl2-0/+43
2022-05-17sw: fix assert in SwObjectFormatterTextFrameCaolán McNamara3-1/+9
2022-05-17tdf#148461 sw_redlinehide: fix assert in SwContentNode::DelFrames()Michael Stahl1-0/+6
2022-05-17tdf#148869 sw_redlinehide: fix SwView::ExecSpellPopup()Michael Stahl1-2/+8
2022-05-17tdf#65067 Remove excessive spacing from Formula objectsRafael Lima1-1/+1
2022-05-17sw content controls, picture: add doc model & UNO APIMiklos Vajna8-0/+74
2022-05-17sw: document SwEditShell::InsertTable()Miklos Vajna1-0/+5
2022-05-16Fix a UITest on WindowsMike Kaganski1-1/+2
2022-05-16Fix a UITest on WindowsMike Kaganski1-1/+1
2022-05-16sw content controls, dropdown: edit list items: add modify and deleteMiklos Vajna5-71/+192
2022-05-16tdf#137748 make keyboard accelerators functional in Statistics dialogSeth Chaiklin1-0/+9
2022-05-16Make media object delete when it is cutJim Raykowski1-1/+1
2022-05-16Related: tdf#137748 "Update" should have use-underlineCaolán McNamara1-0/+1
2022-05-16sw content controls, dropdown: edit list items in the properties dialogMiklos Vajna13-5/+547
2022-05-16sw: prefix members of SwMSDffManager, SwWW8FltControlStack, ...Miklos Vajna3-66/+66
2022-05-16std::stable_sort() where libc++ debug mode breaks a unittestLuboš Luňák2-2/+2
2022-05-15tdf#149049 related: fix media object inserts twice in WriterJim Raykowski1-0/+2
2022-05-14Related tdf#149072: avoid warning "misuse of method"Julien Nabet1-2/+3
2022-05-14tdf#121740 cache hashcode in SequenceAsHashMapNoel Grandin1-10/+14
2022-05-14Partially resolve: tdf#149010 rename section "Names" -> "Accessibility"Seth Chaiklin1-1/+1
2022-05-13tdf#149074 SvHeaderTabListBox not handling lack of preset column widths wellCaolán McNamara1-0/+1
2022-05-13sw content controls, dropdown: add an initial properties dialogMiklos Vajna27-27/+329
2022-05-13add SvStream::ReadLine(OStringBuffer... to reduce OString allocationNoel Grandin3-3/+3
2022-05-13sw content controls, dropdown: add LOK APIMiklos Vajna4-0/+136
2022-05-13CppunitTest_sw_layoutwriter: use more SwParaPortion::dumpAsXml()Miklos Vajna1-117/+265