summaryrefslogtreecommitdiff
path: root/extensions/source/scanner
AgeCommit message (Expand)Author
2015-08-14loplugin: defaultparamsNoel Grandin
2015-08-06tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-08-05loplugin:unusedmethodsNoel Grandin
2015-08-03new loplugin: refcountingNoel Grandin
2015-07-24loplugin:unusedmethodsNoel Grandin
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-06-15more untranslatable UI stringsAndras Timar
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann
2015-05-29loplugin:loopvartoosmallNoel Grandin
2015-05-18loplugin:staticmethodsStephan Bergmann
2015-05-18refactor scanner ext. to use RenderContextTomaž Vajngerl
2015-05-12Switch VclBuilder constructors to use VclPtr.Michael Meeks
2015-05-11Revert "Switch VclBuilder constructors to use VclPtr."Michael Meeks
2015-05-11Switch VclBuilder constructors to use VclPtr.Michael Meeks
2015-05-10Use IMPL_LINK_NOARG[_TYPED] where applicableStephan Bergmann
2015-05-09tdf#91052 - more macros for 'make' constructors.Michael Meeks
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-29fix compile: delegate RenderContext parameter to superTomaž Vajngerl
2015-04-29replace Paint calls to Invalidate + fix compilationTomaž Vajngerl
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-28Dialog::Execute return type is short/VclResponseTypeStephan Bergmann
2015-04-24loplugin:simplifyboolStephan Bergmann
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann
2015-04-23fix windows buildNoel Grandin
2015-04-23loplugin:staticmethodsNoel Grandin
2015-04-22extensions: convert new to ::Create.Michael Meeks
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin
2015-04-09vcl: VclPtr conversion in extensionsNoel Grandin
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-17Fix various XServiceInfo implementationsStephan Bergmann
2015-01-27Resolves: tdf#88819 printing with ps hangsCaolán McNamara
2015-01-20Some more loplugin:cstylecast: extensionsStephan Bergmann
2015-01-16remove unnecessary parenthesesNoel Grandin
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin
2015-01-05fdo#84938: replace NUMBERFORMAT_INT_ constants with 'enum class'Noel Grandin
2014-12-15fdo#39440 reduce scope of local variablesMichael Weghorn
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl
2014-11-14coverity#705989 silence Insecure temporary fileCaolán McNamara
2014-11-14coverity#1242860 Unused valueCaolán McNamara
2014-11-01coverity#703954 Unchecked return valueCaolán McNamara
2014-10-30nothing to see here, move alongCaolán McNamara
2014-10-30coverity#735608 Division or modulo by float zeroCaolán McNamara
2014-10-02coverity#1242860 Unused valueCaolán McNamara