summaryrefslogtreecommitdiff
path: root/toolkit/source/awt/vclxgraphics.cxx
AgeCommit message (Expand)Author
2019-10-07use cppu::WeakImplHelper in VCLXGraphicsNoel Grandin
2019-09-18tdf#42949 Fix IWYU warnings in toolkit/Gabor Kelemen
2019-06-17Add comphelper::getUnoTunnelImplementation templateArkadiy Illarionov
2019-06-04tdf#39593 remove IMPL_XUNOTUNNEL* macrosArkadiy Illarionov
2019-03-01expand out IMPL_XTYPEPROVIDER_START macroNoel Grandin
2019-02-11loplugin:indentation in lingucomponent..toolsNoel Grandin
2019-01-15tdf#42949 Fix IWYU warnings in include/toolkit/*Gabor Kelemen
2018-10-24Simplify containers iterations in test..toolsArkadiy Illarionov
2018-09-12loplugin:simplifyconstruct in toolkit..ucbNoel Grandin
2018-03-06use more Color in toolkitNoel Grandin
2018-02-22loplugin:changetoolsgen in tools..toolkitNoel Grandin
2018-01-17loplugin:useuniqueptr in VCLXGraphicsNoel Grandin
2018-01-15More loplugin:cstylecast: toolkitStephan Bergmann
2018-01-12More loplugin:cstylecast: toolkitStephan Bergmann
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-04-05teach constantparam plugin to find always on and always off bitmask valuesNoel Grandin
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-09-05convert RasterOp to scoped enumNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-09com::sun::star->css in toolkit/Noel Grandin
2015-09-29toolkit: convert alloca() to std::unique_ptrMichael Stahl
2015-06-17Some missing SolarMutexGuard around VclPtr acquire/releaseStephan Bergmann
2015-05-20convert IMAGE_DRAW_ constants to scoped enumNoel Grandin
2015-04-29convert INITOUTDEV constants to scoped enumNoel Grandin
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara
2015-01-23calling alloca() requires #include <sal/alloca.h>Michael Stahl
2014-11-22vcl: remove unnecessary typedef VCLXGraphicsList_implChris Sherlock
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin
2014-09-30fdo#82577: Handle RegionNoel Grandin
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-07-20vcl consitent use of long for corrdinateNorbert Thiebaud
2014-05-15Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part13Julien Nabet
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-26Remove visual noise from toolkitAlexander Wilms
2014-02-21coverity#708532 Uninitialized scalar fieldCaolán McNamara
2013-05-21Related: #i121442# - Extend css::awt::XGraphic to draw imagesAriel Constenla-Haile
2013-04-15fdo#60724 correct spellingThomas Arnhold
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2012-10-03re-base on ALv2 code. Includes:Michael Meeks
2012-10-01Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini
2012-05-04fdo#48253 Expand SAL_STATIC_CAST and SAL_CONST_CASTThomas Arnhold
2012-05-02!= instead of < for comparison with end iteratorJulien Nabet
2011-11-27remove include of pch header from toolkitNorbert Thiebaud
2011-07-11Replace List with std::vector< VCLXGraphics* >Joseph Powers
2010-11-01remove a confusing use of GetMutex() when a SolarMutexGuard is really meantNorbert Thiebaud
2010-10-25rename osl::SolarMutexGuard -> SolarGuard to avoid namespace ambiguityNorbert Thiebaud