summaryrefslogtreecommitdiff
path: root/sw/source/core/doc
AgeCommit message (Expand)Author
2021-10-21introduce SwNodeOffset strong typedefNoel Grandin
2021-10-21loplugin:flattenNoel Grandin
2021-10-21sw: avoid 'else' after 'break' in textboxhelperMiklos Vajna
2021-10-20make more use of SwPaM::End()Noel Grandin
2021-10-20tdf#145233 sw track changes: show moved text in green colorLászló Németh
2021-10-15sw: remove useless debug code in DocumentDeviceManagerMiklos Vajna
2021-10-14tdf#145093 sw track changes: fix crash at moving list itemsLászló Németh
2021-10-12tdf#145066 sw change tracking: fix bad deletion at Move Up/DownLászló Németh
2021-10-11loplugin:moveparam in swNoel Grandin
2021-10-11valgrind: use after free on applying "default character" character styleCaolán McNamara
2021-10-10Typo: brake(s)->break(s) (I let the right use of "brake" of course)Julien Nabet
2021-10-10use SfxItemSetFixed in swNoel Grandin
2021-10-09Rename bookmrk* -> bookmark*Julien Nabet
2021-10-08sw: handle mbIsLabelDoc when replacing compat optionsMiklos Vajna
2021-10-07sw: size() -> !empty() in textboxhelperMiklos Vajna
2021-10-06lok: IME: directly copy formatting for inserted textSzymon Kłos
2021-10-06lok: IME: preserve formatting when inserting at the end of paragraphSzymon Kłos
2021-10-05drop 'using namespace std' in swJulien Nabet
2021-10-04tdf#144609: numbering "None" should still show prefix/suffixVasily Melenchuk
2021-09-30loplugin:constparams improve handling of pointer paramsNoel Grandin
2021-09-29expand out SwNodePtr typedefNoel Grandin
2021-09-28gives names to all the Idles and TasksNoel Grandin
2021-09-28vcl: rename OutDevState to StackChris Sherlock
2021-09-27Don't dereference empty optionalStephan Bergmann
2021-09-26no need to allocate these SfxItemSet on the heapNoel Grandin
2021-09-24sw: paragraph styles: add doc model & UNO API for a linked character styleMiklos Vajna
2021-09-24make it possible to build required database stuff for fuzzingCaolán McNamara
2021-09-24sw: handle mbGlblDocSaveLinks when replacing compat optionsMiklos Vajna
2021-09-23no need to allocate these SfxItemSet on the heapNoel Grandin
2021-09-22tdf#143358 sw: track insertion of empty table rowsLászló Németh
2021-09-21tdf#144347 sw: fix tracked deletion of table with tracked contentLászló Németh
2021-09-20clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák
2021-09-18result of pDest->FindRealSdrObject() is already availableCaolán McNamara
2021-09-18cid#1491948 Dereference before null checkCaolán McNamara
2021-09-16tdf#143574 tdf#144271 sw: textboxes in group shapes - part 2Attila Bakos (NISZ)
2021-09-15loplugin:virtualdead HasExtraRedlineTable always returns trueNoel Grandin
2021-09-15loplugin:constvarsNoel Grandin
2021-09-14tdf#135683 speedup DocumentRedlineManager::GetRedlinePosNoel Grandin
2021-09-09flatten DocumentRedlineManager a littleNoel Grandin
2021-09-09tdf#144052 reduce Primitive2D copyingNoel Grandin
2021-09-08convert some OSL_ENSURE -> assertNoel Grandin
2021-09-08simplify static_cast after dynamic_castNoel Grandin
2021-09-07Avoid repeating the return type from the declarationMiklos Vajna
2021-09-06clang-tidy:readability-redundant-member-initNoel Grandin
2021-09-03tdf144058 sw track changes: fix table deletion at paragraph joinLászló Németh
2021-09-03Remove some unused includesMiklos Vajna
2021-09-02sw: handle mbPurgeOLE when replacing compat optionsMiklos Vajna
2021-09-01tdf#143574 sw: textboxes in group shapes - part 1Attila Bakos (NISZ)
2021-09-01ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara
2021-08-30tdf#142847 sw: fix textbox layout at wrap settingAttila Bakos (NISZ)