summaryrefslogtreecommitdiffstats
path: root/accessibility
Commit message (Expand)AuthorAgeFilesLines
* update_pchThomas Arnhold2014-05-281-2/+0
* css already means ::com::sun::starThomas Arnhold2014-05-271-58/+58
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien Nabet2014-05-221-1/+1
* fix-includes.pl: accessibilityThomas Arnhold2014-05-193-5/+5
* hrc and src files: squeeze multiple newlinesThomas Arnhold2014-05-191-1/+0
* fix cut and paste into macro editor crashCaolán McNamara2014-05-151-3/+12
* update_pch: add a bunch of pch filesThomas Arnhold2014-05-093-0/+121
* simplify ternary conditions "xxx ? yyy : false"Noel Grandin2014-05-052-2/+2
* Many spelling fixes: directories a* - g*.Pedro Giffuni2014-04-302-2/+2
* fixincludeguards.sh: accessibilityThomas Arnhold2014-04-1966-183/+183
* non-desktop: Avoid accessibility.Jan Holesovsky2014-04-181-1/+4
* accessibility: Move AccessibleFactory to anonymous namespace.Jan Holesovsky2014-04-181-373/+372
* No need for the extra levels here.Jan Holesovsky2014-04-181-71/+63
* accessibility: sal_Bool->boolNoel Grandin2014-04-1566-347/+347
* typo: arround -> aroundThomas Arnhold2014-04-141-1/+1
* typo: choosen -> chosenThomas Arnhold2014-04-141-1/+1
* typo: accesible -> accessibleThomas Arnhold2014-04-141-1/+1
* It's "its", not "it's"Tor Lillqvist2014-04-104-5/+5
* Remove unused functionsStephan Bergmann2014-04-091-3/+0
* fdo#43157 : clean up more OSL_POSTCONDMichaël Lefèvre2014-04-041-3/+4
* Remove unused functionsStephan Bergmann2014-04-031-25/+6
* remove unnecessary scope qualifier from sal_Bool usesNoel Grandin2014-04-032-25/+25
* Explicitly mark overriding destructors as "virtual"Stephan Bergmann2014-04-015-5/+5
* 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