summaryrefslogtreecommitdiff
path: root/accessibility/source/standard
AgeCommit message (Expand)AuthorFilesLines
2024-05-24a11y: Rename m_aAccessibleChildren1 -> m_aAccessibleChildrenMichael Weghorn1-34/+34
2024-05-10tdf#160971 a11y: Send full text on changed combobox textMichael Weghorn2-1/+33
2024-04-30loplugin:ostr in accessibilityNoel Grandin9-19/+19
2024-04-24[API CHANGE] a11y: Use XAccessible for relation targetsMichael Weghorn3-3/+3
2024-04-01tdf#146619 Drop unused 'using namespace' in: accessibility/Gabor Kelemen14-21/+0
2024-03-28convert VCLXAccessibleListItem to comphelper::WeakComponentImplHelperNoel Grandin1-52/+38
2024-03-07vcl,accessibility: try to fix a crash while disposing SvxFontNameBox_ImplMichael Stahl1-3/+8
2024-02-28tdf#159910 a11y: Dispose VCLXAccessibleList childrenMichael Weghorn1-3/+7
2024-02-28a11y: Drop extra local variableMichael Weghorn1-3/+2
2024-02-28a11y: Just use reference instead of extra pointer to contentMichael Weghorn1-32/+20
2024-02-27tdf#159910 vcl a11y: Allow explicitly setting toolbar item a11y nameMichael Weghorn1-1/+5
2024-02-26a11y: Drop some AccessibleTextHelper_BASE typedefsMichael Weghorn3-3/+3
2024-02-26tdf#159910 a11y: Distinguish a11y name and text of toolbar itemMichael Weghorn1-20/+23
2024-02-26tdf#159910 a11y: Merge VCLXAccessibleToolBoxItem::{,impl}GetTextMichael Weghorn1-31/+26
2024-02-26tdf#159910 a11y: Slightly simplify VCLXAccessibleToolBoxItem::GetTextMichael Weghorn1-19/+15
2024-02-16tdf#159213 a11y: Only send child event if there's a childMichael Weghorn1-1/+2
2024-02-16a11y: Drop extra nesting levelMichael Weghorn1-18/+17
2023-12-29use string OUString literals in a11y for XServiceInfo impl.Arnaud VERSINI19-41/+41
2023-12-19tdf#123864 a11y: Handle new checkable state for VCLXAccessibleMenuItemMichael Weghorn1-0/+10
2023-12-19tdf#123864 a11y: Handle new CHECKABLE state in misc placesMichael Weghorn4-0/+7
2023-11-02tdf#112661 tdf#112662 a11y: Fix toggling button via a11y actionMichael Weghorn1-1/+12
2023-10-23Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]StringStephan Bergmann1-4/+4
2023-09-22tdf#146619 Recheck include/c* with IWYUGabor Kelemen7-0/+7
2023-09-07tdf#157137 a11y: Don't report active descendant when not focusedMichael Weghorn1-8/+20
2023-09-06simplify VclEventId::TabpageRemoved handlingNoel Grandin1-9/+5
2023-09-06a11y: Drop unnecessary casting/code for toolbox itemsMichael Weghorn1-33/+8
2023-09-05use more concrete type in VCLXAccessibleBoxNoel Grandin1-11/+13
2023-09-04a11y: Hold list items by rtl::ReferenceMichael Weghorn1-27/+26
2023-09-04a11y: Drop ListItems typdefMichael Weghorn1-1/+1
2023-09-04tdf#157088 a11y: Dispose list items with listMichael Weghorn1-0/+3
2023-09-04tdf#157088 a11y: No need to use WeakReference for list childrenMichael Weghorn1-13/+12
2023-09-01tdf#104833 a11y Send name changed event for text controlsMichael Weghorn1-0/+8
2023-09-01tdf#104833 a11y: Don't use VCLXEdit in VCLXAccessibleEditMichael Weghorn1-20/+32
2023-08-31a11y: Re-add check for empty reference in VCLXAccessibleTabControlMichael Weghorn1-1/+4
2023-08-31use concrete type for OAccessibleMenuBaseComponent::m_aAccessibleChildrenNoel Grandin1-91/+49
2023-08-31use concrete type for VCLXAccessibleStatusBar::m_aAccessibleChildrenNoel Grandin1-39/+23
2023-08-30use concrete type for VCLXAccessibleTabControl::m_aAccessibleChildrenNoel Grandin1-46/+21
2023-08-30use concrete type for ToolBoxItemsMapNoel Grandin1-19/+14
2023-08-19loplugin: new global analysis locking2Noel Grandin2-2/+0
2023-08-02split Point/Size/Rectangle into AbsoluteScreenPixel* typesNoel Grandin3-4/+4
2023-07-27tdf#155625 a11y: Notify about menu item role changeMichael Weghorn1-0/+18
2023-07-20split GetWindowExtentsRelative asunderNoel Grandin3-4/+4
2023-06-29maLayoutLineToPageId and maLayoutPageIdToLine are dead.Noel Grandin1-12/+12
2023-04-29Use getXWeak in accessibilityMike Kaganski1-1/+1
2023-04-15a11y: Send VALUE_CHANGED event for FormattedFieldMichael Weghorn1-0/+12
2023-04-01use more XVclWindowPeerNoel Grandin1-1/+1
2023-03-10improve loplugin:unnecessarylockingNoel Grandin1-2/+0
2023-01-27Use ImplInheritanceHelper in VCLXAccessibleToolBoxItemStephan Bergmann1-9/+1
2023-01-27Use ImplInheritanceHelper in VCLXAccessibleToolBoxStephan Bergmann1-7/+1
2023-01-27Use ImplInheritanceHelper in VCLXAccessibleTextFieldStephan Bergmann1-4/+1