summaryrefslogtreecommitdiff
path: root/accessibility/source/extended
AgeCommit message (Expand)AuthorFilesLines
2014-03-25svtools: sal_Bool->boolNoel Grandin2-8/+8
2014-03-25Remove dead codeStephan Bergmann2-49/+0
2014-03-25Remove dead codeStephan Bergmann9-68/+0
2014-03-24svtools: sal_Bool->boolNoel Grandin5-7/+7
2014-03-18Use cppu::BaseMutex and remove need for Paragraph/ParagraphImpl splitStephan Bergmann1-115/+103
2014-03-15fdo#63154 Remove some solar.h referencesAlexandre Vicenzi1-2/+2
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 Bergmann1-1/+1
2014-03-10accessibility: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann8-62/+8
2014-03-05remove unused code in accessibility::DocumentNoel Grandin1-38/+0
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann30-555/+555
2014-02-25Remove visual noise from accessibilityAlexander Wilms21-98/+98
2014-02-24Replace exisiting TriState, AutoState with more generic TriStateStephan Bergmann2-9/+9
2014-02-23Remove unneccessary commentsAlexander Wilms23-656/+475
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert5-0/+5
2014-02-19Related: fdo#74242 hook up a selection and caret change for multiline editsCaolán McNamara1-0/+1
2014-02-11accessibility: add some missing locks in new codeMichael Stahl2-5/+15
2014-02-07auto_ptr -> scoped_ptrStephan Bergmann1-6/+3
2014-01-28bool improvementsStephan Bergmann2-2/+2
2014-01-28coverity#983594 Uncaught exceptionCaolán McNamara1-2/+4
2014-01-28coverity#706219 Uncaught exceptionCaolán McNamara1-2/+4
2014-01-19coverity#1132668 : missing break in switchNorbert Thiebaud1-84/+81
2014-01-19coverity#1132660 Dereference after null checkNorbert Thiebaud1-16/+13
2014-01-15fdo#57950: Remove chained appends in accessibilityAnderson Roberto1-8/+1
2013-12-16svtools: rename IAccessibleTableControl::dispose()Michael Stahl1-1/+1
2013-12-16accessibility: don't crash if the TableControl is deadMichael Stahl1-6/+9
2013-12-16accessibility: Mutex cleanup in AccessibleGridControl* classesMichael Stahl7-76/+93
2013-11-28Related: #i123768# [ia2] remove pseudo-automatic noisy commentsHerbert Dürr1-1/+0
2013-11-26-Werror,-Wunused-private-fieldStephan Bergmann1-1/+1
2013-11-26WaE: private field 'm_bCompoundControlChild' is not usedTor Lillqvist1-3/+2
2013-11-26-Werror,-Wunused-variableStephan Bergmann1-1/+0
2013-11-26WaE: unreachable codeTor Lillqvist1-1/+0
2013-11-26Document::ProcessWindowEvent now just forwards to baseclassCaolán McNamara1-19/+0
2013-11-26Integrate branch of IAccessible2Steve Yin8-76/+1036
2013-10-04fix STL assert in accessibility::AccessibleGridControl::commitTableEventMichael Stahl1-8/+25
2013-10-04require OAccessibleContextHelper to be initialized with SolarMutexMichael Stahl1-1/+5
2013-09-17convert ACCESSIBILITY module from String to OUStringNoel Grandin3-9/+9
2013-08-12covnert vcl/texteng.hxx from String to OUStringNoel Grandin1-9/+9
2013-06-24fdo#43460 framework,i18npool,accessibility: use isEmpty()Jelle van der Waa1-1/+1
2013-06-05use uno::Reference#clear() method...Noel Grandin3-3/+3
2013-04-02drop prefix from ::cssThomas Arnhold1-275/+275
2013-04-01remove boilerplate commentsThomas Arnhold3-6/+1
2013-03-06fdo#60148 Clean up warnings from the Clang compiler pluginnccuong1-8/+8
2013-02-25loplugin: improve indentationThomas Arnhold2-3/+3
2013-02-22s/the the/the/Tor Lillqvist1-1/+1
2013-02-18coverity#738556 Unitialized scalar fieldNorbert Thiebaud1-0/+8
2013-01-26Remove redundant braces around for loopsStephan Bergmann1-6/+9
2013-01-07Cleanup: #include <tools/gen.hxx>Matteo Casalin1-1/+0
2012-12-24Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-1/+1