summaryrefslogtreecommitdiffstats
path: root/forms/source/component/Button.cxx
Commit message (Expand)AuthorAgeFilesLines
* loplugin:referencecasting in editeng..frameworkNoel2021-02-161-2/+2
* OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTIONNoel2020-12-011-1/+1
* Fix typo in codeAndrea Gelmini2020-09-261-3/+3
* tdf#42949 Fix IWYU warnings in forms/Gabor Kelemen2020-02-141-1/+3
* Extend loplugin:external to warn about classesStephan Bergmann2019-11-221-0/+2
* Improved loplugin:stringconstant (now that GCC 7 supports it): formsStephan Bergmann2019-07-311-1/+1
* Fix typoAndrea Gelmini2019-06-031-1/+1
* tdf#42949 remove unused compheler includes ..Jochen Nitschke2018-06-051-0/+1
* pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin2018-04-031-1/+1
* remove unused processfactory.hxx includesJochen Nitschke2018-04-011-1/+0
* More loplugin:cstylecast: formsStephan Bergmann2018-01-151-5/+5
* More loplugin:cstylecast: formsStephan Bergmann2018-01-121-4/+4
* Use = for initializationStephan Bergmann2018-01-111-1/+1
* loplugin:salcall fix functionsNoel Grandin2017-12-111-2/+2
* Remove dynamic exception specificationsStephan Bergmann2017-01-261-23/+23
* convert DecodeMechanism to scoped enumNoel Grandin2016-12-051-1/+1
* coverity#1374286 Uncaught exceptionCaolán McNamara2016-10-261-1/+1
* Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann2016-10-051-1/+1
* Clean up uses of Any::getValue() in formsStephan Bergmann2016-06-101-1/+2
* InterfaceContainer2 with vector instead of SequenceNoel Grandin2016-01-251-1/+1
* Fix typosAndrea Gelmini2016-01-101-1/+1
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-2/+2
* com::sun::star->css in forms/Noel Grandin2015-10-021-12/+12
* make PostUserEvent Link<> typedNoel Grandin2015-08-281-4/+3
* Remove two silly typedefsStephan Bergmann2015-08-191-4/+4
* loplugin:staticmethodsNoel Grandin2015-05-051-2/+1
* Get rid of trivial comphelper::in-/decrement wrappersStephan Bergmann2015-04-211-2/+2
* Remove dead INetProtocol::VimStephan Bergmann2015-04-071-1/+1
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-281-1/+1
* Fix various XServiceInfo implementationsStephan Bergmann2015-03-171-4/+6
* forms: use constructor feature for form modulesChris Sherlock2015-02-171-14/+13
* forms: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-181-3/+3
* fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava2014-11-141-2/+2
* fdo#39468 Translate German comments, clean some wsPhilipp Weissenbacher2014-09-191-2/+2
* Simplify expression to fix bool/sal_Bool ambiguityStephan Bergmann2014-09-151-1/+1
* forms: sal_Bool -> boolStephan Bergmann2014-09-151-3/+3
* star* -> css::*Thomas Arnhold2014-08-211-1/+1
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet2014-05-231-1/+1
* The opaque PostUserEvent IDs are actually pointersStephan Bergmann2014-05-071-1/+1
* forms: sal_Bool->boolNoel Grandin2014-05-061-4/+4
* Remove visual noise from formsAlexander Wilms2014-02-261-10/+10
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-261-22/+22
* Replace exisiting TriState, AutoState with more generic TriStateStephan Bergmann2014-02-241-3/+3
* Remove unneccessary commentsAlexander Wilms2014-02-231-50/+50
* comphelper: sal_Bool -> boolStephan Bergmann2014-02-171-1/+1
* FORMS : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini2014-01-211-4/+0
* fdo#46808, Convert comphelper::ComponentContext in forms moduleNoel Grandin2013-06-031-6/+7
* forms: FORMS_CONSTASCII_STRING is no longer neededMiklos Vajna2013-04-231-1/+1
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-071-14/+14
* Remove uses of rtl::OUString::compareToAscii(asciiStr, maxLength)Stephan Bergmann2013-03-201-3/+2