summaryrefslogtreecommitdiffstats
path: root/extensions/source/scanner
Commit message (Expand)AuthorAgeFilesLines
* Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe2015-06-173-12/+12
* more untranslatable UI stringsAndras Timar2015-06-151-4/+4
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-081-2/+2
* loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann2015-06-021-2/+2
* loplugin:loopvartoosmallNoel Grandin2015-05-292-3/+3
* loplugin:staticmethodsStephan Bergmann2015-05-181-27/+30
* refactor scanner ext. to use RenderContextTomaž Vajngerl2015-05-182-117/+132
* Switch VclBuilder constructors to use VclPtr.Michael Meeks2015-05-121-1/+1
* Revert "Switch VclBuilder constructors to use VclPtr."Michael Meeks2015-05-111-1/+1
* Switch VclBuilder constructors to use VclPtr.Michael Meeks2015-05-111-1/+1
* Use IMPL_LINK_NOARG[_TYPED] where applicableStephan Bergmann2015-05-101-1/+1
* tdf#91052 - more macros for 'make' constructors.Michael Meeks2015-05-092-5/+4
* Gradually typed LinkStephan Bergmann2015-04-303-8/+8
* fix compile: delegate RenderContext parameter to superTomaž Vajngerl2015-04-292-4/+4
* replace Paint calls to Invalidate + fix compilationTomaž Vajngerl2015-04-291-4/+2
* mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl2015-04-292-4/+4
* Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks2015-04-285-48/+106
|\
| * extensions: convert new to ::Create.Michael Meeks2015-04-221-2/+1
| * Automated conversion of VclPtr construction to use Instance template.Michael Meeks2015-04-102-6/+6
| * vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin2015-04-102-6/+6
| * vclwidget: only call dispose() onceNoel Grandin2015-04-102-4/+4
| * vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin2015-04-104-30/+75
| * vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin2015-04-092-16/+16
| * vcl: VclPtr conversion in extensionsNoel Grandin2015-04-093-0/+14
* | Dialog::Execute return type is short/VclResponseTypeStephan Bergmann2015-04-281-1/+1
* | loplugin:simplifyboolStephan Bergmann2015-04-243-5/+5
* | Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann2015-04-233-4/+4
* | fix windows buildNoel Grandin2015-04-231-1/+1
* | loplugin:staticmethodsNoel Grandin2015-04-233-7/+7
* | Various #include <sal/log.hxx> fixupsStephan Bergmann2015-04-221-0/+1
|/
* const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2015-03-262-6/+5
* Fix various XServiceInfo implementationsStephan Bergmann2015-03-172-30/+26
* Resolves: tdf#88819 printing with ps hangsCaolán McNamara2015-01-271-1/+1
* Some more loplugin:cstylecast: extensionsStephan Bergmann2015-01-201-32/+32
* remove unnecessary parenthesesNoel Grandin2015-01-161-2/+2
* fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin2015-01-071-1/+1
* fdo#84938: replace NUMBERFORMAT_INT_ constants with 'enum class'Noel Grandin2015-01-051-1/+1
* fdo#39440 reduce scope of local variablesMichael Weghorn2014-12-152-2/+4
* cppuhelper: clean up public headers with include-what-you-useMichael Stahl2014-11-182-0/+2
* coverity#705989 silence Insecure temporary fileCaolán McNamara2014-11-141-1/+4
* coverity#1242860 Unused valueCaolán McNamara2014-11-141-1/+1
* coverity#703954 Unchecked return valueCaolán McNamara2014-11-011-1/+1
* nothing to see here, move alongCaolán McNamara2014-10-301-1/+1
* coverity#735608 Division or modulo by float zeroCaolán McNamara2014-10-301-2/+6
* coverity#1242860 Unused valueCaolán McNamara2014-10-021-5/+1
* fdo#82577: Handle RegionNoel Grandin2014-09-301-1/+1
* remove unnecessary casts in calls to SvStream.WriteUInt32Noel Grandin2014-09-261-20/+20
* remove unnecessary casts in calls to SvStream.WriteUInt16Noel Grandin2014-09-261-5/+5
* remove unnecessary casts in calls to SvStream.WriteUCharNoel Grandin2014-09-261-6/+6
* fdo#82577: Handle WindowNoel Grandin2014-09-234-13/+13