summaryrefslogtreecommitdiffstats
path: root/vcl/source/helper
Commit message (Expand)AuthorAgeFilesLines
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-021-1/+0
* Remove useless overrides in vcl strhelperArnaud Versini2014-12-161-13/+0
* Instantiate ImplSVData on demandStephan Bergmann2014-12-101-5/+0
* fdo#82577: Handle WindowNoel Grandin2014-09-231-2/+2
* Called C++ object pointer is nullCaolán McNamara2014-06-301-4/+4
* Missing SolarMutexGuardsStephan Bergmann2014-06-181-0/+2
* improve the inlinesimplememberfunctions clang pluginNoel Grandin2014-06-171-4/+0
* loplugin:staticcallStephan Bergmann2014-06-131-2/+2
* Find places where uno::Sequence is passed by value.Noel Grandin2014-05-141-1/+1
* The opaque PostUserEvent IDs are actually pointersStephan Bergmann2014-05-071-1/+1
* vcl::EventPoster shall probably be covered by SolarMutexStephan Bergmann2014-05-061-0/+6
* Just IMPL_LINK is just fineStephan Bergmann2014-05-061-2/+1
* simplify ternary conditions "xxx ? yyy : false"Noel Grandin2014-05-051-1/+1
* remove comments why a file gets includedThomas Arnhold2014-04-211-2/+0
* Kill superfluous vertical whitespaceTor Lillqvist2014-04-024-10/+0
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-261-11/+11
* WaE: implicit conversion (IntegralCast) from bool to 'int'Tor Lillqvist2014-02-281-2/+2
* sal_Bool -> bool in mostly vcl moduleChris Sherlock2014-02-282-24/+24
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-263-48/+48
* vcl: sal_Bool -> boolStephan Bergmann2014-02-211-1/+1
* bool improvementsStephan Bergmann2014-01-171-4/+4
* Resuscitate old vcl unit tests.Thorsten Behrens2013-10-091-0/+15
* vcl: add some SolarMutex assertionsMichael Stahl2013-10-021-0/+2
* -Werror,-Wunused-variableStephan Bergmann2013-10-021-2/+0
* convert vcl/strhelper.hxx from String to OUStringNoel Grandin2013-08-121-8/+8
* fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFOJelle van der Waa2013-07-151-3/+2
* remove OUString wrap for string literalsThomas Arnhold2013-06-291-2/+2
* sal_Bool to boolTakeshi Abe2013-06-181-2/+2
* Revert "pass argb32 pixmaps from vcl to canvas, avoiding costly x11 ...Michael Meeks2013-06-111-24/+1
* Resolves: #i121233# Added bitmap scaling methods BMP_SCALE_SUPERArmin Le Grand2013-05-091-1/+1
* make conversions between BitmapColor and sal_uInt8 explicitHerbert Dürr2013-05-092-22/+13
* fdo#39468 Translation and cleanupChris Sherlock2013-04-291-5/+0
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-073-10/+9
* -Wunused-macrosStephan Bergmann2013-03-272-7/+0
* pass argb32 pixmaps from vcl to canvas, avoiding costly x11 roundtripsRadek Doulik2013-03-141-1/+24
* c++ API: use css alias in generated headers, adds global css declThorsten Behrens2012-11-301-6/+0
* re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks2012-11-065-115/+70
* this looks wrongDavid Tardon2012-09-071-3/+3
* Replace usage of rtl/memory.h in vcl with equivalent from string.hArnaud Versini2012-08-141-3/+3
* -Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann2012-08-141-1/+0
* drop bogus eof linesThomas Arnhold2012-08-071-2/+0
* use generic names rather than specific algorithm names when scalingLuboš Luňák2012-06-221-1/+1
* re-base on ALv2 code.Michael Meeks2012-06-221-23/+14
* re-base on ALv2 code.Michael Meeks2012-06-211-26/+17
* reduce use of UniString ctor from null-terminated unicodearrayCaolán McNamara2012-06-131-4/+2
* Remove superfluous empty lines on topThomas Arnhold2012-06-091-3/+0
* Use BMP_SCALE_LANCZOS instead of BMP_SCALE_INTERPOLATE.Jan Holesovsky2012-06-051-1/+1
* targeted string re-workNorbert Thiebaud2012-06-021-2/+2
* callcatcher: update listCaolán McNamara2012-03-071-51/+0
* New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann2012-03-011-1/+1