summaryrefslogtreecommitdiff
path: root/toolkit/source/awt
AgeCommit message (Expand)Author
2014-04-09Clean up function declarations and some unused functionsStephan Bergmann
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin
2014-04-03vcl: sal_Bool->bool and cleanupNoel Grandin
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-28Remove remaining DBG_CTOR etc. remnants from toolkitStephan Bergmann
2014-03-28coverity#736157 Dereference null return valueCaolán McNamara
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-25coverity#736158 Dereference null return valueCaolán McNamara
2014-03-13Remove unused VCLXWindowImpl partsStephan Bergmann
2014-03-10toolkit: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann
2014-03-10coverity#708534 Uninitialized pointer fieldCaolán McNamara
2014-03-10coverity#708531 Uninitialized pointer fieldCaolán McNamara
2014-02-27Remove unused VCLXTabPageModelStephan Bergmann
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-26Remove visual noise from toolkitAlexander Wilms
2014-02-25Add config_libraries.h definitions to get library names easily.Matúš Kukan
2014-02-24Replace exisiting TriState, AutoState with more generic TriStateStephan Bergmann
2014-02-24toolkit: sal_Bool -> boolStephan Bergmann
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-21coverity#708532 Uninitialized scalar fieldCaolán McNamara
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
2014-02-13coverity#737151 Uncaught exceptionCaolán McNamara
2014-02-13coverity#707416 Uncaught exceptionCaolán McNamara
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin
2014-02-04convert specialised SvStream::operator>> methods to ReadXXX methodsNoel Grandin
2014-02-03Remove needless SAL_DLLPRIVATE annotationStephan Bergmann
2014-01-29bool improvementsStephan Bergmann
2014-01-28bool improvementsStephan Bergmann
2014-01-28coverity#440874 Dereference before null checkCaolán McNamara
2014-01-24Include boost/ptr_container/ptr_vector.hpp at the beginning again.Matúš Kukan
2014-01-24Remove unneeded include to hopefully fix the tinderboxes.Matúš Kukan
2014-01-24tk: Ctor feature for VCLX classes.Matúš Kukan
2014-01-24tk: Constructor feature for VCLXToolkit.Matúš Kukan
2014-01-23tk: Constructor feature for AsyncCallback.Matúš Kukan
2014-01-16convert SvStream::operator<< overloads to more explicit methodsNoel Grandin
2014-01-13disentangle CalcSizeCaolán McNamara
2014-01-10re-write SvStream operator<< to non-overloaded methodsNoel Grandin
2013-12-20Resolves: #i120358# apply patch to support properties from tab modelJürgen Schmidt
2013-12-17fdo#72598 Remove SunStudio cruft from code baseJelle van der Waa
2013-12-13Drop duplicate #includeTakeshi Abe
2013-12-12simplify - use OUString::startsWith where possibleNoel Grandin
2013-12-05Resolves: #i123795# variable names should not confuse vcl...Herbert Dürr
2013-12-04convert OutputDevice::HasGlyphs from xub_StrLen->sal_Int32Noel Grandin
2013-12-03_SV_WORKWIN is nowhereTor Lillqvist
2013-11-26Integrate branch of IAccessible2Steve Yin
2013-11-15Remove unused parts of TkResMgrStephan Bergmann
2013-11-07remove unnecessary use of OUString constructor in TOOLKIT moduleNoel Grandin
2013-11-04remove redundant calls to OUString constructorNoel Grandin
2013-10-28remove some stray using rtl::OUStringThomas Arnhold