summaryrefslogtreecommitdiff
path: root/accessibility
AgeCommit message (Expand)AuthorFilesLines
2023-09-14tdf#157088 a11y: Dispose list items with listMichael Weghorn1-0/+3
2023-09-14tdf#157088 a11y: No need to use WeakReference for list childrenMichael Weghorn2-14/+13
2023-09-01accessibility: fix crash in getAccessibleActionDescriptionXisco Fauli1-2/+3
2023-05-04tdf#105404 [API CHANGE] add index to accessiblity change eventNoel Grandin2-2/+2
2023-04-29Use getXWeak in accessibilityMike Kaganski4-18/+18
2023-04-15a11y: Send VALUE_CHANGED event for FormattedFieldMichael Weghorn2-0/+16
2023-04-01use more XVclWindowPeerNoel Grandin2-2/+2
2023-03-10improve loplugin:unnecessarylockingNoel Grandin3-8/+0
2023-01-27Use ImplInheritanceHelper in VCLXAccessibleToolBoxItemStephan Bergmann2-18/+9
2023-01-27Use ImplInheritanceHelper in VCLXAccessibleToolBoxStephan Bergmann2-17/+3
2023-01-27Use ImplInheritanceHelper in VCLXAccessibleTextFieldStephan Bergmann2-16/+3
2023-01-27Use ImplInheritanceHelper in VCLXAccessibleTabPageStephan Bergmann2-25/+5
2023-01-27Use ImplInheritanceHelper in VCLXAccessibleTabControlStephan Bergmann2-25/+5
2023-01-27Use ImplInheritanceHelper in VCLXAccessibleStatusBarItemStephan Bergmann2-25/+5
2023-01-27Use ImplInheritanceHelper in VCLXAccessibleScrollBarStephan Bergmann2-26/+6
2023-01-27Use ImplInheritanceHelper in VCLXAccessibleRadioButtonStephan Bergmann2-26/+6
2023-01-27Use ImplInheritanceHelper in VCLXAccessibleMenuStephan Bergmann2-25/+6
2023-01-27Use ImplInheritanceHelper in VCLXAccessibleMenuItemStephan Bergmann2-28/+8
2023-01-26Use ImplInheritanceHelper in VCLXAccessibleListStephan Bergmann2-19/+6
2023-01-26Use ImplInheritanceHelper in VCLXAccessibleHeaderBarItemStephan Bergmann2-25/+5
2023-01-26Use ImplInheritanceHelper in VCLXAccessibleCheckBoxStephan Bergmann2-26/+6
2023-01-26Use ImplInheritanceHelper in VCLXAccessibleButtonStephan Bergmann2-26/+6
2023-01-26Use ImplInheritanceHelper in VCLXAccessibleBoxStephan Bergmann2-20/+7
2023-01-26Use ImplInheritanceHelper in SVTXAccessibleNumericFieldStephan Bergmann2-20/+4
2023-01-26Use ImplInheritanceHelper in VCLXAccessibleEditStephan Bergmann2-26/+6
2023-01-26Use ImplInheritanceHelper in VCLXAccessibleTextComponentStephan Bergmann2-26/+6
2023-01-26Use ImplInheritanceHelper in OAccessibleMenuComponentStephan Bergmann2-25/+5
2023-01-26Use ImplInheritanceHelper in OAccessibleMenuBaseComponentStephan Bergmann2-25/+5
2023-01-25Use ImplInheritanceHelper in AccessibleTabBarPageListStephan Bergmann2-27/+7
2023-01-25Use ImplInheritanceHelper in AccessibleTabBarPageStephan Bergmann2-26/+6
2023-01-25Use ImplInheritanceHelper in AccessibleTabBarStephan Bergmann2-26/+6
2023-01-25Use ImplInheritanceHelper in AccessibleListBoxStephan Bergmann2-13/+5
2023-01-25Use ImplInheritanceHelper in AccessibleIconChoiceCtrlStephan Bergmann2-18/+8
2023-01-25Use ImplInheritanceHelper in OAccessibleTextHelperStephan Bergmann1-0/+1
2023-01-25Use ImplInheritanceHelper in VCLXAccessibleComponentStephan Bergmann3-1/+3
2023-01-19Base AccessibleGridControlBase on WeakComponentImplHelperStephan Bergmann1-2/+2
2023-01-16XUnoTunnel->dynamic_cast in OToolBoxWindowItemNoel Grandin1-32/+3
2023-01-14AccessibleBrowseBoxBase's XAggregation is apparently unusedStephan Bergmann1-2/+2
2023-01-10OAccessibleImplementationAccess was apparently effectively unused by nowStephan Bergmann1-1/+0
2023-01-06Merge comphelper::OAccessibleContextHelper into comphelper::OCommonAccessible...Stephan Bergmann28-0/+28
2023-01-05Revert all the recent loplugin:unocast changesStephan Bergmann2-9/+5
2022-12-23loplugin:unocast (VCLXAccessibleComponent)Stephan Bergmann2-5/+9
2022-11-23loplugin:unusedfields make some fields privateNoel Grandin1-13/+15
2022-09-27use more string_view in accessibility..configmgrNoel Grandin3-6/+6
2022-09-25a11y: Use FontSlant for "CharPosture"Michael Weghorn1-1/+2
2022-09-19OSL_ENSURE->assert where we would crash if not trueMike Kaganski3-3/+3
2022-09-15tdf#42982 improve UNO API error reportingPoonamShokeen1-1/+1
2022-09-14move ErrCode to comphelper and improve debug output stringNoel Grandin1-1/+1
2022-09-02[API CHANGE] tdf#150683 a11y: Switch a11y child index to 64 bitMichael Weghorn92-455/+471
2022-08-25vcl: rename GetNonMnemonicString() and make it standalone functionChris Sherlock4-6/+10