summaryrefslogtreecommitdiffstats
path: root/accessibility/source/standard
Commit message (Expand)AuthorAgeFilesLines
* create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin2015-03-181-1/+1
* Avoid unnecessary bad downcasts to ToolBoxStephan Bergmann2015-02-241-6/+6
* Typo: aditional->additionalJulien Nabet2015-02-221-1/+1
* callcatcher: remove some unused methodsCaolán McNamara2015-02-021-24/+0
* callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara2015-01-292-40/+0
* tdf#88702 ACCESSIBILITY Toggle buttons state not reliably updatedNiklas Johansson2015-01-271-4/+3
* Accessibility: Expose keyboard short-cuts of menu entriesNiklas Johansson2015-01-071-0/+4
* fdo#84938: replace BUTTONTYPE_ constants with 'enum class'Noel Grandin2015-01-061-4/+4
* fdo#86117 a11y: Exception when closing popup from ToolBox w/o separatorMaxim Monastirsky2014-11-301-1/+7
* fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava2014-11-145-7/+7
* fdo#84938: replace TOOLBOXITEM_ constants with enumNoel Grandin2014-11-051-4/+4
* fdo#38835 strip out OUString globalsNoel Grandin2014-11-051-2/+1
* fdo#84938: replace MIB_ constants with enumNoel Grandin2014-11-011-2/+2
* fdo#84938: replace MENUITEM constants with enumNoel Grandin2014-10-231-1/+1
* fdo#84938: replace TIB_ constants with enumNoel Grandin2014-10-201-5/+5
* loplugin: cstylecastNoel Grandin2014-10-026-27/+27
* loplugin: cstylecastNoel Grandin2014-09-301-2/+2
* fdo#82577: Handle WindowNoel Grandin2014-09-2315-33/+33
* fdo#82577: Handle FontNoel Grandin2014-09-184-4/+4
* accessibility: sal_False/True -> false/trueStephan Bergmann2014-09-1511-20/+20
* fdo#82577: Handle KeyCodeTor Lillqvist2014-08-234-5/+5
* coverity#1132662 Dereference after null checkCaolán McNamara2014-07-181-1/+1
* Notify screen readers when selection changes in listboxesNiklas Johansson2014-07-041-1/+6
* fix some more indent and strip ::rtl::Caolán McNamara2014-07-021-7/+7
* Related: #i124856# guard against crashJürgen Schmidt2014-07-021-1/+1
* fix some mangled indentationCaolán McNamara2014-07-021-39/+14
* hmm, that's not rightCaolán McNamara2014-06-201-3/+3
* Dropdown combo-/listboxes should support accessible action togglePopupNiklas Johansson2014-06-201-5/+5
* fdo#74681: quick help may be used as accessible textJacobo Aragunde Pérez2014-06-161-6/+10
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien Nabet2014-05-221-1/+1
* simplify ternary conditions "xxx ? yyy : false"Noel Grandin2014-05-051-1/+1
* accessibility: sal_Bool->boolNoel Grandin2014-04-1522-173/+173
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-261-3/+3
* Find places where OUString and OString are passed by value.Noel Grandin2014-03-181-2/+2
* No need for implGetBounds to be SAL_CALLStephan Bergmann2014-03-111-1/+1
* accessibility: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann2014-03-101-13/+1
* made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke2014-03-052-13/+15
* Revert "Let's use RADIO_BUTTON and CHECK_BUTTON roles"Stephan Bergmann2014-02-261-6/+4
* Let's use RADIO_BUTTON and CHECK_BUTTON rolesJulien Nabet2014-02-261-4/+6
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-2631-410/+410
* cppcheck: duplicateIfJulien Nabet2014-02-261-7/+9
* Remove visual noise from accessibilityAlexander Wilms2014-02-255-12/+12
* Replace exisiting TriState, AutoState with more generic TriStateStephan Bergmann2014-02-243-5/+5
* Remove unneccessary commentsAlexander Wilms2014-02-2326-850/+823
* Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert2014-02-2010-3/+10
* Related: fdo#74242 #i104470# we now have a seperate CARET_CHANGED eventCaolán McNamara2014-02-191-17/+14
* the return of callcatcherCaolán McNamara2014-02-101-14/+0
* Avoid unnecessary heap allocationStephan Bergmann2014-02-074-22/+8
* Related: #i123862# use O*String's isEmpty() method...Herbert Dürr2014-02-041-2/+2
* bool improvementsStephan Bergmann2014-01-281-3/+3