summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2024-03-22tdf#157241 sw: assert when importing ToX in table in rhbz589883-2.docxMichael Stahl1-6/+9
2024-03-22sw: GetSelectableFromAny() broken for SwXTextRangeMichael Stahl2-1/+28
2024-03-22remove unnecessary codeNoel Grandin1-2/+3
2024-03-22improve loplugin:staticmethodsNoel Grandin11-52/+52
2024-03-22tdf#158556 speed up SwNodes::RemoveNodeNoel Grandin3-7/+47
2024-03-22Related: tdf#160056 these methods can be constCaolán McNamara1-1/+1
2024-03-22avoid O(n^2) loop in writerNoel Grandin1-14/+7
2024-03-21remove unnecessary statementNoel Grandin1-3/+3
2024-03-21ITEM: Remove InvalidateAllItems()Armin Le Grand (allotropia)8-14/+12
2024-03-21CppunitTest_sw_uibase_uiview: turn on set_non_application_font_useMiklos Vajna3-0/+4
2024-03-21fix some typos in sw::RingNoel Grandin1-2/+2
2024-03-21Related: tdf#160056 this can be staticCaolán McNamara1-6/+4
2024-03-21tdf#160278: restore cursor bounds properlyMike Kaganski2-3/+30
2024-03-21avoid O(n^2) loop in writerNoel Grandin1-15/+2
2024-03-21Moving parts of readonly checks from model to view.Gökay Şatır3-33/+39
2024-03-21related tdf#147583 sw find: fix backwards search for string at end of paraJustin Luth2-0/+24
2024-03-21tdf#159418: sw: Add UItestXisco Fauli2-0/+49
2024-03-21tdf#158556 speedup docx loadNoel Grandin3-12/+21
2024-03-20tdf#159054 sw: fix .uno:DefaultNumber toggle on Heading numberingJustin Luth4-44/+25
2024-03-20tdf#159054 unit test: noting the current state before making changesJustin Luth2-0/+37
2024-03-20related tdf#150197: ensure HasListFormatJustin Luth1-0/+2
2024-03-20tdf#158885 cui offapi sw xmloff: fix hyphenation at stem boundaryLászló Németh12-18/+673
2024-03-20CppunitTest_sw_ooxmlexport13: use more CPPUNIT_TEST_FIXTURE()Miklos Vajna1-1/+3
2024-03-20remove dead code in SwFEShell::GetConnectableFrameFormatsNoel Grandin2-4/+2
2024-03-19-Werror,-Wunused-variableStephan Bergmann1-1/+0
2024-03-19ITEM: Move TotalCount to WhichRangesContainerArmin Le Grand (allotropia)1-1/+1
2024-03-19sw: document SwCursorMiklos Vajna1-0/+3
2024-03-18tdf#147583 sw find: fix backwards search for emptyPara/endOfParaJustin Luth3-32/+66
2024-03-17loplugin:unusedmethodsNoel Grandin4-16/+0
2024-03-16tdf#160036 Enable SKSL when using Skia/RasterPatrick Luby1-5/+0
2024-03-16loplugin:unusedfieldsNoel Grandin4-11/+4
2024-03-16NFC flatten sw FindTextImplJustin Luth1-233/+230
2024-03-15tdf#160192: avoid crash when trying to overwrite doc/lockfile in RO dirJustin Luth1-0/+3
2024-03-15DoSearch's pPam was not optional - made it an SwPam& rPamJustin Luth1-7/+7
2024-03-15sw a11y: Disable unreliable CheckIndeterminateState test for nowMichael Weghorn1-3/+6
2024-03-15Fix a spurious JunitTest_sw_unoapi_3 failureMike Kaganski1-0/+2
2024-03-14sw: fix fieldmark crash in MSWordExportBase::OutputTextNode()Miklos Vajna1-19/+22
2024-03-14sw: fix ~SwIndexReg assert in testTdf149498Michael Stahl2-3/+14
2024-03-14tdf#157241 sw: fix crash on RTF paste or insert of nested tablesMichael Stahl1-1/+35
2024-03-14CppunitTest_sw_odfimport: turn on set_non_application_font_useMiklos Vajna11-0/+4
2024-03-14tdf#154863 Add unit test to cover crash on image moveMatt K3-0/+15
2024-03-14tdf#141908 - CppUnittests: replace usage of sal_Int32 with colorsRafał Dobrakowski16-34/+33
2024-03-13address nit: use xmlDocUniquePtr, not const auto&Justin Luth7-32/+32
2024-03-13sw: convert OSL_ENSURE to assertMichael Stahl2-3/+2
2024-03-13CppunitTest_sw_txtencexport: rework to avoid DECLARE_DOCBOOKEXPORT_TEST()Miklos Vajna1-11/+9
2024-03-13Introduce a guard to delay processing of idlesMike Kaganski1-0/+4
2024-03-13sw: layout: use page style set on hidden paragraphMichael Stahl4-10/+42
2024-03-13reduce symbol visibility in swNoel Grandin40-269/+278
2024-03-13tdf#157241 sw: layout: inconsistent conditions in lcl_RecalcSplitLine()Michael Stahl1-1/+1
2024-03-13tdf#141908 - CppUnittests: replace usage of sal_Int32 with colorsRafał Dobrakowski2-2/+3