summaryrefslogtreecommitdiff
path: root/accessibility/inc
AgeCommit message (Expand)Author
2024-07-12icon choice ctrl entry a11y: Use OAccessibleComponentHelper as baseMichael Weghorn
2024-07-11Unify/Port to use VCLUnoHelper for AWT <-> VCL conversionsMichael Weghorn
2024-05-24a11y: Rename m_aAccessibleChildren1 -> m_aAccessibleChildrenMichael Weghorn
2024-05-24a11y: Drop AccessibleChildren typedefMichael Weghorn
2024-05-10tdf#160971 a11y: Send full text on changed combobox textMichael Weghorn
2024-05-07a11y: Drop AccessibleChildren typedefMichael Weghorn
2024-03-28convert VCLXAccessibleListItem to comphelper::WeakComponentImplHelperNoel Grandin
2024-02-28tdf#159910 a11y: Dispose VCLXAccessibleList childrenMichael 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-01-15loplugin:unnecessaryvirtualNoel Grandin
2023-12-19tdf#123864 a11y: Handle new checkable state for VCLXAccessibleMenuItemMichael Weghorn
2023-12-07simplify and modernise ScopedBitmapAccessNoel Grandin
2023-10-23a11y: Don't throw exception on valid list box entry action indexMichael Weghorn
2023-10-23Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]StringStephan Bergmann
2023-10-15a11y: Add include to fix clang-cl buildMichael Weghorn
2023-10-12Make NC_ constexpr-friendlyStephan Bergmann
2023-10-11Drop o3tl::span, can use C++20 std::span directly nowStephan Bergmann
2023-09-13loplugin:unusedmethodsNoel Grandin
2023-09-11AccessibleListBoxEntry does not need to implement XAggreggationNoel Grandin
2023-09-11accessibility::Paragraph does not need to implement XAggreggationNoel Grandin
2023-09-11VCLXAccessibleList does not need to implement XAggreggationNoel Grandin
2023-09-11AccessibleIconChoiceCtrlEntry does not need to implement XAggreggationNoel Grandin
2023-09-05use more concrete type in VCLXAccessibleBoxNoel Grandin
2023-09-05use more concrete type in ParagraphInfoNoel Grandin
2023-09-05use more concrete types in AccessibleListBoxEntryNoel Grandin
2023-09-04a11y: Hold list items by rtl::ReferenceMichael Weghorn
2023-09-04a11y: Drop ListItems typdefMichael Weghorn
2023-09-04tdf#157088 a11y: No need to use WeakReference for list childrenMichael Weghorn
2023-09-01tdf#104833 a11y Send name changed event for text controlsMichael Weghorn
2023-09-01tdf#104833 a11y: Don't use VCLXEdit in VCLXAccessibleEditMichael Weghorn
2023-08-31use concrete type for AccessibleTabBarPageList::m_aAccessibleChildrenNoel Grandin
2023-08-31use concrete type for OAccessibleMenuBaseComponent::m_aAccessibleChildrenNoel Grandin
2023-08-31use concrete type for VCLXAccessibleStatusBar::m_aAccessibleChildrenNoel Grandin
2023-08-30use concrete type for VCLXAccessibleTabControl::m_aAccessibleChildrenNoel Grandin
2023-08-30use concrete type for ToolBoxItemsMapNoel Grandin
2023-08-30make IAccessibleBrowseBox extend cppu::WeakImplHelperNoel Grandin
2023-08-30make IAccessibleTableControl extend cppu::WeakImplHelperNoel Grandin
2023-08-30a11y: Hold focused list box entry by rtl::ReferenceMichael Weghorn
2023-08-23a11y: Make AccessibleBrowseBoxBase's client ID privateMichael Weghorn
2023-08-18tdf#156561 a11y: Don't ignore child events in AccessibleListBoxMichael Weghorn
2023-08-03tdf#156473 a11y: Use actual row/col index/count in grid control headerMichael Weghorn
2023-08-02split Point/Size/Rectangle into AbsoluteScreenPixel* typesNoel Grandin
2023-08-02a11y: Convert AccessibleTableControlObjType to enum classMichael Weghorn
2023-07-27tdf#155625 a11y: Notify about menu item role changeMichael Weghorn
2023-07-23vcl: Drop now unneeded DevicePoint typedefKhaled Hosny
2023-07-21tdf#99609 a11y: Set proper parent for cells in tab list boxMichael Weghorn
2023-07-20split GetWindowExtentsRelative asunderNoel Grandin
2023-04-15a11y: Send VALUE_CHANGED event for FormattedFieldMichael Weghorn