summaryrefslogtreecommitdiff
path: root/vcl/source/helper
AgeCommit message (Expand)AuthorFilesLines
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-11/+11
2015-09-22convert Link<> to typedNoel Grandin1-6/+5
2015-09-11vcl: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-2/+2
2015-08-28make PostUserEvent Link<> typedNoel Grandin2-4/+3
2015-08-21ColorMask: sal_uLong to better types, minor code reworkMatteo Casalin1-10/+10
2015-07-13loplugin:unusedmethods vclNoel Grandin1-19/+0
2015-05-13first step towards removing LazyDeletorNoel Grandin1-2/+2
2015-05-06convert BMP_SCALE constant to scoped enumNoel Grandin1-1/+1
2015-04-30Gradually typed LinkStephan Bergmann1-1/+1
2015-04-30Get rid of the initial :: for the vcl namespaceTor Lillqvist2-3/+3
2015-04-23Kill unused LazyDeletor<Menu>.Michael Meeks1-12/+1
2015-04-02loplugin:staticmethodsNoel Grandin1-2/+2
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann2-8/+8
2015-03-20tdf#88230: cleanup solar mutex yieldingPranav Kant1-3/+1
2015-01-05Some loplugin:revisibility clean-upStephan Bergmann1-4/+4
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara1-1/+0
2014-12-16Remove useless overrides in vcl strhelperArnaud Versini1-13/+0
2014-12-10Instantiate ImplSVData on demandStephan Bergmann1-5/+0
2014-09-23fdo#82577: Handle WindowNoel Grandin1-2/+2
2014-06-30Called C++ object pointer is nullCaolán McNamara1-4/+4
2014-06-18Missing SolarMutexGuardsStephan Bergmann1-0/+2
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-4/+0
2014-06-13loplugin:staticcallStephan Bergmann1-2/+2
2014-05-14Find places where uno::Sequence is passed by value.Noel Grandin1-1/+1
2014-05-07The opaque PostUserEvent IDs are actually pointersStephan Bergmann1-1/+1
2014-05-06vcl::EventPoster shall probably be covered by SolarMutexStephan Bergmann1-0/+6
2014-05-06Just IMPL_LINK is just fineStephan Bergmann1-2/+1
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin1-1/+1
2014-04-21remove comments why a file gets includedThomas Arnhold1-2/+0
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist4-10/+0
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-11/+11
2014-02-28WaE: implicit conversion (IntegralCast) from bool to 'int'Tor Lillqvist1-2/+2
2014-02-28sal_Bool -> bool in mostly vcl moduleChris Sherlock2-24/+24
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann3-48/+48
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-1/+1
2014-01-17bool improvementsStephan Bergmann1-4/+4
2013-10-09Resuscitate old vcl unit tests.Thorsten Behrens1-0/+15
2013-10-02vcl: add some SolarMutex assertionsMichael Stahl1-0/+2
2013-10-02-Werror,-Wunused-variableStephan Bergmann1-2/+0
2013-08-12convert vcl/strhelper.hxx from String to OUStringNoel Grandin1-8/+8
2013-07-15fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFOJelle van der Waa1-3/+2
2013-06-29remove OUString wrap for string literalsThomas Arnhold1-2/+2
2013-06-18sal_Bool to boolTakeshi Abe1-2/+2
2013-06-11Revert "pass argb32 pixmaps from vcl to canvas, avoiding costly x11 ...Michael Meeks1-24/+1
2013-05-09Resolves: #i121233# Added bitmap scaling methods BMP_SCALE_SUPERArmin Le Grand1-1/+1
2013-05-09make conversions between BitmapColor and sal_uInt8 explicitHerbert Dürr2-22/+13
2013-04-29fdo#39468 Translation and cleanupChris Sherlock1-5/+0
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák3-10/+9
2013-03-27-Wunused-macrosStephan Bergmann2-7/+0
2013-03-14pass argb32 pixmaps from vcl to canvas, avoiding costly x11 roundtripsRadek Doulik1-1/+24