summaryrefslogtreecommitdiff
path: root/vcl/source/helper
AgeCommit message (Expand)AuthorFilesLines
2016-02-13vcl: include vcl headers via triangular brackets instead of quotesChris Sherlock3-5/+5
2016-02-11[API CHANGE] add operator==/!= to UNO structsNoel Grandin1-3/+2
2016-02-06vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock2-2/+2
2015-12-15Get rid of :: prefix for basegfx in include/vcl and vclTor Lillqvist1-11/+11
2015-12-08Move icon rotation/flip handling from ToolbarManager to vcl's ToolbarSamuel Mehrbrodt1-0/+36
2015-11-27mutex used in post-main dtorCaolán McNamara1-2/+15
2015-11-18Remove unused toolbaritem propertiesSamuel Mehrbrodt1-3/+3
2015-11-18com::sun::star->css in vcl/Noel Grandin1-1/+1
2015-11-17Need to re-init CommandInfoProvider when component changesMaxim Monastirsky1-3/+11
2015-11-17tdf#95845 Add methods for menu labels to CommandInfoProviderSamuel Mehrbrodt1-2/+24
2015-11-17-Werror=maybe-uninitializedStephan Bergmann1-1/+1
2015-11-17tdf#95845 Use CommandInfoProvider to receive command propertiesSamuel Mehrbrodt1-0/+19
2015-11-16Move functionality to retrieve command image to CommandInfoProviderSamuel Mehrbrodt1-9/+70
2015-11-16Move CommandInfoProvider to vcl and use it from thereSamuel Mehrbrodt1-0/+330
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann7-14/+14
2015-10-21move afl examples/test-cases to dedicated dirCaolán McNamara1-1/+0
2015-10-20loplugin:defaultparamsStephan Bergmann1-1/+1
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