summaryrefslogtreecommitdiff
path: root/accessibility
AgeCommit message (Expand)Author
2024-12-07Use std::initializer_list, C-style array instead of more expensive SequenceMike Kaganski
2024-12-07Simplify AccessibleGridControlTableBaseMike Kaganski
2024-12-07Simplify GridControlAccessibleElementMike Kaganski
2024-12-07Simplify AccessibleBrowseBoxTableBaseMike Kaganski
2024-12-07Simplify BrowseBoxAccessibleElementMike Kaganski
2024-12-04a11y: Use vcl CheckBox directly in VCLXAccessibleCheckBoxMichael Weghorn
2024-12-04a11y: Use FormattedField directly in SVTXAccessibleNumericFieldMichael Weghorn
2024-12-04a11y: Use vcl::Window instead of VCLXWindow right awayMichael Weghorn
2024-12-04a11y: Move menu a11y classes to vcl, no more use factoryMichael Weghorn
2024-12-04Move helpers for css::awt/VCL point/rect/size to vcl::unohelperMichael Weghorn
2024-12-04a11y: Move action string header to vclMichael Weghorn
2024-12-04a11y: Move CharacterAttributeshelper from accessibility to vclMichael Weghorn
2024-12-04[API CHANGE] a11y: Drop XAccessibleExtendedComponent::getFontMichael Weghorn
2024-12-04toolkit: Pass VCLXFont init args in ctorMichael Weghorn
2024-11-26a11y: Handle combobox subedit a11y name in VCLXAccessibleEditMichael Weghorn
2024-11-26a11y: Drop misleading commentMichael Weghorn
2024-11-26a11y: Create VCLXAccessibleEdit::isComboBoxChild helperMichael Weghorn
2024-11-26a11y: Drop VCLXAccessibleComponent::supportsService overridesMichael Weghorn
2024-11-25a11y: Move identical implementations to base classMichael Weghorn
2024-11-21Related: cid#1364016 Missing move assignment operatorCaolán McNamara
2024-11-14tdf#163486: PVS: simplify expressionXisco Fauli
2024-11-10com::sun::star -> cssMike Kaganski
2024-11-07[API CHANGE] a11y: Switch AccessibleRelationType to enumMichael Weghorn
2024-10-31tdf#163697: avoid premature handling of following notificationsMike Kaganski
2024-10-31Don't store iteratorsMike Kaganski
2024-10-31Merge init into ctorMike Kaganski
2024-10-28a11y: Return early in VCLXAccessibleTabPage::getAccessibleAtPointMichael Weghorn
2024-10-28a11y: Return early in AccessibleBrowseBox::getAccessibleAtPointMichael Weghorn
2024-10-28a11y: Return early in AccessibleGridControl::getAccessibleAtPointMichael Weghorn
2024-10-28a11y: Return early in OAccessibleMenuBaseComponent::GetChildAtMichael Weghorn
2024-10-27cid#1555789 COPY_INSTEAD_OF_MOVECaolán McNamara
2024-10-27tdf#163486: PVS: Array overrun is possibleJulien Nabet
2024-10-26cid#1556875 COPY_INSTEAD_OF_MOVECaolán McNamara
2024-10-26cid#1555767 COPY_INSTEAD_OF_MOVECaolán McNamara
2024-10-26Revert "tdf#163486: PVS: Array overrun is possible"Julien Nabet
2024-10-26tdf#163486: PVS: Array overrun is possibleJulien Nabet
2024-10-25cid#1633347 COPY_INSTEAD_OF_MOVECaolán McNamara
2024-10-22a11y: Return early in AccessibleFactory::createAccessibleContextMichael Weghorn
2024-10-22a11y: Return early in AccessibleTabBar::getAccessibleAtPointMichael Weghorn
2024-10-22cid#1545605 COPY_INSTEAD_OF_MOVECaolán McNamara
2024-10-17tdf#163486: PVS: identical conditional expressionsXisco Fauli
2024-10-15a11y: Drop intermediate local variableMichael Weghorn
2024-10-14cid#1554844 COPY_INSTEAD_OF_MOVECaolán McNamara
2024-10-12a11y: Send value change event when checkbox value changesMichael Weghorn
2024-10-04cid#1608061 Data race conditionCaolán McNamara
2024-10-04expand and drop getContextCaolán McNamara
2024-09-05use less dynamic_cast when broadcasting SfxHintNoel Grandin
2024-08-27cid#1608497 Double lockCaolán McNamara
2024-07-25tdf#67919 access toolbar button dropdown menu from macOS VoiceOverPatrick Luby
2024-07-23loplugin:unusedmethodsNoel Grandin