summaryrefslogtreecommitdiff
path: root/filter
AgeCommit message (Expand)AuthorFilesLines
2016-10-10tdf#89307: Removed SvRef::operator T*()Jacek Fraczek3-7/+7
2016-10-07filter: don't loose signing description during pdf exportMiklos Vajna1-1/+4
2016-10-05InfoFont/Color is not used by vcl nowCaolán McNamara1-1/+1
2016-10-05convert the last two lonely FixedInfos to FixedTextCaolán McNamara2-2/+0
2016-10-05convert MapUnit to scoped enumNoel Grandin22-70/+70
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann17-66/+66
2016-10-03Fix typosAndrea Gelmini11-18/+18
2016-09-30loplugin:constantparamNoel Grandin1-3/+2
2016-09-29coverity#1371147 avoid Missing move assignment operatorCaolán McNamara1-9/+3
2016-09-27Actually, just get rid of these file-local const variablesTor Lillqvist1-13/+8
2016-09-27tdf#38835 - strip out non-trivial globals before mainRosen1-4/+4
2016-09-26loplugin:loopvartoosmall, use size_t for loop varsMarkus Mohrhard1-2/+2
2016-09-25improve scopingCaolán McNamara1-11/+9
2016-09-23fix denglish commentMichael Stahl1-1/+1
2016-09-20Fix "ubsan: 9 is not a valid value for type ´SvxNumType´" once againStephan Bergmann1-15/+15
2016-09-20loplugin:unusedfieldsNoel Grandin2-5/+0
2016-09-19loplugin:unusedenumvaluesNoel Grandin1-2/+1
2016-09-16filter: fix loplugin:cppunitassertequals warningsMiklos Vajna2-4/+4
2016-09-16loplugin:singlevalfields in basic..idlNoel Grandin5-17/+5
2016-09-16loplogin:singlevalfields in include/Noel Grandin2-21/+3
2016-09-15use std::unique_ptrCaolán McNamara2-27/+13
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl9-37/+37
2016-09-15Make OGenericUnoDialog::destoryDialog non-virtualStephan Bergmann3-10/+13
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann37-59/+59
2016-09-10Typo: (un)kown->(un)knownJulien Nabet1-2/+2
2016-09-08convert PictDrawingMethod to enum classDouglas Mencken1-68/+71
2016-09-05convert GradientStyle to scoped enumNoel Grandin4-25/+25
2016-09-05convert LineStyle to scoped enumNoel Grandin4-12/+12
2016-09-05convert RasterOp to scoped enumNoel Grandin2-41/+41
2016-09-04cppcheck: nullPointerZolnai Tamás1-1/+1
2016-09-02boost::intrusive_ptr->tools::SvRefCaolán McNamara1-0/+3
2016-09-01Related: tdf#74299: use OEM encoding for ancient DXFMike Kaganski3-48/+98
2016-08-30loplugin:stringconstant: adapt to improved OUStringLiteral1 (filter)Stephan Bergmann3-3/+3
2016-08-30Let OUStringLiteral1 take its arg as ctor arg, not template argStephan Bergmann1-3/+3
2016-08-29Adapt loplugin:stringconstant to improved OUStringLiteral1Stephan Bergmann1-3/+3
2016-08-27put StreamMode masks in scope of enum classJochen Nitschke4-10/+10
2016-08-26tdf#100726 - Improve readability of OUString concatanationsGökhan Gurbetoğlu1-2/+1
2016-08-24convert SdrFitToSizeType to scoped enumNoel Grandin3-4/+4
2016-08-23convert SdrIterMode to scoped enumNoel Grandin1-4/+4
2016-08-22convert DefaultType to scoped enumNoel Grandin1-8/+8
2016-08-21coverity#1371452 Wrapper object use after freeCaolán McNamara1-1/+0
2016-08-21coverity#1371452 Wrapper object use after freeCaolán McNamara2-4/+19
2016-08-19try and silence coverity#1371452 Wrapper object use after freeCaolán McNamara1-0/+1
2016-08-19lets not have yet another indent styleCaolán McNamara1-106/+104
2016-08-19Related: coverity#1371327 why use 'this'Caolán McNamara1-3/+2
2016-08-18convert SdrEdgeKind to scoped enumNoel Grandin1-3/+3
2016-08-18convert XBitmapType to scoped enumNoel Grandin1-1/+1
2016-08-18screenshots: add new global make targetArmin Le Grand1-1/+2
2016-08-18screenshots: unify dumping of dialog test batch fileArmin Le Grand1-74/+2
2016-08-18screenshots: add dialog test cases for filterArmin Le Grand4-0/+270