summaryrefslogtreecommitdiff
path: root/accessibility
AgeCommit message (Expand)AuthorFilesLines
2015-02-24Avoid unnecessary bad downcasts to ToolBoxStephan Bergmann1-6/+6
2015-02-22Typo: aditional->additionalJulien Nabet1-1/+1
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara11-173/+169
2015-02-07loplugin:deletedspecialStephan Bergmann7-24/+16
2015-02-02callcatcher: remove some unused methodsCaolán McNamara2-29/+0
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara6-66/+0
2015-01-27tdf#88702 ACCESSIBILITY Toggle buttons state not reliably updatedNiklas Johansson1-4/+3
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin15-21/+21
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
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara2-2/+0
2014-12-27boost::unordered_map -> c++11 std::unordered_mapCaolán McNamara1-2/+2
2014-12-08reduce scope of local variablesMichael Weghorn1-3/+2
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 Srivastava6-8/+8
2014-11-05fdo#84938: replace TOOLBOXITEM_ constants with enumNoel Grandin1-4/+4
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin3-8/+6
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-18convert SV_BMP_ constants to enumNoel Grandin1-4/+4
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann1-2/+0
2014-10-08coverity#1242517 Arguments in wrong order (gold ?)Caolán McNamara2-2/+2
2014-10-03coverity#1242449 Identical code for different branchesCaolán McNamara1-4/+1
2014-10-02loplugin: cstylecastNoel Grandin8-31/+31
2014-09-30loplugin: cstylecastNoel Grandin9-20/+20
2014-09-23fdo#82577: Handle WindowNoel Grandin37-68/+68
2014-09-18fdo#82577: Handle FontNoel Grandin10-11/+11
2014-09-15accessibility: sal_False/True -> false/trueStephan Bergmann21-41/+41
2014-09-12toolkit: sal_Bool -> boolStephan Bergmann1-2/+2
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin1-3/+3
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist4-5/+5
2014-07-18coverity#1132662 Dereference after null checkCaolán McNamara1-1/+1
2014-07-08use SimpleReferenceObject in svtools moduleNoel Grandin1-24/+0
2014-07-08use SimpleReferenceObject in accessibilityNoel Grandin1-0/+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-17improve the inlinesimplememberfunctions clang pluginNoel Grandin2-10/+2
2014-06-16fdo#74681: quick help may be used as accessible textJacobo Aragunde Pérez1-6/+10
2014-06-13loplugin:staticcallStephan Bergmann2-2/+2
2014-06-10-Werror,-Wundefined-bool-conversionStephan Bergmann2-6/+2
2014-06-05various: remove SAL_THROW macroNoel Grandin2-3/+1
2014-05-28update_pchThomas Arnhold1-2/+0
2014-05-27css already means ::com::sun::starThomas Arnhold1-58/+58
2014-05-22Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien Nabet1-1/+1
2014-05-19fix-includes.pl: accessibilityThomas Arnhold3-5/+5