summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2020-09-18Fix typoAndrea Gelmini1-1/+1
2020-09-18tdf#124013 XLSX shape export: fix missing solidFillRegényi Balázs1-1/+1
2020-09-18tdf#135035 DOCX import: fix auto width of frame in columnAttila Szűcs4-6/+18
2020-09-18writer: handle styles in multiple languages for onlineSzymon Kłos2-0/+24
2020-09-18writer: translate standard styles for onlineSzymon Kłos2-40/+135
2020-09-18tdf#123382 DOCX import: fix range IDs in column ALászló Németh2-0/+52
2020-09-18tdf#130785 Hide Insert Formula in online sidebarSzymon Kłos1-1/+1
2020-09-17tdf#136682 set the sidebar of the menubutton as active on execute commandCaolán McNamara3-4/+21
2020-09-17Hide InsertFormula in Writer onlineSzymon Kłos1-0/+4
2020-09-17sw: fix crash in SwInputWindow::ApplyFormula()Michael Stahl1-1/+22
2020-09-17drop dubious looking ProcessEventsToIdleCaolán McNamara1-1/+0
2020-09-17tdf#129520 : sw_odfexport: Add unittestXisco Fauli2-0/+12
2020-09-17avoid uno:Paste in testsCaolán McNamara2-48/+166
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann15-36/+49
2020-09-16sw: remove dead code in lcl_FillBookmarkArray()Michael Stahl1-36/+17
2020-09-16tdf#135663 DOCX export: fix OLE distance from textDaniel Arato (NISZ)3-3/+13
2020-09-16tdf#136706 writerfilter: don't create page style for footnoteJustin Luth1-0/+5
2020-09-16tdf#134784 DOCX import: fix shape paragraph marginsLászló Németh2-0/+11
2020-09-15Fix typo in codeAndrea Gelmini3-4/+4
2020-09-15sw_ooxmlexport15: another OOXMLIMPORT_TEST -> OOXMLEXPORT_TESTXisco Fauli1-1/+1
2020-09-15tdf#103611 sw: fix vertical alignment to page bottom marginTibor Nagy2-0/+40
2020-09-15sw: don't throw if disposed in SwXRedlinePortion::getPropertyValue()Michael Stahl2-6/+10
2020-09-15sw: additional asserts/warns to diagnose empty style namesVasily Melenchuk1-0/+4
2020-09-15tdf#135623: sw_uiwriter: Add unittestXisco Fauli2-1/+45
2020-09-15tdf#135682 sw: fix lost selection-all when doc starts with tableMiklos Vajna4-2/+33
2020-09-15tdf#136667 DOCX import: fix crash of floating tablesLászló Németh2-0/+8
2020-09-14tdf#135669 sw: drag and drop other files as OLEDaniel Arato (NISZ)1-0/+18
2020-09-14tdf#135623: modified generation of unique fly nameVasily Melenchuk1-5/+3
2020-09-14sw: prefix members of SwConvIter, SwHyphIter, SwLinguIter and SwSpellIterMiklos Vajna1-68/+75
2020-09-13fix attachnamedialog mnemonicsCaolán McNamara1-4/+2
2020-09-13fix alreadyexistsdialog mnemonicsCaolán McNamara1-4/+2
2020-09-13SwUndoFormatAttrHelper: tweak out some SwClient stuff ...Bjoern Michaelsen2-35/+32
2020-09-13SwRegHistory: SwClient no moreBjoern Michaelsen2-17/+10
2020-09-13Following d52674ad92172ce67c94b5970668aeb00d1c6ac5Julien Nabet1-1/+1
2020-09-13std::set->o3tl::sorted_vector in SwHistorySetAttrSetNoel Grandin2-4/+4
2020-09-12unordered_set->sorted_vector in CopyWithFlyInFlyNoel Grandin1-1/+1
2020-09-12std::set->o3tl::sorted_vector in CheckFlyCache_Noel Grandin1-4/+3
2020-09-12Replace remaining uses of sal_CharJulien Nabet1-1/+1
2020-09-12std::list->vector in SwTableNoel Grandin1-5/+4
2020-09-12ConvertNumbersToText: handle legacy listsMike Kaganski1-3/+21
2020-09-12tdf#41202 writer: allow shift+click to decrease selectionMartin van Zijl1-1/+1
2020-09-12Fix typosAndrea Gelmini1-2/+2
2020-09-12sw rtfexport: add explanation comments to unit testJustin Luth1-0/+2
2020-09-11tdf#135693: sw: Add UItestXisco Fauli2-0/+37
2020-09-11tdf#131581: sw: Add UItestXisco Fauli1-0/+44
2020-09-11tdf#135667 DOCX export: fix border line of OLE objectsAttila Bakos4-67/+245
2020-09-11tdf#77236 DOCX shape export: fix missing solidFillRegényi Balázs3-1/+10
2020-09-11Missing test dependenciesStephan Bergmann1-0/+2
2020-09-11Clean-up of commit I29af97001954ad353a386164b68cd22f6230e3e5Tibor Nagy1-3/+9
2020-09-11ofz#25553 Infinite loopCaolán McNamara5-28/+28