summaryrefslogtreecommitdiff
path: root/accessibility/source/standard
AgeCommit message (Expand)Author
2024-12-17a11y: Merge accessibility module into vclMichael Weghorn
2024-12-13a11y: Drop unused includesMichael Weghorn
2024-12-12a11y: Stop using VCLXWindow in vcl a11y classesMichael Weghorn
2024-12-10a11y: Directly use vcl ScrollBar in VCLXAccessibleScrollBarMichael Weghorn
2024-12-10a11y: Extract a VCLXAccessibleScrollBar::GetOrientationState helperMichael Weghorn
2024-12-10a11y: Directly use vcl RadioButton in VCLXAccessibleRadioButtonMichael Weghorn
2024-12-07Use std::initializer_list, C-style array instead of more expensive SequenceMike 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: Create VCLXAccessibleEdit::isComboBoxChild helperMichael Weghorn
2024-11-25a11y: Move identical implementations to base classMichael Weghorn
2024-11-10com::sun::star -> cssMike Kaganski
2024-11-07[API CHANGE] a11y: Switch AccessibleRelationType to enumMichael Weghorn
2024-10-28a11y: Return early in VCLXAccessibleTabPage::getAccessibleAtPointMichael Weghorn
2024-10-28a11y: Return early in OAccessibleMenuBaseComponent::GetChildAtMichael Weghorn
2024-10-26cid#1555767 COPY_INSTEAD_OF_MOVECaolán McNamara
2024-10-25cid#1633347 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-08-27cid#1608497 Double lockCaolán McNamara
2024-07-25tdf#67919 access toolbar button dropdown menu from macOS VoiceOverPatrick Luby
2024-07-11Unify/Port to use VCLUnoHelper for AWT <-> VCL conversionsMichael Weghorn
2024-05-24a11y: Rename m_aAccessibleChildren1 -> m_aAccessibleChildrenMichael Weghorn
2024-05-10tdf#160971 a11y: Send full text on changed combobox textMichael Weghorn
2024-04-30loplugin:ostr in accessibilityNoel Grandin
2024-04-24[API CHANGE] a11y: Use XAccessible for relation targetsMichael Weghorn
2024-04-01tdf#146619 Drop unused 'using namespace' in: accessibility/Gabor Kelemen
2024-03-28convert VCLXAccessibleListItem to comphelper::WeakComponentImplHelperNoel Grandin
2024-03-07vcl,accessibility: try to fix a crash while disposing SvxFontNameBox_ImplMichael Stahl
2024-02-28tdf#159910 a11y: Dispose VCLXAccessibleList childrenMichael Weghorn
2024-02-28a11y: Drop extra local variableMichael Weghorn
2024-02-28a11y: Just use reference instead of extra pointer to contentMichael Weghorn
2024-02-27tdf#159910 vcl a11y: Allow explicitly setting toolbar item a11y nameMichael Weghorn
2024-02-26a11y: Drop some AccessibleTextHelper_BASE typedefsMichael Weghorn
2024-02-26tdf#159910 a11y: Distinguish a11y name and text of toolbar itemMichael Weghorn
2024-02-26tdf#159910 a11y: Merge VCLXAccessibleToolBoxItem::{,impl}GetTextMichael Weghorn
2024-02-26tdf#159910 a11y: Slightly simplify VCLXAccessibleToolBoxItem::GetTextMichael Weghorn
2024-02-16tdf#159213 a11y: Only send child event if there's a childMichael Weghorn
2024-02-16a11y: Drop extra nesting levelMichael Weghorn
2023-12-29use string OUString literals in a11y for XServiceInfo impl.Arnaud VERSINI