summaryrefslogtreecommitdiffstats
path: root/basic/source/classes/eventatt.cxx
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded castMatteo Casalin2018-11-101-1/+1
* tdf#42949 Fix IWYU warnings in include/xmlscript/*Gabor Kelemen2018-10-251-0/+1
* unnecessary null check before dynamic_cast, in variousNoel Grandin2018-08-101-2/+1
* Add missing sal/log.hxx headersGabor Kelemen2018-07-091-0/+1
* More loplugin:cstylecast: basicStephan Bergmann2018-01-121-1/+1
* add << operator for css::uno::ExceptionNoel Grandin2017-10-041-2/+3
* basic: Put local stuff into unnamed namespaceTakeshi Abe2017-07-071-0/+3
* loplugin:casttovoid: basicStephan Bergmann2017-07-021-4/+1
* remove unused osl/mutex.hxx includesJochen Nitschke2017-06-181-2/+0
* cleanup unused css/resource/ includesJochen Nitschke2017-05-201-3/+0
* cleanup unused css/script/ includesJochen Nitschke2017-05-201-5/+0
* loplugin:comparisonwithconstant in basicNoel Grandin2017-05-191-3/+3
* remove type decorations on char literalsJochen Nitschke2017-03-301-2/+2
* Fix typosAndrea Gelmini2017-03-261-1/+1
* makeAny->Any in basctl..chart2Noel Grandin2017-02-031-2/+2
* convert method names in tools::SvRef to be more like our other..Noel Grandin2017-02-021-4/+4
* Remove dynamic exception specificationsStephan Bergmann2017-01-261-9/+5
* tdf#89307: Removed T* SvRef::opeartor &()Jacek Fraczek2016-10-181-1/+1
* tdf#89307: Removed SvRef::operator T*()Jacek Fraczek2016-10-101-11/+10
* Convert SbxClassType to scoped enumNoel Grandin2016-05-231-3/+3
* Remove excess newlinesChris Sherlock2016-02-091-2/+0
* Fix typosAndrea Gelmini2016-01-101-1/+1
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-13/+13
* new loplugin: oncevarNoel Grandin2015-11-091-3/+1
* loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann2015-11-061-1/+1
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-3/+3
* tdf#94559: first step to remove rtti.hxxOliver Specht2015-09-291-5/+5
* inline "old" SbERR constantsNoel Grandin2015-07-281-3/+3
* convert SbxFlagsBits to scoped enumNoel Grandin2015-07-281-1/+1
* tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2015-07-061-2/+2
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-081-5/+5
* loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann2015-05-111-1/+1
* tdf#76174: basic: lock SolarMutex in BasicScriptListener_ImplMichael Stahl2015-01-291-1/+5
* new loplugin: change virtual methods to non-virtualNoel Grandin2015-01-261-1/+1
* basic: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-121-4/+4
* reduce scope of local variablesMichael Weghorn2014-12-061-1/+1
* loplugin: cstylecastNoel Grandin2014-10-021-10/+10
* convert SBX flag bits to type-safe enumNoel Grandin2014-08-261-1/+1
* OSL_TRACE -> SAL_INFOThomas Arnhold2014-05-271-12/+6
* Clean up function declarations and some unused functionsStephan Bergmann2014-04-091-1/+1
* basic: sal_Bool->boolNoel Grandin2014-04-071-1/+1
* Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann2014-03-271-3/+3
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-261-6/+6
* Remove visual noise from basicAlexander Wilms2014-02-251-2/+2
* convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin2013-11-111-1/+1
* fdo#46808, Convert XMultiServiceFactory to XComponentContextNoel Grandin2013-06-031-4/+3
* Improve DialogProvider service ctorStephan Bergmann2013-05-291-22/+22
* Revert "fdo#46808, Convert awt::UnoControlDialogModel to new style"Stephan Bergmann2013-05-251-6/+26
* fdo#46808, Convert awt::UnoControlDialogModel to new styleNoel Grandin2013-05-211-26/+6
* fdo#46808, use DialogProvider service constructorNoel Grandin2013-05-141-15/+8