summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2022-09-20tdf#150613 sw: better DOC import of paragraph marker formattingJustin Luth5-3/+34
2022-09-20tdf#150604 related: fix logic used in determining inclusion ofJim Raykowski1-12/+12
2022-09-20simplify usage of TempFile in swNoel Grandin2-45/+40
2022-09-20sw content controls: add a11y description for PDF exportMiklos Vajna2-0/+27
2022-09-20sw: document SwUndoInsDocMiklos Vajna1-0/+1
2022-09-19size this OUStringBuffer at initial constructionNoel Grandin1-1/+1
2022-09-19sw HTML import: fix height of images when it is missing and width is relativeMiklos Vajna3-10/+71
2022-09-19tdf#147507 sw: fix crash with Reject All around not content nodesLászló Németh3-1/+101
2022-09-19sw content controls, plain text: enable DOCX filter with data bindingMiklos Vajna11-114/+79
2022-09-19sw: prefix members of SwFootNoteOptionDlg, SwLabPrtPage, SwMailMergeDlg ...Miklos Vajna7-61/+61
2022-09-19tdf#150955 sw InsertBookmark: add hidden status to hidden MSO fieldsLászló Németh3-5/+43
2022-09-18cid#1515457 Unintended sign extensionCaolán McNamara1-2/+2
2022-09-18cid#1514676 perturb Logically dead codeCaolán McNamara1-2/+2
2022-09-18use more string_view in utl::TempFileNoel Grandin6-13/+9
2022-09-16SwNavigator: Make Drawing objects context menu entry 'Edit..' editJim Raykowski1-0/+6
2022-09-16cid#1514676 perturb mysterious Logically dead code warningCaolán McNamara1-1/+1
2022-09-16tdf#150589 Set cursor to better position after deleting a drawingJim Raykowski1-1/+5
2022-09-16create less SwPosition temporariesNoel Grandin19-42/+43
2022-09-16Fix typoAndrea Gelmini1-1/+1
2022-09-16tdf#150845: sw_uiwriter3: Add unittestXisco Fauli1-0/+14
2022-09-16Add more asserts to SwPosition constructor to catch dodgy dataNoel Grandin1-3/+10
2022-09-16tdf#150790 tdf#150791 tdf#150947 tdf#150956 sw, a11y: fix visible bookmarksLászló Németh13-83/+207
2022-09-16sw content controls: fix getString() and setString() on SwXContentControlMiklos Vajna2-0/+133
2022-09-16vcl: AnimationBitmap -> AnimationFrameChris Sherlock2-24/+37
2022-09-16use SwPosition in SwArgsBaseNoel Grandin4-63/+46
2022-09-16use more SwPosition::AdjustContentNoel Grandin1-11/+8
2022-09-16use more SwPosition::AdjustContentNoel Grandin1-2/+2
2022-09-16sw content controls: add PDF export of font propertiesMiklos Vajna2-0/+33
2022-09-16CppunitTest_sw_uiwriter2: use more SwParaPortion::dumpAsXml()Miklos Vajna2-29/+45
2022-09-15uitest: sw: use wait_until_property_is_updatedXisco Fauli1-0/+1
2022-09-15use more SwPosition::GetContentIndexNoel Grandin1-24/+20
2022-09-15cid#1500398 silence Use after freeCaolán McNamara1-0/+1
2022-09-15use more SwPosition::AdjustContentNoel Grandin1-6/+6
2022-09-15tdf#106959: use table's first content node for cursor cleanupMike Kaganski1-0/+13
2022-09-15Only check second time when neededMike Kaganski1-6/+8
2022-09-15Fix the obvious leftoverMike Kaganski1-1/+1
2022-09-15tdf#149551 unit test mongolianVert in shape in WriterRegina Henschel2-0/+25
2022-09-15sw content controls, date: add PDF exportMiklos Vajna10-36/+69
2022-09-15use a different file for testEmojiAutoCorrectCaolán McNamara2-1/+25
2022-09-15This does not need to be friend or linked externallyMike Kaganski2-2/+1
2022-09-15CppunitTest_sw_ooxmlexport_template: remove not needed mustTestImportOf()Miklos Vajna1-6/+0
2022-09-14tdf#143547 SwNavigator: restore content tree scroll positionJim Raykowski1-0/+7
2022-09-14Fix typoAndrea Gelmini1-2/+2
2022-09-14try_emplace is a bit more efficientMike Kaganski1-7/+7
2022-09-14tdf#150927: properly handle nesting in tablesMike Kaganski4-15/+43
2022-09-14sw content controls, dropdown: add PDF exportMiklos Vajna4-12/+58
2022-09-14move ErrCode to comphelper and improve debug output stringNoel Grandin6-6/+6
2022-09-14tdf#149551 use 'WritingMode' instead of TextPreRotateAngleRegina Henschel8-13/+57
2022-09-14sw: fix format brush to override old formatSzymon Kłos1-8/+6
2022-09-14tdf#147646 Add unit testSatya2-0/+9