summaryrefslogtreecommitdiff
path: root/sw/source/core
AgeCommit message (Expand)AuthorFilesLines
2017-12-01Prepare for translated new AutoFormat Table Styles, tdf#101349Eike Rathke2-19/+57
2017-12-01loplugin:unnecessaryoverrideStephan Bergmann1-4/+0
2017-12-01sw: remove SvStream operator<< functions of layout classesMiklos Vajna17-682/+0
2017-11-30xmloff: turn SvXMLImportContext into a no-op base classMichael Stahl1-1/+1
2017-11-30sw: std::vector<OUString*> considered sillyMichael Stahl1-4/+4
2017-11-30sw: move generic code out of SwXMLSectionList::CreateContextMichael Stahl1-22/+41
2017-11-30sw: move SvXMLSectionListContext out of header fileMichael Stahl1-4/+22
2017-11-30coverity#1401344 Uncaught exceptionCaolán McNamara1-1/+2
2017-11-30loplugin:unnecessaryparen: signed numeric literalsStephan Bergmann2-3/+3
2017-11-30Don't do dynamic_cast twiceMike Kaganski1-4/+4
2017-11-30TypedWhichId for RES_PARAATR constantsNoel Grandin8-19/+19
2017-11-29loplugin:unusedmethodsNoel Grandin2-117/+0
2017-11-29Remove stray SAL_DEBUG.Michael Meeks1-1/+0
2017-11-29Tile the writer surround rendering to avoid large image scaling.Michael Meeks1-12/+29
2017-11-28ofz: fix mem leakCaolán McNamara1-16/+16
2017-11-27rhbz#1517407 Capitalize every word doesn't work after bracketsCaolán McNamara1-2/+2
2017-11-27loplugin:countusersofdefaultparams in sw (2)Noel Grandin5-6/+6
2017-11-27loplugin:unnecessaryparen check for (f1()).f2Noel Grandin14-24/+24
2017-11-25Fix a likely copypastaMatteo Casalin1-2/+2
2017-11-24tdf#113938 sw: apply new default vertical orientation only during importMichael Stahl1-8/+15
2017-11-24loplugin:countusersofdefaultparams in sw (1)Noel Grandin13-26/+26
2017-11-24sw: remove temporary debug code in txtfrmMiklos Vajna1-5/+0
2017-11-24TypedWhichId for RES_CHRATR constantsNoel Grandin10-24/+66
2017-11-23Make loplugin:unnecessaryparen look through implicitStephan Bergmann2-2/+2
2017-11-23An anonymous GraphicObject instance suffices hereStephan Bergmann1-2/+1
2017-11-23put GraphicObject on stack instead of heapStephan Bergmann1-2/+2
2017-11-23reduce scope of varStephan Bergmann1-2/+1
2017-11-23use std::unique_ptrStephan Bergmann1-14/+11
2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin10-12/+12
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann58-152/+152
2017-11-22replace check of eof and GetError with goodCaolán McNamara2-3/+2
2017-11-22drop duplicate methodCaolán McNamara2-2/+2
2017-11-22Missing GraphicObject destruction, memory leakStephan Bergmann1-0/+1
2017-11-22Fix typoAndrea Gelmini2-5/+5
2017-11-21coverity warningsCaolán McNamara7-8/+8
2017-11-21tdf#106988 Change default numbering list stylesYousuf Philips1-34/+38
2017-11-21loplugin:flatten in swNoel Grandin33-2794/+2840
2017-11-21coverity#1422233 Unchecked return valueCaolán McNamara1-1/+1
2017-11-21Fix typosAndrea Gelmini1-1/+1
2017-11-21Avoid static_cast on dead SwVirtFlyDrawObj object for nowStephan Bergmann1-0/+2
2017-11-20cosmetics: Drop duplicate semicolonTakeshi Abe2-4/+4
2017-11-20look for =() in loplugin:unnecessaryparenNoel Grandin8-12/+11
2017-11-20TypedWhichId for XATTR* constantsNoel Grandin5-17/+17
2017-11-19Typo "Rigth_" -> "Right_"Julien Nabet3-17/+17
2017-11-19Fix typosAndrea Gelmini4-10/+10
2017-11-19Typos about "bottom"Julien Nabet2-2/+2
2017-11-18silence some coverity warningsCaolán McNamara2-5/+5
2017-11-18RotateFlyFrame3: Corrected wrong static_castArmin Le Grand1-20/+22
2017-11-18RotateFlyFrame3: add support for AutoContourArmin Le Grand8-109/+273
2017-11-18RotateFlyFrame3: Corrected Contour when rotatedArmin Le Grand1-7/+35