summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2017-10-23loplugin:includeform: swStephan Bergmann529-1804/+1804
2017-10-23tdf#113284 Check vector length before useTamas Bunth1-0/+3
2017-10-23Split ooxmlexport8 to avoid too many sections in object file with MSVC2015Tor Lillqvist4-1044/+1258
2017-10-23tdf#38778 fix missing run properties export for fields in docxSerge Krot11-71/+237
2017-10-23Resolves: tdf#113336 avoid crash during teardownCaolán McNamara1-3/+7
2017-10-23Resolves: tdf#113356 Missing numbering formats in writer field ui listCaolán McNamara1-2/+3
2017-10-23Simplify some includesStephan Bergmann1-1/+1
2017-10-23loplugin:finalclasses in swNoel Grandin44-153/+90
2017-10-23overload std::hash for OUString and OStringNoel Grandin14-21/+19
2017-10-22Remove redundant asserts involving dynamic_castStephan Bergmann1-6/+0
2017-10-22tdf#110994 make text-to-text alignment work in standard page mode.Mark Hung1-4/+2
2017-10-22TSCP: wrap paragraph classification in parensAshod Nakashian1-13/+13
2017-10-21loplugin:redundantcast handle dynamic_castNoel Grandin10-26/+23
2017-10-21coverity#1401307 document checked 'Uncaught exception'Caolán McNamara3-3/+6
2017-10-20tdf#113287 sw split sections in tables: fix missing invalidation on sect delMiklos Vajna3-0/+314
2017-10-20Fix typosAndrea Gelmini2-2/+2
2017-10-20RotGrfFlyFrame: Clang error fixArmin Le Grand1-5/+1
2017-10-20RotGrfFlyFrame: Added interactive rotation modeArmin Le Grand9-25/+184
2017-10-20RotGrfFlyFrame: Corrected position for CropHandlesArmin Le Grand3-10/+11
2017-10-20RotGrfFlyFrame: Implemented Handle Update on rotation changeArmin Le Grand1-0/+21
2017-10-20RotGrfFlyFrame: Adapt Crop functionality to rotated GraphicArmin Le Grand4-54/+111
2017-10-20RotGrfFlyFrame: Minimal working rotation solutionArmin Le Grand4-28/+52
2017-10-20RotGrfFlyFrame: Initial adaptionsArmin Le Grand29-77/+380
2017-10-20sw layout xml dump: show validity flags of SwFrameMiklos Vajna1-0/+3
2017-10-20sw: fix unusual boolean prefix for pointer in tabfrmMiklos Vajna1-5/+5
2017-10-20sw: drop temporary debug code in sectfrmMiklos Vajna1-4/+0
2017-10-20tdf#55528 ww8export: export table width percentJustin Luth2-1/+9
2017-10-20coverity#705523 silence Dereference null return valueCaolán McNamara1-0/+4
2017-10-20use std::unique_ptr in SwSortOptionsNoel Grandin5-23/+25
2017-10-20tdf#107111: DOCX export: restore HideTabLeader... attribute after TOXVasily Melenchuk3-0/+14
2017-10-19sw: enable ooxml export tests also for Win32Serge Krot1-6/+4
2017-10-19tdf#87533 Fixed initialization of writing mode for paragraphSerge Krot2-0/+32
2017-10-19ofz+ubsan: signed integer overflowCaolán McNamara1-2/+12
2017-10-19use std::unique_ptr in SwDocUpdateFieldNoel Grandin2-20/+12
2017-10-19ofz+ubsan: signed integer overflowCaolán McNamara1-3/+7
2017-10-19ofz+ubsan: signed integer overflowCaolán McNamara1-8/+10
2017-10-19sw: fix odd condition in SwpHints::MergePortions()Michael Stahl1-3/+2
2017-10-19ofz+ubsan: signed integer overflowCaolán McNamara1-1/+7
2017-10-19ofz+ubsan: signed integer overflowCaolán McNamara1-0/+8
2017-10-19ofz+ubsan: downcast does not point to SwTextFormatCollCaolán McNamara1-4/+4
2017-10-18ofz+ubsan: signed integer overflowCaolán McNamara1-0/+3
2017-10-18Fix spacingMuhammet Kara1-3/+3
2017-10-18ofz+ubsan: signed integer overflow in unused variableCaolán McNamara2-4/+0
2017-10-18tdf#112808 Disable "Edit Region" command while cursor in an index.Gulsah Kose1-1/+5
2017-10-18svx: remove pointless duplicate SdrFitToSizeTypeMichael Stahl1-2/+2
2017-10-18use rtl::Reference in SwChartDataSequenceNoel Grandin1-6/+2
2017-10-18tdf#109306 ooxmlimport: consider table sizes < 10%Justin Luth4-13/+13
2017-10-17tdf#79272 ooxmlimport: support strict dxa tblWidthJustin Luth2-0/+7
2017-10-17tdf#104079 RTF import: fix handling fields inside TOC fieldsMiklos Vajna2-0/+64
2017-10-17Fixed duplicated context attributes in a .ui file.Kiyotaka Nishibori1-29/+29