summaryrefslogtreecommitdiffstats
path: root/accessibility/source/standard/vclxaccessibleedit.cxx
Commit message (Expand)AuthorAgeFilesLines
* tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen2019-01-071-0/+1
* tdf#116542 a11y: Make R/O accessibleedit use STATIC roleSamuel Thibault2018-08-171-1/+1
* tdf#42949 remove unused compheler includes ..Jochen Nitschke2018-06-051-1/+0
* convert WB_PASSWORD to a bool field on EditNoel Grandin2018-04-271-1/+1
* accessibility : remove useless guards and simplify.Arnaud Versini2018-04-231-8/+8
* tdf#42949 Remove unnecessary localization headers from accessibilityGabor Kelemen2018-04-041-2/+0
* use more Color in UnoControls..canvasNoel Grandin2018-03-071-1/+1
* use less COLORDATA_RGBNoel Grandin2018-02-281-1/+1
* tdf#86661 a11y: give ROLE_LABEL to read-only editSamuel Thibault2018-02-211-0/+2
* Accessibility : cleanup constructors and destructors.Arnaud Versini2018-02-181-5/+0
* Accessibility: simplify VCLXAccessibleEdit::setText.Arnaud Versini2017-07-301-8/+10
* migrate to boost::gettextCaolán McNamara2017-07-211-1/+1
* Remove possible race condition in VCLXAccessibleEdit.Arnaud Versini2017-07-131-1/+1
* accessbility: Don't double lock mutexes in VCLXAccessibleEdit.Arnaud Versini2017-07-081-33/+4
* loplugin:unusedfields in accessibility..comphelperNoel Grandin2017-06-231-1/+0
* tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna2017-03-311-1/+1
* new loplugin unoanyNoel Grandin2017-02-281-2/+2
* Drop :: prefix from std in [a-b]*/Tor Lillqvist2017-02-151-2/+2
* Add missing #includesStephan Bergmann2017-02-061-0/+1
* makeAny->Any in accessibility..avmediaNoel Grandin2017-02-011-2/+2
* Remove dynamic exception specificationsStephan Bergmann2017-01-261-33/+33
* tdf#93430: Return the right offsets for runsTamás Zolnai2016-12-101-0/+15
* Edit accessibility: intended to use dynamic cast hereTamás Zolnai2016-12-091-1/+1
* Fix 32-bit buildsStephan Bergmann2016-12-091-1/+1
* tdf#93430: Cannot get accessible text attributes for 'Not in dictionary' entryTamás Zolnai2016-12-091-1/+43
* convert VCLEVENT constants to scoped enumNoel Grandin2016-12-071-3/+3
* update vclwidget loplugin to find ref-dropping assigmentNoel Grandin2016-11-111-3/+3
* tdf#88205: Adapt uses of css::uno::Sequence to use initializer_list ctorArnold Dumas2016-07-011-2/+1
* Get rid of unnecessary directory levels $D/inc/$DTor Lillqvist2016-05-271-3/+3
* Remove excess newlinesChris Sherlock2016-02-091-34/+0
* use initialiser syntax for Sequence<OUString>Noel Grandin2015-11-151-2/+1
* com::sun::star->css in accessibilityNoel Grandin2015-07-171-3/+3
* accessibility: cleanup for updated toolkit API.Michael Meeks2015-04-101-4/+4
* tdf#88230: cleanup solar mutex yieldingPranav Kant2015-03-201-3/+5
* create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin2015-03-181-1/+1
* fdo#38835 strip out OUString globalsNoel Grandin2014-11-051-2/+1
* fdo#82577: Handle WindowNoel Grandin2014-09-231-3/+3
* accessibility: sal_False/True -> false/trueStephan Bergmann2014-09-151-1/+1
* accessibility: sal_Bool->boolNoel Grandin2014-04-151-8/+8
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-261-33/+33
* Remove unneccessary commentsAlexander Wilms2014-02-231-51/+51
* Related: fdo#74242 #i104470# we now have a seperate CARET_CHANGED eventCaolán McNamara2014-02-191-17/+14
* replace sxub_Unicode by sal_UnicodeNorbert Thiebaud2012-10-191-1/+1
* re-base on ALv2 code.Michael Meeks2012-09-291-23/+14
* UniString::Fill->padToLength(OUStringBufferCaolán McNamara2012-09-271-2/+4
* OUString cleanup in accessibilityRicardo Montania2012-09-071-20/+20
* Remove superfluous include commentsThomas Arnhold2012-06-091-2/+0
* remove include of pch header in accessibilityNorbert Thiebaud2011-11-271-2/+0
* Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)Thomas Arnhold2011-03-191-1/+1
* Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Norbert Thiebaud2011-03-091-1/+1
|\