summaryrefslogtreecommitdiff
path: root/accessibility
AgeCommit message (Expand)Author
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-13loplugin:redundantcast: redundant const_cast followed by implicit upcastStephan Bergmann
2015-04-13loplugin:staticmethodsNoel Grandin
2015-04-09loplugin:staticmethodsNoel Grandin
2015-04-03Resolves: tdf#82998 no object:active descendant changed emittedCaolán McNamara
2015-04-03Related: tdf#82998 rearrange, no logic changeCaolán McNamara
2015-04-03Related: tdf#82998 assume VALUE_CHANGED makes sense only for windowsCaolán McNamara
2015-04-03Related: tdf#82998 don't emit an Indeterminate state change for boxesCaolán McNamara
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-20tdf#88230: cleanup solar mutex yieldingPranav Kant
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin
2015-03-09V801: Decreased performanceCaolán McNamara
2015-02-24Avoid unnecessary bad downcasts to ToolBoxStephan Bergmann
2015-02-22Typo: aditional->additionalJulien Nabet
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-02-02callcatcher: remove some unused methodsCaolán McNamara
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara
2015-01-27tdf#88702 ACCESSIBILITY Toggle buttons state not reliably updatedNiklas Johansson
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin
2015-01-07Accessibility: Expose keyboard short-cuts of menu entriesNiklas Johansson
2015-01-06fdo#84938: replace BUTTONTYPE_ constants with 'enum class'Noel Grandin
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara
2014-12-27boost::unordered_map -> c++11 std::unordered_mapCaolán McNamara
2014-12-08reduce scope of local variablesMichael Weghorn
2014-11-30fdo#86117 a11y: Exception when closing popup from ToolBox w/o separatorMaxim Monastirsky
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava
2014-11-05fdo#84938: replace TOOLBOXITEM_ constants with enumNoel Grandin
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin
2014-11-01fdo#84938: replace MIB_ constants with enumNoel Grandin
2014-10-23fdo#84938: replace MENUITEM constants with enumNoel Grandin
2014-10-20fdo#84938: replace TIB_ constants with enumNoel Grandin
2014-10-18convert SV_BMP_ constants to enumNoel Grandin
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann
2014-10-08coverity#1242517 Arguments in wrong order (gold ?)Caolán McNamara
2014-10-03coverity#1242449 Identical code for different branchesCaolán McNamara
2014-10-02loplugin: cstylecastNoel Grandin
2014-09-30loplugin: cstylecastNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-09-15accessibility: sal_False/True -> false/trueStephan Bergmann
2014-09-12toolkit: sal_Bool -> boolStephan Bergmann
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist
2014-07-18coverity#1132662 Dereference after null checkCaolán McNamara
2014-07-08use SimpleReferenceObject in svtools moduleNoel Grandin
2014-07-08use SimpleReferenceObject in accessibilityNoel Grandin
2014-07-04Notify screen readers when selection changes in listboxesNiklas Johansson
2014-07-02fix some more indent and strip ::rtl::Caolán McNamara
2014-07-02Related: #i124856# guard against crashJürgen Schmidt