summaryrefslogtreecommitdiffstats
path: root/accessibility
Commit message (Expand)AuthorAgeFilesLines
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-2669-1237/+1237
* svtools: sal_Bool->boolNoel Grandin2014-03-252-8/+8
* Reduce IAccessibleTabListBox to what's actually usedStephan Bergmann2014-03-251-2/+2
* Remove dead codeStephan Bergmann2014-03-254-73/+0
* Remove dead codeStephan Bergmann2014-03-2520-113/+4
* svtools: sal_Bool->boolNoel Grandin2014-03-248-12/+12
* Use cppu::BaseMutex and remove need for Paragraph/ParagraphImpl splitStephan Bergmann2014-03-182-175/+163
* Find places where OUString and OString are passed by value.Noel Grandin2014-03-182-4/+4
* fdo#63154 Remove some solar.h referencesAlexandre Vicenzi2014-03-152-6/+5
* OAccessibleContextWrapperHelper does not implement XAccessibleContextStephan Bergmann2014-03-141-3/+3
* a crash sometimes seen in a11y in baseCaolán McNamara2014-03-131-14/+15
* No need for implGetBounds to be SAL_CALLStephan Bergmann2014-03-1113-13/+13
* accessibility: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann2014-03-109-75/+9
* made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke2014-03-055-34/+36
* remove unused code in accessibility::DocumentNoel Grandin2014-03-052-41/+0
* 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-26123-1926/+1926
* cppcheck: duplicateIfJulien Nabet2014-02-261-7/+9
* Remove visual noise from accessibilityAlexander Wilms2014-02-2578-314/+314
* Replace exisiting TriState, AutoState with more generic TriStateStephan Bergmann2014-02-245-14/+14
* Remove unneccessary commentsAlexander Wilms2014-02-2353-1564/+1318
* Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert2014-02-2016-3/+16
* Related: fdo#74242 hook up a selection and caret change for multiline editsCaolán McNamara2014-02-191-0/+1
* Related: fdo#74242 #i104470# we now have a seperate CARET_CHANGED eventCaolán McNamara2014-02-191-17/+14
* accessibility: add some missing locks in new codeMichael Stahl2014-02-114-9/+18
* the return of callcatcherCaolán McNamara2014-02-102-15/+0
* std::less is the default hereStephan Bergmann2014-02-071-1/+1
* auto_ptr -> scoped_ptrStephan Bergmann2014-02-074-15/+9
* Avoid unnecessary heap allocationStephan Bergmann2014-02-074-22/+8
* Doxygen warnings correctedChris Sherlock2014-02-052-3/+3
* fix ambiguitiesCaolán McNamara2014-02-042-3/+3
* Related: #i123862# use O*String's isEmpty() method...Herbert Dürr2014-02-041-2/+2
* bool improvementsStephan Bergmann2014-01-285-7/+7
* Resolves: #i124008# listbox entry's are selected automatically...Steve Yin2014-01-282-0/+2
* coverity#983594 Uncaught exceptionCaolán McNamara2014-01-282-4/+10
* coverity#706219 Uncaught exceptionCaolán McNamara2014-01-282-4/+10
* fdo#63154 Removed unused solar.h referenceAlexandre Vicenzi2014-01-231-3/+0
* coverity#1132668 : missing break in switchNorbert Thiebaud2014-01-191-84/+81
* coverity#1158122 : Explicit null dereferencedNorbert Thiebaud2014-01-191-2/+4
* coverity#1132662 Dereference after null checkNorbert Thiebaud2014-01-191-1/+1
* coverity#1132661 Dereference after null checkNorbert Thiebaud2014-01-191-13/+10
* coverity#1132660 Dereference after null checkNorbert Thiebaud2014-01-191-16/+13
* fdo#57950: Remove chained appends in accessibilityAnderson Roberto2014-01-151-8/+1
* svtools: rename IAccessibleTableControl::dispose()Michael Stahl2013-12-162-2/+2
* accessibility: don't crash if the TableControl is deadMichael Stahl2013-12-162-7/+10
* accessibility: Mutex cleanup in AccessibleGridControl* classesMichael Stahl2013-12-169-116/+93
* Drop duplicate #includeTakeshi Abe2013-12-081-1/+0
* fdo#39956 Delete JABDavid Ostrovsky2013-12-0557-12785/+0
* Related: #i123768# [ia2] remove pseudo-automatic noisy commentsHerbert Dürr2013-11-282-2/+0