summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin14-23/+23
2018-01-11RotateFlyFrameFix: Disable AutoContour for rotated FlysArmin Le Grand1-0/+11
2018-01-10Fix typoAndrea Gelmini1-1/+1
2018-01-10ofz: Integer-overflowCaolán McNamara1-5/+9
2018-01-10ofz#5211 limit table parsing depthCaolán McNamara3-0/+24
2018-01-10tdf#106991: Highlighting remains after select no fillTamás Zolnai1-0/+5
2018-01-09Avoid clash with ERROR macro from wingdi.h on WindowsStephan Bergmann2-11/+11
2018-01-09ofz#5193 Negative-size-paramCaolán McNamara1-1/+1
2018-01-09just use a simple vectorCaolán McNamara1-76/+71
2018-01-09don't need to dynamically allocate theseCaolán McNamara1-64/+59
2018-01-09just use a simpler vectorCaolán McNamara1-29/+30
2018-01-09can return reference instead of pointerCaolán McNamara1-66/+67
2018-01-09doesn't have to be dynamically allocatedCaolán McNamara1-16/+15
2018-01-09tdf#114480 - Revert "Writer page shadow - avoid scaling ..."Michael Meeks1-9/+32
2018-01-09tdf#114703 DOCX import: apply num defaults only to abstract numsMiklos Vajna2-0/+12
2018-01-09RES_CHRATR_PROPORTIONALFONTSIZE and RES_CHRATR_NOLINEBREAK unusedNoel Grandin7-15/+12
2018-01-08Resolves: tdf#114728 wrong entries in bibliographic entry dialogCaolán McNamara1-1/+2
2018-01-08sw: prefix members of SwAccessibleNoTextHyperlink, SwAccessiblePage and ...Miklos Vajna5-27/+27
2018-01-08ofz#5015 Integer-overflowCaolán McNamara1-4/+4
2018-01-08tdf#114882: don't try to close SDT when processing inner objectsMike Kaganski5-52/+49
2018-01-07ofz#5007 Null-dereference READCaolán McNamara2-31/+35
2018-01-07coverity#1427250 Dereference null return valueCaolán McNamara1-0/+1
2018-01-07tdf#114872: Broken selection from other userTamás Zolnai1-1/+4
2018-01-07sw, obey HAVE_FEATURE_AVMEDIAjan Iversen1-0/+2
2018-01-05ofz#4971 Bad-castCaolán McNamara4-26/+64
2018-01-05tdf#114724 fix headings outline tracking highlight in NavigatorJim Raykowski1-0/+1
2018-01-05Fix typosAndrea Gelmini1-1/+1
2018-01-05sw: fix null-pointer crash in ClearFEShellTabCols()Michael Stahl1-3/+7
2018-01-05sw: clean up some no longer building leftover debug codeMiklos Vajna9-71/+0
2018-01-05lokdialog: Allow language switching in SfxModule(s).Jan Holesovsky1-1/+1
2018-01-05tdf#104707 ooxmlexport: support RawTextJustin Luth4-2/+18
2018-01-04Fix typosAndrea Gelmini1-2/+2
2018-01-04sw: replace local DELETEZ with unique_ptrMichael Stahl1-5/+2
2018-01-04sw: convert SwPageFrame::m_pSortedObjs to unique_ptrMichael Stahl4-18/+17
2018-01-04sw: convert SwFrame::mpDrawObjs to unique_ptrMichael Stahl4-29/+36
2018-01-04tdf#42949 Fix some more Include What You Use warningsMiklos Vajna9-9/+9
2018-01-04ofz#4947 Integer-overflowCaolán McNamara1-4/+12
2018-01-04sw: move some globals in fetab.cxx into SwFEShellMichael Stahl11-129/+117
2018-01-04ofz#4914 Undefined-shiftCaolán McNamara1-2/+8
2018-01-04drop some unused typedefs in UnoFrameWrap_traitsNoel Grandin1-6/+0
2018-01-04remove SfxUsrAnyItem typedefNoel Grandin6-29/+29
2018-01-04loplugin:unusedfieldsNoel Grandin4-28/+2
2018-01-03Turn on clang-format for these filesMiklos Vajna1-463/+506
2018-01-03ofz#4921 limit column check to max legal column indexCaolán McNamara1-2/+2
2018-01-03Translate German comments and debug stringsJohnny_M1-2/+2
2018-01-03ofz#4872 Null-dereference READCaolán McNamara1-11/+51
2018-01-03sw: prefix members of SwFormatContent, SwAccessibleHyperlink and SwFormatURLMiklos Vajna6-73/+73
2018-01-03loplugin:singlevalfields improve copy constructor checkNoel Grandin5-18/+1
2018-01-03loplugin:passstuffbyref more return improvementsNoel Grandin12-14/+14
2018-01-02ofz: assert on trying to insert footer when already inserting the footerCaolán McNamara3-3/+16