summaryrefslogtreecommitdiff
path: root/vcl/workben/svptest.cxx
AgeCommit message (Expand)Author
2020-10-21new tools::Degree10 strong typedefNoel Grandin
2020-06-05Upcoming loplugin:elidestringvar: vclStephan Bergmann
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-10-16loplugin:bufferadd loosen some constraintsNoel Grandin
2019-06-18loplugin:logexceptionnicely in vclNoel Grandin
2018-09-17New loplugin:externalStephan Bergmann
2018-08-04Use more basegfx deg<->rad functions, instead of direct formulasMike Kaganski
2018-07-31Add missing sal/log.hxx headersGabor Kelemen
2018-03-15move Bitmap::ScopedWriteAccess inside vclNoel Grandin
2018-02-26loplugin:oncevar extend to tools/gen.hxx typesNoel Grandin
2018-02-22loplugin:changetoolsgen in vclNoel Grandin
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin
2018-01-12More loplugin:cstylecast: vclStephan Bergmann
2017-10-04add << operator for css::uno::ExceptionNoel Grandin
2017-07-05new loplugin unnecessaryparenNoel Grandin
2017-06-28loplugin:oncevar in vclNoel Grandin
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2016-10-10loplugin:unnecessaryoverride in vclNoel Grandin
2016-10-05convert MapUnit to scoped enumNoel Grandin
2016-09-05convert GradientStyle to scoped enumNoel Grandin
2016-09-05convert LineStyle to scoped enumNoel Grandin
2016-02-06vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock
2016-01-03vcl: Excise vcl::FontInfo classChris Sherlock
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-10-20loplugin:defaultparamsStephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann
2015-06-28coverity#1308563 Uncaught exceptionCaolán McNamara
2015-06-16Fix typosAndrea Gelmini
2015-05-20convert TEXT_DRAW constants to scoped enumNoel Grandin
2015-05-11refactor "workben" classes to use RenderContextTomaž Vajngerl
2015-04-29fix compile: delegate RenderContext parameter to superTomaž Vajngerl
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl
2015-04-10automated VclPtrInstance conversion.Michael Meeks
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin
2015-04-02loplugin:staticmethodsNoel Grandin
2014-11-05coverity#1215391 Uncaught exceptionCaolán McNamara
2014-10-13create a macro library for implementing bit-flags typesNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-06-04avoid problems with poppler's and vcl's FontInfo during runtimeMarkus Mohrhard
2014-05-23coverity#1215302 Arguments in wrong orderCaolán McNamara
2014-05-19WaE: overriding virtual function declaration not marked 'SAL_OVERRIDE'Tor Lillqvist
2014-05-18vcl: fix svptestChris Sherlock
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist
2014-02-28sal_Bool -> bool in mostly vcl moduleChris Sherlock
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-23General comment cleanup for demo/test vcl appsChris Sherlock
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold