summaryrefslogtreecommitdiff
path: root/extensions/source/scanner
AgeCommit message (Expand)AuthorFilesLines
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
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin4-30/+75
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin2-16/+16
2015-04-09vcl: VclPtr conversion in extensionsNoel Grandin3-0/+14
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2-6/+5
2015-03-17Fix various XServiceInfo implementationsStephan Bergmann2-30/+26
2015-01-27Resolves: tdf#88819 printing with ps hangsCaolán McNamara1-1/+1
2015-01-20Some more loplugin:cstylecast: extensionsStephan Bergmann1-32/+32
2015-01-16remove unnecessary parenthesesNoel Grandin1-2/+2
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin1-1/+1
2015-01-05fdo#84938: replace NUMBERFORMAT_INT_ constants with 'enum class'Noel Grandin1-1/+1
2014-12-15fdo#39440 reduce scope of local variablesMichael Weghorn2-2/+4
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl2-0/+2
2014-11-14coverity#705989 silence Insecure temporary fileCaolán McNamara1-1/+4
2014-11-14coverity#1242860 Unused valueCaolán McNamara1-1/+1
2014-11-01coverity#703954 Unchecked return valueCaolán McNamara1-1/+1
2014-10-30nothing to see here, move alongCaolán McNamara1-1/+1
2014-10-30coverity#735608 Division or modulo by float zeroCaolán McNamara1-2/+6
2014-10-02coverity#1242860 Unused valueCaolán McNamara1-5/+1
2014-09-30fdo#82577: Handle RegionNoel Grandin1-1/+1
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt32Noel Grandin1-20/+20