summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2021-09-20Resolves: tdf#144620 toolbar config item overwrites options dialog oneCaolán McNamara1-0/+1
2021-09-20Revert "tdf#99492 sw layout: always paint merged cell grids"Justin Luth1-0/+4
2021-09-20avoid division by zeroLuboš Luňák1-1/+2
2021-09-20ofz: avoid TimeoutCaolán McNamara2-3/+14
2021-09-20no need to allocate these SfxItemSet on the heapNoel Grandin1-7/+7
2021-09-20improve the SwViewShellImpl paint region API a bitLuboš Luňák6-38/+30
2021-09-20clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák74-241/+241
2021-09-20sw: prefix members of SwNavigationConfig, SwNumRulesWithName and SwSrcViewMiklos Vajna6-131/+131
2021-09-20no need to allocate these SfxItemSet on the heapNoel Grandin1-11/+11
2021-09-20no need to allocate these SfxItemSet on the heapNoel Grandin1-19/+17
2021-09-20tdf#143813 Outline folding: Make copy cut paste workJim Raykowski1-2/+12
2021-09-19cid#1492160 Dereference before null checkCaolán McNamara1-5/+2
2021-09-19do not double-invert SwRegionRectsLuboš Luňák5-15/+38
2021-09-19optimize SwRegionRects::Compress() moreLuboš Luňák1-5/+16
2021-09-18ofz#35787 Avoid timeout when fuzzingCaolán McNamara1-0/+6
2021-09-18result of pDest->FindRealSdrObject() is already availableCaolán McNamara1-5/+5
2021-09-18cid#1491948 Dereference before null checkCaolán McNamara1-1/+1
2021-09-18vcl: create FontMetric from PhysicalFontFaceChris Sherlock2-4/+4
2021-09-18tdf#144349 Make Navigator global tree track sub-document sectionsJim Raykowski3-4/+45
2021-09-17ofz#38652 Avoid timeout in html importCaolán McNamara3-3/+12
2021-09-17ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara1-1/+1
2021-09-17speedup toUpperCase when called in parallelNoel Grandin4-11/+16
2021-09-17Some test-code simplifications, using starts/endsWith rest parameterStephan Bergmann1-8/+8
2021-09-17ensure that some basic geometry classes are trivially copyableLuboš Luňák2-14/+4
2021-09-17sw layout xml dump: show SwMultiPortionMiklos Vajna2-0/+16
2021-09-17Writer Navigator: Fix category content trackingJim Raykowski1-1/+2
2021-09-17tdf#95378 Writer Navigator: Track sectionsJim Raykowski1-0/+8
2021-09-16tdf#143574 tdf#144271 sw: textboxes in group shapes - part 2Attila Bakos (NISZ)18-290/+531
2021-09-16ofz#38757 avoid config during fuzzingCaolán McNamara1-2/+3
2021-09-16optimize SwRegionRects::Compress()Luboš Luňák1-38/+54
2021-09-16sw layout xml dump: show SwLinePortionMiklos Vajna4-1/+22
2021-09-15tdf#144319: sw_odfexport: Add unittestXisco Fauli2-0/+17
2021-09-15loplugin:finalclassesNoel Grandin1-2/+2
2021-09-15loplugin:virtualdead HasExtraRedlineTable always returns trueNoel Grandin5-15/+4
2021-09-15remove stray track-visited-linksCaolán McNamara1-0/+1
2021-09-15Fix broken ui fileStephan Bergmann1-1/+0
2021-09-15sw: add a DisableBuiltinStyles API settingMiklos Vajna4-1/+42
2021-09-15CppunitTest_sw_core_text needs some more RTTI now in UBSan buildsStephan Bergmann2-2/+2
2021-09-15Fix some assorted mistakes in translatable stringsAdolfo Jayme Barrientos1-1/+1
2021-09-15loplugin:constvarsNoel Grandin3-3/+3
2021-09-15Uninitialized data memberStephan Bergmann1-1/+1
2021-09-15sw layout xml dump: show SwParaPortionMiklos Vajna2-1/+17
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 5Mike Kaganski25-277/+89
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4Mike Kaganski17-97/+25
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 2Mike Kaganski14-95/+73
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski44-100/+99
2021-09-14tdf#135683 speedup DocumentRedlineManager::GetRedlinePosNoel Grandin3-11/+74
2021-09-14tdf#144483 sw mail merge: save ranges in a single documentBalazs Varga3-3/+3
2021-09-14sw: fix undo manager de-registration from editeng on shutdownMiklos Vajna2-0/+10
2021-09-14ofz: Null-dereference READCaolán McNamara1-41/+76