summaryrefslogtreecommitdiff
path: root/basctl/source/accessibility
AgeCommit message (Expand)AuthorFilesLines
2019-05-10tdf#62699 Drop pass-through header file include/svx/svdattr.hxxGabor Kelemen1-0/+1
2019-01-08convert "*xxx.get()" to "*xxx"Noel Grandin2-2/+2
2018-12-10tdf#42949 Fix IWYU warnings in include/vcl/s*Gabor Kelemen2-0/+2
2018-11-12loplugin:singlevalfields in accessibility..extensionsNoel Grandin1-12/+0
2018-10-23clang-tidy performance-unnecessary-copy-initialization inNoel Grandin1-1/+1
2018-09-05loplugin:simplifyconstruct in accessibility..bridgesNoel Grandin1-1/+0
2018-03-09drop getColor() method of ColorNoel Grandin2-16/+16
2017-09-21clang-tidy modernize-use-equals-default in basctlJochen Nitschke1-22/+0
2017-06-12Remove VCLExternalSolarLock and IMutex.Arnaud Versini2-4/+2
2017-06-05Remove all allocation of VCLExternalSolarLock.Arnaud Versini2-8/+2
2017-05-23remove VCLExternalSolarLock* members from ..Jochen Nitschke2-8/+2
2017-05-15remove some unnecessary lockingNoel Grandin2-6/+0
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna2-6/+6
2017-02-21loplugin:subtlezeroinit: basctlStephan Bergmann2-2/+2
2017-02-15Drop :: prefix from std in [a-b]*/Tor Lillqvist1-3/+3
2017-02-06Add missing #includesStephan Bergmann2-0/+2
2017-01-27Just pass in OUString directlyStephan Bergmann1-4/+3
2017-01-26Remove dynamic exception specificationsStephan Bergmann2-53/+52
2016-12-07convert VCLEVENT constants to scoped enumNoel Grandin1-11/+11
2016-11-29loplugin:vclwidgets check for assigning from VclPt<T> to T*Noel Grandin1-1/+1
2016-10-05convert MapUnit to scoped enumNoel Grandin2-2/+2
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-1/+1
2016-08-22convert SdrHintKind to scoped enumNoel Grandin1-2/+2
2016-08-04tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMuhammet Kara2-4/+2
2016-04-21clang-tidy modernize-loop-convert in b*Noel Grandin1-10/+10
2016-02-09Remove excess newlinesChris Sherlock2-65/+0
2016-01-27Unwind trivial AccessibleExtendedComponentHelper_BASE typedefsStephan Bergmann2-8/+8
2015-11-15use initialiser for Sequence<OUString>Noel Grandin2-4/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann2-14/+14
2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin1-1/+1
2015-09-20convert Link<> to typedNoel Grandin1-10/+4
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-1/+1
2015-05-29loplugin:loopvartoosmallNoel Grandin1-6/+6
2014-10-17coverity#1247646 Uncaught exceptionCaolán McNamara1-13/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin2-10/+10
2014-09-18fdo#82577: Handle FontNoel Grandin2-4/+4
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin1-3/+3
2014-03-28Remove remaining DBG_CTOR etc. remnants from basctlStephan Bergmann1-11/+0
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2-50/+50
2014-02-23Remove unneccessary commentsAlexander Wilms2-102/+102
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert2-0/+2
2014-01-27coverity#736985 Uncaught exceptionCaolán McNamara1-1/+2
2013-10-25fdo#54938: More uses of cppu::supportsServiceMarcos Paulo de Souza2-40/+4
2013-10-03CID#738558 uninitialized membersCaolán McNamara1-2/+4
2012-11-22AllSettings with LanguageTagEike Rathke2-2/+2
2012-09-24::rtl::OUString to OUString in basctlRicardo Montania2-40/+40
2012-09-07Cleanup in basctl (raw pointers)Uray M. János2-102/+58
2012-08-29Basic IDE: namespace basctlUray M. János2-6/+16
2012-08-17Object Catalog in Dialog EditorUray M. János2-2/+2
2012-08-07IDE: dynamic_cast fixUray M. János1-6/+6