summaryrefslogtreecommitdiff
path: root/accessibility
AgeCommit message (Expand)AuthorFilesLines
2014-01-28bool improvementsStephan Bergmann5-7/+7
2014-01-28Resolves: #i124008# listbox entry's are selected automatically...Steve Yin2-0/+2
2014-01-28coverity#983594 Uncaught exceptionCaolán McNamara2-4/+10
2014-01-28coverity#706219 Uncaught exceptionCaolán McNamara2-4/+10
2014-01-23fdo#63154 Removed unused solar.h referenceAlexandre Vicenzi1-3/+0
2014-01-19coverity#1132668 : missing break in switchNorbert Thiebaud1-84/+81
2014-01-19coverity#1158122 : Explicit null dereferencedNorbert Thiebaud1-2/+4
2014-01-19coverity#1132662 Dereference after null checkNorbert Thiebaud1-1/+1
2014-01-19coverity#1132661 Dereference after null checkNorbert Thiebaud1-13/+10
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 Stahl2-2/+2
2013-12-16accessibility: don't crash if the TableControl is deadMichael Stahl2-7/+10
2013-12-16accessibility: Mutex cleanup in AccessibleGridControl* classesMichael Stahl9-116/+93
2013-12-08Drop duplicate #includeTakeshi Abe1-1/+0
2013-12-05fdo#39956 Delete JABDavid Ostrovsky57-12785/+0
2013-11-28Related: #i123768# [ia2] remove pseudo-automatic noisy commentsHerbert Dürr2-2/+0
2013-11-27Improve exception messageStephan Bergmann1-1/+5
2013-11-27Revert sense in VCLXAccessibleBox::getAccessibleActionCount againStephan Bergmann1-1/+1
2013-11-26-Werror,-Wunused-private-fieldStephan Bergmann3-5/+5
2013-11-26WaE: private field 'm_bCompoundControlChild' is not usedTor Lillqvist2-4/+2
2013-11-26statement aligned as second statement in if body but not in a statement blockStephan Bergmann1-4/+4
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 McNamara2-23/+0
2013-11-26Integrate branch of IAccessible2Steve Yin39-186/+1945
2013-11-21--enable-ia2 no longer disables Java access bridgeMichael Stahl1-2/+0
2013-11-19Add --enable-ia2 configuration optionDavid Ostrovsky1-0/+2
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin2-2/+2
2013-11-15Add namespace to accessbility's TkResMgr.Andrzej J.R. Hunt2-2/+5
2013-11-14make l10n buildable separatelyBjoern Michaelsen1-1/+4
2013-10-25stop looking for Jar files in solverMichael Stahl1-1/+2
2013-10-23clean up some include guardsThomas Arnhold2-6/+6
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-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara1-1/+1
2013-09-17convert ACCESSIBILITY module from String to OUStringNoel Grandin5-11/+11
2013-09-01fdo#68346 Accessibility bridge should exspose the font name.Niklas Johansson2-12/+5
2013-08-19Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVATor Lillqvist1-1/+1
2013-08-12covnert vcl/texteng.hxx from String to OUStringNoel Grandin1-9/+9
2013-07-17Fix mingw64 build of accessibilityFridrich Štrba1-1/+1
2013-07-17Fix crash & reduce nesting.Jan Holesovsky1-14/+17
2013-06-30fdo#58995 Fix window handle is null on AT side of JAB bridgeDavid Ostrovsky1-1/+1
2013-06-30fdo#58995 Fix focus gained/lost event dropping for Window and FrameDavid Ostrovsky3-0/+58
2013-06-27fdo#58995 fix focus gain/lost events dropping on JDK 1.7David Ostrovsky1-0/+21
2013-06-24fdo#43460 framework,i18npool,accessibility: use isEmpty()Jelle van der Waa1-1/+1
2013-06-20VCLXAccessibleTabPageWindow: unhandled IndexOutOfBoundsExceptionMichael Stahl1-1/+9
2013-06-07Let us cast pointers to pointer-sized integersFridrich Štrba1-1/+1
2013-06-05use uno::Reference#clear() method...Noel Grandin3-3/+3
2013-05-06Java cleanup, convert Hashtable to HashMapNoel Grandin3-5/+5