summaryrefslogtreecommitdiff
path: root/vcl/workben/svpclient.cxx
AgeCommit message (Expand)Author
2019-11-04readme not a sufficient indicatorCaolán McNamara
2019-10-30imgctrl.hxx only used by vcl and toolkitCaolán McNamara
2019-10-17loplugin:buffereadd find stuff involving adding *StringBufferNoel Grandin
2019-10-16loplugin:bufferadd loosen some constraintsNoel Grandin
2019-10-04enable -Wunused-exception-parameter on clangNoel Grandin
2019-06-18loplugin:logexceptionnicely in vclNoel Grandin
2019-04-15loplugin:sequentialassign in vclNoel Grandin
2018-09-17New loplugin:externalStephan Bergmann
2018-07-31Add missing sal/log.hxx headersGabor Kelemen
2018-05-31drop Graphic::GetBitmapNoel Grandin
2018-02-22loplugin:changetoolsgen in vclNoel Grandin
2017-11-15loplugin:flatten in vclNoel Grandin
2017-10-04add << operator for css::uno::ExceptionNoel Grandin
2017-09-21Rename GetSelectEntry -> GetSelectedEntrySamuel Mehrbrodt
2017-04-21remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin
2016-12-15teach sallogareas plugin to catch inconsistenciesNoel Grandin
2016-10-10loplugin:unnecessaryoverride in vclNoel Grandin
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl
2016-01-14vcl: (workbench) check error status of socket writesChris Sherlock
2015-11-18com::sun::star->css in vcl/Noel Grandin
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12convert Link<> to typedNoel Grandin
2015-10-07clang-analyzer-deadcode.DeadStoresStephan Bergmann
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin
2015-05-23Remove include stdio (part6)Julien Nabet
2015-05-10NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann
2015-05-08lopluign:staticmethods: Handle DECL_LINKStephan Bergmann
2015-05-05loplugin:staticmethodsNoel Grandin
2015-04-29fix compile: delegate RenderContext parameter to superTomaž Vajngerl
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl
2015-04-20vcl: convert new to ::CreateMichael Meeks
2015-04-10automated VclPtrInstance conversion.Michael Meeks
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin
2015-04-10vclwidget: make sure we have an explicit destructorNoel Grandin
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin
2015-04-09vcl: rename VclReference to VclPtrNoel Grandin
2015-04-09manage VCL widgets using rtl::ReferenceNoel Grandin
2015-01-20Some more loplugin:cstylecast: vclStephan Bergmann
2014-11-07coverity#1251175 Uncaught exceptionCaolán McNamara
2014-11-05coverity#1215395 Uncaught exceptionCaolán McNamara
2014-10-07-Werror=unused-resultMiklos Vajna
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-06-01coverity#1219806 double closeNorbert Thiebaud
2014-05-23coverity#1215298 Resource leakCaolán McNamara
2014-05-19WaE: overriding virtual function declaration not marked 'SAL_OVERRIDE'Tor Lillqvist
2014-05-18vcl: fix svpclientChris Sherlock