summaryrefslogtreecommitdiff
path: root/extensions/source/scanner
AgeCommit message (Expand)AuthorFilesLines
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
2015-08-05loplugin:unusedmethodsNoel Grandin1-0/+2
2015-08-03new loplugin: refcountingNoel Grandin1-6/+6
2015-07-24loplugin:unusedmethodsNoel Grandin1-4/+1
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe3-12/+12
2015-06-15more untranslatable UI stringsAndras Timar1-4/+4
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-2/+2
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann1-2/+2
2015-05-29loplugin:loopvartoosmallNoel Grandin2-3/+3
2015-05-18loplugin:staticmethodsStephan Bergmann1-27/+30
2015-05-18refactor scanner ext. to use RenderContextTomaž Vajngerl2-117/+132
2015-05-12Switch VclBuilder constructors to use VclPtr.Michael Meeks1-1/+1
2015-05-11Revert "Switch VclBuilder constructors to use VclPtr."Michael Meeks1-1/+1
2015-05-11Switch VclBuilder constructors to use VclPtr.Michael Meeks1-1/+1
2015-05-10Use IMPL_LINK_NOARG[_TYPED] where applicableStephan Bergmann1-1/+1
2015-05-09tdf#91052 - more macros for 'make' constructors.Michael Meeks2-5/+4
2015-04-30Gradually typed LinkStephan Bergmann3-8/+8
2015-04-29fix compile: delegate RenderContext parameter to superTomaž Vajngerl2-4/+4
2015-04-29replace Paint calls to Invalidate + fix compilationTomaž Vajngerl1-4/+2
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl2-4/+4
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks5-48/+106
2015-04-28Dialog::Execute return type is short/VclResponseTypeStephan Bergmann1-1/+1
2015-04-24loplugin:simplifyboolStephan Bergmann3-5/+5
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann3-4/+4
2015-04-23fix windows buildNoel Grandin1-1/+1
2015-04-23loplugin:staticmethodsNoel Grandin3-7/+7
2015-04-22extensions: convert new to ::Create.Michael Meeks1-2/+1
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann1-0/+1
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks2-6/+6
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin2-6/+6
2015-04-10vclwidget: only call dispose() onceNoel Grandin2-4/+4