summaryrefslogtreecommitdiff
path: root/accessibility
AgeCommit message (Expand)AuthorFilesLines
2014-08-13Notify screen readers when selection changes in listboxesNiklas Johansson1-1/+6
2014-07-02Related: #i124856# guard against crashJürgen Schmidt1-6/+6
2014-06-27fdo#74681: quick help may be used as accessible textJacobo Aragunde Pérez1-6/+10
2014-05-19fix-includes.pl: accessibilityThomas Arnhold3-5/+5
2014-05-19hrc and src files: squeeze multiple newlinesThomas Arnhold1-1/+0
2014-05-15fix cut and paste into macro editor crashCaolán McNamara1-3/+12
2014-05-09update_pch: add a bunch of pch filesThomas Arnhold3-0/+121
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin2-2/+2
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni2-2/+2
2014-04-19fixincludeguards.sh: accessibilityThomas Arnhold66-183/+183
2014-04-18non-desktop: Avoid accessibility.Jan Holesovsky1-1/+4
2014-04-18accessibility: Move AccessibleFactory to anonymous namespace.Jan Holesovsky1-373/+372
2014-04-18No need for the extra levels here.Jan Holesovsky1-71/+63
2014-04-15accessibility: sal_Bool->boolNoel Grandin66-347/+347
2014-04-14typo: arround -> aroundThomas Arnhold1-1/+1
2014-04-14typo: choosen -> chosenThomas Arnhold1-1/+1
2014-04-14typo: accesible -> accessibleThomas Arnhold1-1/+1
2014-04-10It's "its", not "it's"Tor Lillqvist4-5/+5
2014-04-09Remove unused functionsStephan Bergmann1-3/+0
2014-04-04fdo#43157 : clean up more OSL_POSTCONDMichaël Lefèvre1-3/+4
2014-04-03Remove unused functionsStephan Bergmann1-25/+6
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin2-25/+25
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann5-5/+5
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann69-1237/+1237
2014-03-25svtools: sal_Bool->boolNoel Grandin2-8/+8
2014-03-25Reduce IAccessibleTabListBox to what's actually usedStephan Bergmann1-2/+2
2014-03-25Remove dead codeStephan Bergmann4-73/+0
2014-03-25Remove dead codeStephan Bergmann20-113/+4
2014-03-24svtools: sal_Bool->boolNoel Grandin8-12/+12
2014-03-18Use cppu::BaseMutex and remove need for Paragraph/ParagraphImpl splitStephan Bergmann2-175/+163
2014-03-18Find places where OUString and OString are passed by value.Noel Grandin2-4/+4
2014-03-15fdo#63154 Remove some solar.h referencesAlexandre Vicenzi2-6/+5
2014-03-14OAccessibleContextWrapperHelper does not implement XAccessibleContextStephan Bergmann1-3/+3
2014-03-13a crash sometimes seen in a11y in baseCaolán McNamara1-14/+15
2014-03-11No need for implGetBounds to be SAL_CALLStephan Bergmann13-13/+13
2014-03-10accessibility: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann9-75/+9
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke5-34/+36
2014-03-05remove unused code in accessibility::DocumentNoel Grandin2-41/+0
2014-02-26Revert "Let's use RADIO_BUTTON and CHECK_BUTTON roles"Stephan Bergmann1-6/+4
2014-02-26Let's use RADIO_BUTTON and CHECK_BUTTON rolesJulien Nabet1-4/+6
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann123-1926/+1926
2014-02-26cppcheck: duplicateIfJulien Nabet1-7/+9
2014-02-25Remove visual noise from accessibilityAlexander Wilms78-314/+314
2014-02-24Replace exisiting TriState, AutoState with more generic TriStateStephan Bergmann5-14/+14
2014-02-23Remove unneccessary commentsAlexander Wilms53-1564/+1318
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert16-3/+16
2014-02-19Related: fdo#74242 hook up a selection and caret change for multiline editsCaolán McNamara1-0/+1
2014-02-19Related: fdo#74242 #i104470# we now have a seperate CARET_CHANGED eventCaolán McNamara1-17/+14
2014-02-11accessibility: add some missing locks in new codeMichael Stahl4-9/+18
2014-02-10the return of callcatcherCaolán McNamara2-15/+0