summaryrefslogtreecommitdiff
path: root/accessibility/inc
AgeCommit message (Expand)AuthorFilesLines
2014-03-18Use cppu::BaseMutex and remove need for Paragraph/ParagraphImpl splitStephan Bergmann1-60/+60
2014-03-18Find places where OUString and OString are passed by value.Noel Grandin1-2/+2
2014-03-15fdo#63154 Remove some solar.h referencesAlexandre Vicenzi1-4/+3
2014-03-11No need for implGetBounds to be SAL_CALLStephan Bergmann11-11/+11
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke3-21/+21
2014-03-05remove unused code in accessibility::DocumentNoel Grandin1-3/+0
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann62-961/+961
2014-02-25Remove visual noise from accessibilityAlexander Wilms52-204/+204
2014-02-23Remove unneccessary commentsAlexander Wilms2-10/+4
2014-02-11accessibility: add some missing locks in new codeMichael Stahl2-4/+3
2014-02-10the return of callcatcherCaolán McNamara1-1/+0
2014-02-07std::less is the default hereStephan Bergmann1-1/+1
2014-02-07auto_ptr -> scoped_ptrStephan Bergmann3-9/+6
2014-02-05Doxygen warnings correctedChris Sherlock1-1/+1
2014-02-04fix ambiguitiesCaolán McNamara1-1/+1
2014-01-28bool improvementsStephan Bergmann2-2/+2
2014-01-28coverity#983594 Uncaught exceptionCaolán McNamara1-2/+6
2014-01-28coverity#706219 Uncaught exceptionCaolán McNamara1-2/+6
2014-01-23fdo#63154 Removed unused solar.h referenceAlexandre Vicenzi1-3/+0
2013-12-16svtools: rename IAccessibleTableControl::dispose()Michael Stahl1-1/+1
2013-12-16accessibility: don't crash if the TableControl is deadMichael Stahl1-1/+1
2013-12-16accessibility: Mutex cleanup in AccessibleGridControl* classesMichael Stahl2-40/+0
2013-12-08Drop duplicate #includeTakeshi Abe1-1/+0
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-1/+0
2013-11-26Document::ProcessWindowEvent now just forwards to baseclassCaolán McNamara1-4/+0
2013-11-26Integrate branch of IAccessible2Steve Yin14-11/+119
2013-11-15Add namespace to accessbility's TkResMgr.Andrzej J.R. Hunt1-1/+4
2013-10-23clean up some include guardsThomas Arnhold2-6/+6
2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara1-1/+1
2013-09-17convert ACCESSIBILITY module from String to OUStringNoel Grandin2-2/+2
2013-04-26some more namespace cleanupThomas Arnhold1-3/+0
2013-04-02drop prefix from ::cssThomas Arnhold1-147/+147
2013-03-08fdo#60691 add modelines to *.src and *.hrc filesBorim1-0/+3
2013-02-22s/the the/the/Tor Lillqvist1-1/+1
2013-02-20typo: allways -> alwaysAndras Timar1-1/+1
2013-02-18coverity#984077: Unitialized pointer fieldNorbert Thiebaud1-1/+0
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens1-2/+0
2012-11-29API CHANGE a11y unpublishing and add/removeListener rename.Thorsten Behrens6-24/+12
2012-10-19Merge SvListEntry and SvLBoxEntry into SvTreeListEntry.Kohei Yoshida1-2/+2
2012-09-29re-base on ALv2 code.Michael Meeks9-207/+126
2012-09-26sal_Bool to bool conversion in accessibilityRicardo Montania2-23/+23
2012-09-14gridfixes: copied #i112562#'s fix from CWS gridcontrol06 hereinNorbert Thiebaud4-3/+53
2012-09-11::rtl::OUString to OUString correction in accessibilityRicardo Montania56-294/+294
2012-08-31-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann1-3/+0
2012-08-28-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann1-3/+1
2012-08-07fdo#46193 MessBox was made copyableZolnai Tamás1-4/+4
2012-07-14simplify include guardsThomas Arnhold1-1/+1
2012-06-29Remove UNO includes commentsThomas Arnhold3-9/+0