summaryrefslogtreecommitdiff
path: root/accessibility
AgeCommit message (Expand)AuthorFilesLines
8 daystdf#163486: PVS: simplify expressionXisco Fauli1-1/+1
12 dayscom::sun::star -> cssMike Kaganski2-5/+5
2024-11-07[API CHANGE] a11y: Switch AccessibleRelationType to enumMichael Weghorn5-9/+9
2024-10-31tdf#163697: avoid premature handling of following notificationsMike Kaganski2-0/+12
2024-10-31Don't store iteratorsMike Kaganski2-101/+87
2024-10-31Merge init into ctorMike Kaganski2-114/+68
2024-10-28a11y: Return early in VCLXAccessibleTabPage::getAccessibleAtPointMichael Weghorn1-4/+2
2024-10-28a11y: Return early in AccessibleBrowseBox::getAccessibleAtPointMichael Weghorn1-16/+13
2024-10-28a11y: Return early in AccessibleGridControl::getAccessibleAtPointMichael Weghorn1-5/+4
2024-10-28a11y: Return early in OAccessibleMenuBaseComponent::GetChildAtMichael Weghorn1-4/+2
2024-10-27cid#1555789 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2024-10-27tdf#163486: PVS: Array overrun is possibleJulien Nabet1-4/+4
2024-10-26cid#1556875 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2024-10-26cid#1555767 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2024-10-26Revert "tdf#163486: PVS: Array overrun is possible"Julien Nabet1-3/+3
2024-10-26tdf#163486: PVS: Array overrun is possibleJulien Nabet1-3/+3
2024-10-25cid#1633347 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2024-10-22a11y: Return early in AccessibleFactory::createAccessibleContextMichael Weghorn1-13/+11
2024-10-22a11y: Return early in AccessibleTabBar::getAccessibleAtPointMichael Weghorn1-4/+2
2024-10-22cid#1545605 COPY_INSTEAD_OF_MOVECaolán McNamara2-6/+2
2024-10-17tdf#163486: PVS: identical conditional expressionsXisco Fauli1-3/+2
2024-10-15a11y: Drop intermediate local variableMichael Weghorn1-9/+5
2024-10-14cid#1554844 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2024-10-12a11y: Send value change event when checkbox value changesMichael Weghorn1-0/+6
2024-10-04cid#1608061 Data race conditionCaolán McNamara1-9/+9
2024-10-04expand and drop getContextCaolán McNamara1-18/+10
2024-09-05use less dynamic_cast when broadcasting SfxHintNoel Grandin1-6/+2
2024-08-27cid#1608497 Double lockCaolán McNamara2-2/+9
2024-07-25tdf#67919 access toolbar button dropdown menu from macOS VoiceOverPatrick Luby1-12/+25
2024-07-23loplugin:unusedmethodsNoel Grandin2-12/+0
2024-07-20cid#1554791 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2024-07-20cid#1607830 Use of auto that causes a copyCaolán McNamara1-1/+1
2024-07-12icon choice ctrl entry a11y: Use OAccessibleComponentHelper as baseMichael Weghorn2-81/+13
2024-07-12icon choice ctrl a11y: Drop extra checkMichael Weghorn1-6/+0
2024-07-12icon choice ctrl a11y: Clean up/simplify selection handlingMichael Weghorn1-15/+9
2024-07-12icon choice ctrl a11y: Don't report selectable state for list/tabbarMichael Weghorn1-1/+0
2024-07-12icon choice ctrl a11y: Don't allow unselecting entryMichael Weghorn1-20/+2
2024-07-12icon choice ctrl a11y: Don't explicitly unset selectionMichael Weghorn1-1/+0
2024-07-12icon choice ctrl a11y: Drop misleading commentMichael Weghorn1-2/+1
2024-07-11Unify/Port to use VCLUnoHelper for AWT <-> VCL conversionsMichael Weghorn33-129/+148
2024-05-29a11y: Don't report dummy a11y name for icon choice controlMichael Weghorn1-4/+1
2024-05-29a11y: Report focused state for icon choice control entriesMichael Weghorn1-0/+5
2024-05-24a11y: Rename m_aAccessibleChildren1 -> m_aAccessibleChildrenMichael Weghorn2-35/+35
2024-05-24a11y: Drop AccessibleChildren typedefMichael Weghorn1-3/+1
2024-05-20Change for loop to have getAccessibleChildCount in accessibletabbarHakimOttey1-1/+1
2024-05-10tdf#160971 a11y: Send full text on changed combobox textMichael Weghorn4-1/+41
2024-05-10tdf#160971 a11y: Add null check in AccessibleListBox::getAccessibleRoleMichael Weghorn1-2/+6
2024-05-07a11y: Drop AccessibleChildren typedefMichael Weghorn1-3/+1
2024-05-03WaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara4-12/+5
2024-04-30loplugin:ostr in accessibilityNoel Grandin17-63/+63