summaryrefslogtreecommitdiff
path: root/accessibility/source/standard
AgeCommit message (Expand)AuthorFilesLines
2015-04-03Resolves: tdf#82998 no object:active descendant changed emittedCaolán McNamara1-40/+16
2015-04-03Related: tdf#82998 rearrange, no logic changeCaolán McNamara1-34/+41
2015-04-03Related: tdf#82998 assume VALUE_CHANGED makes sense only for windowsCaolán McNamara1-1/+5
2015-04-03Related: tdf#82998 don't emit an Indeterminate state change for boxesCaolán McNamara1-14/+2
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann2-3/+3
2015-03-20tdf#88230: cleanup solar mutex yieldingPranav Kant7-21/+16
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin1-1/+1
2015-02-24Avoid unnecessary bad downcasts to ToolBoxStephan Bergmann1-6/+6
2015-02-22Typo: aditional->additionalJulien Nabet1-1/+1
2015-02-02callcatcher: remove some unused methodsCaolán McNamara1-24/+0
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara2-40/+0
2015-01-27tdf#88702 ACCESSIBILITY Toggle buttons state not reliably updatedNiklas Johansson1-4/+3
2015-01-07Accessibility: Expose keyboard short-cuts of menu entriesNiklas Johansson1-0/+4
2015-01-06fdo#84938: replace BUTTONTYPE_ constants with 'enum class'Noel Grandin1-4/+4
2014-11-30fdo#86117 a11y: Exception when closing popup from ToolBox w/o separatorMaxim Monastirsky1-1/+7
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava5-7/+7
2014-11-05fdo#84938: replace TOOLBOXITEM_ constants with enumNoel Grandin1-4/+4
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin1-2/+1
2014-11-01fdo#84938: replace MIB_ constants with enumNoel Grandin1-2/+2
2014-10-23fdo#84938: replace MENUITEM constants with enumNoel Grandin1-1/+1
2014-10-20fdo#84938: replace TIB_ constants with enumNoel Grandin1-5/+5
2014-10-02loplugin: cstylecastNoel Grandin6-27/+27
2014-09-30loplugin: cstylecastNoel Grandin1-2/+2
2014-09-23fdo#82577: Handle WindowNoel Grandin15-33/+33
2014-09-18fdo#82577: Handle FontNoel Grandin4-4/+4
2014-09-15accessibility: sal_False/True -> false/trueStephan Bergmann11-20/+20
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist4-5/+5
2014-07-18coverity#1132662 Dereference after null checkCaolán McNamara1-1/+1
2014-07-04Notify screen readers when selection changes in listboxesNiklas Johansson1-1/+6
2014-07-02fix some more indent and strip ::rtl::Caolán McNamara1-7/+7
2014-07-02Related: #i124856# guard against crashJürgen Schmidt1-1/+1
2014-07-02fix some mangled indentationCaolán McNamara1-39/+14
2014-06-20hmm, that's not rightCaolán McNamara1-3/+3
2014-06-20Dropdown combo-/listboxes should support accessible action togglePopupNiklas Johansson1-5/+5
2014-06-16fdo#74681: quick help may be used as accessible textJacobo Aragunde Pérez1-6/+10
2014-05-22Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien Nabet1-1/+1
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin1-1/+1
2014-04-15accessibility: sal_Bool->boolNoel Grandin22-173/+173
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-3/+3
2014-03-18Find places where OUString and OString are passed by value.Noel Grandin1-2/+2
2014-03-11No need for implGetBounds to be SAL_CALLStephan Bergmann1-1/+1
2014-03-10accessibility: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann1-13/+1
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke2-13/+15
2014-02-26Revert "Let's use RADIO_BUTTON and CHECK_BUTTON roles"Stephan Bergmann1-6/+4
2014-02-26Let's use RADIO_BUTTON and CHECK_BUTTON rolesJulien Nabet1-4/+6
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann31-410/+410
2014-02-26cppcheck: duplicateIfJulien Nabet1-7/+9
2014-02-25Remove visual noise from accessibilityAlexander Wilms5-12/+12
2014-02-24Replace exisiting TriState, AutoState with more generic TriStateStephan Bergmann3-5/+5
2014-02-23Remove unneccessary commentsAlexander Wilms26-850/+823