summaryrefslogtreecommitdiff
path: root/toolkit/source/controls
AgeCommit message (Expand)Author
2014-10-08back out more wrong and confusing tools::Time comment changesEike Rathke
2014-10-01fdo#82577: Handle TimeNoel Grandin
2014-09-25comphelper: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-09-10vcl: sal_Bool -> boolStephan Bergmann
2014-08-22Remove some useless tools/debug.hxx includesMarcos Paulo de Souza
2014-08-07Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happyStephan Bergmann
2014-07-11new loplugin: externalandnotdefinedNoel Grandin
2014-06-27loplugin:unreffun: also warn about unused function templatesStephan Bergmann
2014-06-13loplugin:staticcallStephan Bergmann
2014-06-05toolkit: remove SAL_THROW macroNoel Grandin
2014-06-01fdo#68849: Add header guards to all include filesJens Carl
2014-05-29remove unnecessary NULL parameter passed to UNO ExceptionNoel Grandin
2014-05-27remove more unnecessary use of OUString constructorNoel Grandin
2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet
2014-05-15Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part13Julien Nabet
2014-05-06Sequence<UnoUnsignedShortType> -> UnoSequenceType<UnoUnsignedShortType>Stephan Bergmann
2014-05-06Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part3Julien Nabet
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni
2014-04-19Remove gcc3 workaround here tooThomas Arnhold
2014-04-19fixincludeguards.sh: some smaller dirsThomas Arnhold
2014-04-19Move headers that are private to toolkit there, thenTor Lillqvist
2014-04-10It's "its", not "it's"Tor Lillqvist
2014-04-09Clean up function declarations and some unused functionsStephan Bergmann
2014-04-07Remove silly PUT_SEMICOLON_AT_THE_ENDStephan Bergmann
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-28Remove remaining DBG_CTOR etc. remnants from toolkitStephan Bergmann
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-14No need for a virtual OPropertyContainer::getTypesStephan Bergmann
2014-03-11No need for implGetBounds to be SAL_CALLStephan Bergmann
2014-03-10toolkit: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-26Remove visual noise from toolkitAlexander Wilms
2014-02-26Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe
2014-02-24error: enumeral and non-enumeral type in conditional expressionStephan Bergmann
2014-02-24Replace exisiting TriState, AutoState with more generic TriStateStephan Bergmann
2014-02-24toolkit: sal_Bool -> boolStephan Bergmann
2014-02-24Remove unnecessary bool2anyStephan Bergmann
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
2014-02-18coverity#738917 Uninitialized scalar fieldCaolán McNamara
2014-02-17comphelper: sal_Bool -> boolStephan Bergmann
2014-02-06typo fixes in commentsAndras Timar
2014-01-28bool improvementsStephan Bergmann
2014-01-28This has always only converted the condition of ?: to longStephan Bergmann
2014-01-25fdo#54938 Convert toolkit to cppu::supportsServiceAlexandre Vicenzi
2014-01-24tk: Constructor feature for last tk_ implementations.Matúš Kukan