summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2021-08-29tdf#135683 speed up large writer table loadNoel Grandin1-4/+8
2021-08-29no need for a vector hereNoel Grandin1-4/+1
2021-08-29micro-opt: prevent some vector re-allocsNoel Grandin1-0/+1
2021-08-28speedup dynamic_cast to SwTextFrameNoel Grandin16-36/+46
2021-08-28tdf#135683 speed up layout of large writer tablesNoel Grandin4-1/+36
2021-08-27tdf#128106 sw: copy bookmarks at start if whole node is copiedMichael Stahl2-4/+17
2021-08-27tdf#128106 sw: copy bookmarks in SwDoc::SplitDoc()Michael Stahl3-7/+75
2021-08-27tdf#137363 DOCX filter: don't loose <w:ilvl w:val="..."> of paragraph stylesMiklos Vajna7-11/+37
2021-08-27tdf#116315: sw_uiwriter3: Add unittestXisco Fauli1-0/+37
2021-08-27tdf#143904 fix direct character formatting copied into paragraph levelBalazs Santha3-10/+27
2021-08-27Resolves tdf#142115 - Make color of NotesPane customizableHeiko Tietze1-10/+6
2021-08-27sw: remove some unused includesMiklos Vajna1-3/+0
2021-08-26tdf#125743 sw: fix rendering of graphics bullet with linked imagesMiklos Vajna4-0/+29
2021-08-26tdf#135164 add unit testJustin Luth4-0/+62
2021-08-26crashtesting: crash on re-export of tdf137357-1.docx to docxCaolán McNamara1-0/+6
2021-08-26tdf#144089: sw: Add UItestXisco Fauli1-0/+50
2021-08-26Fix crash when drawing shapeSamuel Mehrbrodt1-0/+3
2021-08-26CppunitTest_sw_ooxmlexport6: avoid DECLARE_OOXMLEXPORT_EXPORTONLY_TEST()Miklos Vajna1-32/+64
2021-08-26indexing: move xml parsing into SearchResultLocatorTomaž Vajngerl5-47/+91
2021-08-26tdf#144089: Revert "tdf#137737 i18n search: don't expand start/end with regex...Xisco Fauli2-32/+0
2021-08-25Fix typosAndrea Gelmini1-2/+2
2021-08-25tdf#143384 DOCX import: fix SAXException at header with tableAttila Szűcs7-17/+74
2021-08-25tdf#64991 speed up loading large RTL documentsNoel Grandin1-6/+7
2021-08-25tdf#137737 i18n search: don't expand start/end with regex ^ or $Justin Luth2-0/+32
2021-08-25tdf#143938 sw test: track format changes of the paragraphLászló Németh1-0/+68
2021-08-24tdf#127978 - Don't URL encode filename for navigator's tooltip (D&D)Andreas Heinisch1-1/+3
2021-08-24Resolves tdf#143633 - Image size wrong after disabling relative image widthHeiko Tietze1-0/+28
2021-08-24reduce cost of dynamic casting to SwFlyFrameNoel Grandin35-89/+116
2021-08-24tdf#143692 writerfilter CN: reapply lost OutlineLevelJustin Luth1-2/+2
2021-08-23rhbz#1996735 SwEditShell::GetCorrection can return nullCaolán McNamara1-1/+3
2021-08-23ofz#37458 use o3tl::convertSaturate in convertEmuToHmmCaolán McNamara1-0/+0
2021-08-23sw: evaluate bookmark conditions differentlyMichael Stahl9-34/+194
2021-08-23loplugin:referencecasting look through more clang TypesNoel Grandin5-9/+9
2021-08-23tdf#143736 Load hyperlink from more shapesSamuel Mehrbrodt1-4/+28
2021-08-23LOK make sure single row/column table are resizablePranam Lashkari1-21/+30
2021-08-23tdf#143692 writerfilter: fix outlineLevel import x3Justin Luth2-0/+34
2021-08-23indexing: make indexing XML flat and use simple element namesTomaž Vajngerl2-86/+109
2021-08-22no need to use unique_ptr for PolyPolygonNoel Grandin2-12/+12
2021-08-22don't store vcl::Font with unique_ptrNoel Grandin5-10/+9
2021-08-22BOOST_FALLTHROUGH->[[fallthrough]];Caolán McNamara1-1/+1
2021-08-22no need to use unique_ptr for PolygonNoel Grandin1-1/+1
2021-08-22cid#1490402 Resource leakCaolán McNamara1-8/+6
2021-08-22no need to use unique_ptr for B2DPolyPolygonNoel Grandin1-4/+3
2021-08-20tdf#142542 writerfilter: allow para to cancel style autoSpacingJustin Luth2-0/+10
2021-08-20New loplugin:unusedcapturedefaultStephan Bergmann4-4/+4
2021-08-20Make some scripts more portableIlmari Lauhakangas1-1/+1
2021-08-20tdf#91519: prevent jump to top of the comment viewBayram Çiçek3-5/+15
2021-08-19Removed executables bits on docx fileAndrea Gelmini1-0/+0
2021-08-19loplugin:constmethodsNoel Grandin1-1/+1
2021-08-19tdf#143939 sw: track format changes of the actual wordLászló Németh2-73/+126