summaryrefslogtreecommitdiff
path: root/sw/qa/extras/uiwriter/uiwriter.cxx
AgeCommit message (Expand)Author
2021-02-26tdf#134940 sw: fix AutoCorrect of arrow "-->"László Németh
2020-11-05tdf#137532: do not reset attributes deleting selectionXisco Fauli
2020-10-28tdf#136453 sw_redlinehide: SwUndoDelete: only create extra frames...Michael Stahl
2020-09-17avoid uno:Paste in testsCaolán McNamara
2020-08-02tdf#134436 sw: fix SwUndoDelete::RedoImpl() with section at end...Michael Stahl
2020-07-30tdf#134252 sw_redlinehide: fix SwUndoDelete for table before end of sectionMichael Stahl
2020-07-30tdf#134250 sw_redlinehide: fix Undo with section before tableMichael Stahl
2020-07-30tdf#134610 sw: fix incorrect position of math object from DOCXMiklos Vajna
2020-07-28CppunitTest_sw_uiwriter: reset the redline author after using itXisco Fauli
2020-07-05tdf#133524 AutoCorrect: fix Romanian nested quotationsLászló Németh
2020-07-05tdf#123786 AutoCorrect: fix apostrophe in RussianLászló Németh
2020-06-25tdf#133589 Numbertext: Use Win32API to avoid std::codecvt_utf8 bugMike Kaganski
2020-06-25tdf#134035 sw: insert long date format for HungarianLászló Németh
2020-06-05tdf#133589 AutoCorrect: transliterate to Old HungarianLászló Németh
2020-06-05tdf#132301 AutoCorrect: fix ’« in French qu’« word »László Németh
2020-06-02tdf#128860 AutoCorrect: fix apostrophe in Czech, German,László Németh
2020-06-02tdf#133524 AutoCorrect: support double angle quotesLászló Németh
2020-05-15CppUnittest: sw: simplify code. use getShapes and getShapeXisco Fauli
2020-05-07fix memory leak of xmlDoc objectsNoel Grandin
2020-04-06loplugin:unusedvariableplus in swNoel Grandin
2020-03-25pdfium: Test insertion of PDF into a document.Jan Holesovsky
2020-03-06rhbz#1810732 crash/assert inserting document with initial graphicCaolán McNamara
2020-03-02speedup sw build a littleNoel Grandin
2020-02-28tdf#130984: use RegexMatcher::region to properly limit the searchMike Kaganski
2020-02-21tdf#130274 sw_redlinehide: fix ChgAutoCorrWord() if replaced text ...Michael Stahl
2020-02-05sw: convert CopyRange boolean parameters to enumMichael Stahl
2020-02-02tdf#129568 Rename Default Style to Default Paragraph/Page/Table Styleayhanyalcinsoy
2020-01-31tdf#130287 disable orphan/widow control in Table ContentsLászló Németh
2020-01-25tdf#130137 Replace remaining uses of WNT define checks with _WIN32A_GAN
2020-01-17Clean up duplicated command dispatch test functionalityMiklos Vajna
2020-01-16FirstLeft and FirstMaster not handled in CreateParentXTextBjoern Kirchhoff
2020-01-16tdf#42949 Fix IWYU warnings in sw/source/uibase/[u-w]*/*cxxGabor Kelemen
2020-01-10DOCX import: fix lost objects anchored to the single para of a linked headerMiklos Vajna
2019-12-31tdf#59666 AutoCorrect: don't capitalize single Greek lettersLászló Németh
2019-12-29tdf#38394 AutoCorrect: fix ’« in French l’« word »László Németh
2019-12-28tdf#54409 fix AutoCorrect with Unicode quotation marksLászló Németh
2019-12-23sal_Char->char in swNoel Grandin
2019-12-21tdf#106164 AutoCorrect: capitalize words with apostropheLászló Németh
2019-12-19tdf#65038: use trailing string characters for look-ahead assertionsMike Kaganski
2019-12-19tdf#75806: extend SwUiWriterTest::testTextSearch to test relevant regexesMike Kaganski
2019-12-11convert SectionType to scoped enumNoel Grandin
2019-12-06tdf#121300 sw: consistent fly at-pargraph selectionMichael Stahl
2019-12-03Adapt CPPUNIT_ASSERT to C++20 deleted ostream << for sal_Unicode (aka char16_t)Stephan Bergmann
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-10-23Fix build; adapt to OUStringLiteral1 -> OUStringChar renameStephan Bergmann
2019-10-23sw: let's insert some paragraph break character in SwPaM::GetText()Michael Stahl
2019-10-22tdf#127412 sw: fix reported ZOrder of shape+textbox pairsMiklos Vajna
2019-10-19Replace some uses of OUStringChar with string literalsStephan Bergmann
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann
2019-09-28loplugin:constmethod in swNoel Grandin