summaryrefslogtreecommitdiffstats
path: root/accessibility
Commit message (Expand)AuthorAgeFilesLines
* Accessibility: Expose keyboard short-cuts of menu entriesNiklas Johansson2015-01-071-0/+4
* fdo#84938: replace BUTTONTYPE_ constants with 'enum class'Noel Grandin2015-01-061-4/+4
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-022-2/+0
* boost::unordered_map -> c++11 std::unordered_mapCaolán McNamara2014-12-271-2/+2
* reduce scope of local variablesMichael Weghorn2014-12-081-3/+2
* fdo#86117 a11y: Exception when closing popup from ToolBox w/o separatorMaxim Monastirsky2014-11-301-1/+7
* fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava2014-11-146-8/+8
* fdo#84938: replace TOOLBOXITEM_ constants with enumNoel Grandin2014-11-051-4/+4
* fdo#38835 strip out OUString globalsNoel Grandin2014-11-053-8/+6
* fdo#84938: replace MIB_ constants with enumNoel Grandin2014-11-011-2/+2
* fdo#84938: replace MENUITEM constants with enumNoel Grandin2014-10-231-1/+1
* fdo#84938: replace TIB_ constants with enumNoel Grandin2014-10-201-5/+5
* convert SV_BMP_ constants to enumNoel Grandin2014-10-181-4/+4
* More -Werror,-Wunused-private-fieldStephan Bergmann2014-10-151-2/+0
* coverity#1242517 Arguments in wrong order (gold ?)Caolán McNamara2014-10-082-2/+2
* coverity#1242449 Identical code for different branchesCaolán McNamara2014-10-031-4/+1
* loplugin: cstylecastNoel Grandin2014-10-028-31/+31
* loplugin: cstylecastNoel Grandin2014-09-309-20/+20
* fdo#82577: Handle WindowNoel Grandin2014-09-2337-68/+68
* fdo#82577: Handle FontNoel Grandin2014-09-1810-11/+11
* accessibility: sal_False/True -> false/trueStephan Bergmann2014-09-1521-41/+41
* toolkit: sal_Bool -> boolStephan Bergmann2014-09-121-2/+2
* SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin2014-09-061-3/+3
* fdo#82577: Handle KeyCodeTor Lillqvist2014-08-234-5/+5
* coverity#1132662 Dereference after null checkCaolán McNamara2014-07-181-1/+1
* use SimpleReferenceObject in svtools moduleNoel Grandin2014-07-081-24/+0
* use SimpleReferenceObject in accessibilityNoel Grandin2014-07-081-0/+1
* Notify screen readers when selection changes in listboxesNiklas Johansson2014-07-041-1/+6
* fix some more indent and strip ::rtl::Caolán McNamara2014-07-021-7/+7
* Related: #i124856# guard against crashJürgen Schmidt2014-07-021-1/+1
* fix some mangled indentationCaolán McNamara2014-07-021-39/+14
* hmm, that's not rightCaolán McNamara2014-06-201-3/+3
* Dropdown combo-/listboxes should support accessible action togglePopupNiklas Johansson2014-06-201-5/+5
* improve the inlinesimplememberfunctions clang pluginNoel Grandin2014-06-172-10/+2
* fdo#74681: quick help may be used as accessible textJacobo Aragunde Pérez2014-06-161-6/+10
* loplugin:staticcallStephan Bergmann2014-06-132-2/+2
* -Werror,-Wundefined-bool-conversionStephan Bergmann2014-06-102-6/+2
* various: remove SAL_THROW macroNoel Grandin2014-06-052-3/+1
* update_pchThomas Arnhold2014-05-281-2/+0
* css already means ::com::sun::starThomas Arnhold2014-05-271-58/+58
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien Nabet2014-05-221-1/+1
* fix-includes.pl: accessibilityThomas Arnhold2014-05-193-5/+5
* hrc and src files: squeeze multiple newlinesThomas Arnhold2014-05-191-1/+0
* fix cut and paste into macro editor crashCaolán McNamara2014-05-151-3/+12
* update_pch: add a bunch of pch filesThomas Arnhold2014-05-093-0/+121
* simplify ternary conditions "xxx ? yyy : false"Noel Grandin2014-05-052-2/+2
* Many spelling fixes: directories a* - g*.Pedro Giffuni2014-04-302-2/+2
* fixincludeguards.sh: accessibilityThomas Arnhold2014-04-1966-183/+183
* non-desktop: Avoid accessibility.Jan Holesovsky2014-04-181-1/+4
* accessibility: Move AccessibleFactory to anonymous namespace.Jan Holesovsky2014-04-181-373/+372