summaryrefslogtreecommitdiff
path: root/extensions/source/scanner
AgeCommit message (Expand)AuthorFilesLines
2016-11-04tdf#91222 VclBuilder constructor cleanupmelikeyurtoglu1-8/+1
2016-10-16clang-cl loplugin: extensionsStephan Bergmann1-111/+112
2016-10-05convert MapUnit to scoped enumNoel Grandin2-10/+10
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann5-18/+18
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann7-7/+7
2016-09-05convert RasterOp to scoped enumNoel Grandin1-1/+1
2016-08-18cppcheck: passedByValueCaolán McNamara1-4/+3
2016-07-07Related: tdf#92478 speculative win64 scanning fixCaolán McNamara1-3/+5
2016-06-12Resolves: tdf#92478 avoid crash on using scanner on windows x64Caolán McNamara1-1/+4
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl2-2/+2
2016-06-01Convert VCL_MESSAGE to scoped enumNoel Grandin1-2/+2
2016-05-31teach refcounting clang plugin about uno::ReferenceNoel Grandin1-1/+1
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin1-2/+2
2016-04-26clang-tidy modernize-loop-convert in e*Noel Grandin2-5/+5
2016-04-18Avoid reserved identifierStephan Bergmann1-6/+6
2016-04-18Fix unconditional seek in sanedlgRohan Kumar1-0/+2
2016-04-12tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar3-39/+16
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke1-1/+0
2016-03-23loplugin:constantparam in extensinsNoel Grandin2-3/+3
2016-03-15remove unnecessary parentheses in case labelsNoel Grandin1-17/+17
2016-02-17use consistent #define checks for the Windows platformNoel Grandin1-1/+1
2016-02-16use consistent #define checks for the Windows platformNoel Grandin1-1/+1
2016-02-09Remove excess newlinesChris Sherlock1-6/+0
2016-02-09Formatting changes across all modulesChris Sherlock3-30/+15
2016-01-11Use WeakImplHelperStephan Bergmann2-18/+1
2016-01-11loplugin:privatebase: Publicly derive from UNO interfacesStephan Bergmann1-1/+1
2016-01-07cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-11-28-Werror,-Wmicrosoft-exception-specStephan Bergmann1-6/+6
2015-11-25Revert part of 1f86864e97bea causing Windows build trouble.Michael Meeks1-0/+1
2015-11-25loplugin:unusedfields variousNoel Grandin1-1/+0
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin1-4/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann5-48/+48
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-1/+1
2015-11-02use uno::Reference::set method instead of assignmentNoel Grandin3-7/+7
2015-10-27Reduce scope of #include <tools/stream.hxx>Matteo Casalin1-1/+0
2015-10-19loplugin:defaultparamsStephan Bergmann1-15/+15
2015-10-19convert Link<> to typedNoel Grandin1-11/+9
2015-10-16convert Link<> to typedNoel Grandin2-11/+10
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann7-36/+36
2015-10-12convert Link<> to typedNoel Grandin2-6/+5
2015-10-07clang-analyzer-deadcode.DeadStoresStephan Bergmann1-6/+2
2015-10-07Sane::SetOptionValue return values are unusedStephan Bergmann2-33/+18
2015-10-01com::sun::star->css in extensions/Noel Grandin4-15/+15
2015-09-18boost->stdCaolán McNamara1-10/+10
2015-09-17convert Link<> to typedNoel Grandin4-12/+11
2015-09-08convert Link<> to typedNoel Grandin2-3/+2
2015-08-28make PostUserEvent Link<> typedNoel Grandin1-8/+4
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin4-6/+4
2015-08-14loplugin: defaultparamsNoel Grandin2-6/+6
2015-08-06tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-2/+2