summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2017-10-27drop stray debugging remnantsCaolán McNamara2-7/+0
2017-10-27use std::unique_ptr in SwUndoTransliterateNoel Grandin2-5/+3
2017-10-27use std::unique_ptr in SwLayouterNoel Grandin2-20/+12
2017-10-27use std::unique_ptr in DocumentRedlineManagerNoel Grandin2-4/+2
2017-10-27coverity#1420315 Unchecked dynamic_castCaolán McNamara1-3/+3
2017-10-27Resolves: tdf#113455 Impossible to clear width/height in pagesCaolán McNamara2-0/+7
2017-10-27ofz#3813 Integer-overflowCaolán McNamara1-1/+8
2017-10-27sw: clean up temporary debug code in frmpaintMiklos Vajna1-10/+0
2017-10-27Revert "use rtl::Reference in SwChartDataSequence"Noel Grandin1-2/+6
2017-10-27Fix typosAndrea Gelmini1-1/+1
2017-10-26vcl: make MapMode constructor explicitMichael Stahl30-57/+57
2017-10-26ofz#3816 Integer-overflowCaolán McNamara1-3/+10
2017-10-26tdf#77961 regard layout-grid-print as off when missing.Mark Hung1-0/+1
2017-10-26related tdf#78508 and n#793262: import w:tcMar_start/endJustin Luth2-7/+10
2017-10-26More loplugin:unnecessaryparenStephan Bergmann8-8/+8
2017-10-26tdf#113445 sw: avoid hitting loop control with a dozen of in-table sectionsMiklos Vajna4-11/+405
2017-10-26tdf#81475 tdf#113434 improve drawing object toolbarYousuf Philips1-3/+3
2017-10-25ofz Integer-overflowCaolán McNamara1-3/+16
2017-10-25ofz#3783 Integer-overflowCaolán McNamara1-4/+25
2017-10-25ofz Integer overflowCaolán McNamara1-1/+7
2017-10-25tdf#38778 Added colors into run properties of field runSerge Krot1-3/+16
2017-10-25ofz#3663: returning SfxPoolItem belonging to localCaolán McNamara2-3/+4
2017-10-25ofz#3527 ofz#3532 Invalid read of size 8Caolán McNamara2-16/+19
2017-10-25ofz#3784 check subtractCaolán McNamara1-2/+6
2017-10-25ofz#3780 Integer-overflowCaolán McNamara1-1/+11
2017-10-25ofz#3784 Integer-overflowCaolán McNamara1-1/+4
2017-10-25drop old SetBufferSize stuffCaolán McNamara2-20/+6
2017-10-25Eliminate deprecated SvNumberFormatter::GetDecSep()Eike Rathke1-1/+1
2017-10-25tdf#105381 ww8export: support footnote numbering per pageJustin Luth3-1/+16
2017-10-25ofz#3765 Integer-overflowCaolán McNamara1-1/+4
2017-10-25ofz#3756 Integer-overflowCaolán McNamara1-2/+11
2017-10-25ofz#3758 Integer-overflowCaolán McNamara1-1/+1
2017-10-25ofz#3771 Integer-overflowCaolán McNamara1-0/+3
2017-10-25ofz#3770 Integer-overflowCaolán McNamara1-1/+20
2017-10-25TSCP: support removing paragraph metadata fieldsAshod Nakashian4-13/+56
2017-10-25TSCP: separate out paragraph classification name and value in RDFAshod Nakashian1-22/+26
2017-10-24tdf#77961 set display grid to false if the attribute is missingMark Hung2-0/+7
2017-10-24loplugin:includeformStephan Bergmann1-1/+1
2017-10-24tdf#113202 RTF import: fix lack of expected contextual spacingMiklos Vajna2-0/+48
2017-10-24sw: prefix members of SwUndoTableNumFormatMiklos Vajna2-71/+71
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