summaryrefslogtreecommitdiff
path: root/accessibility/inc/extended
AgeCommit message (Expand)Author
2023-10-15a11y: Add include to fix clang-cl buildMichael Weghorn
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-11AccessibleIconChoiceCtrlEntry does not need to implement XAggreggationNoel Grandin
2023-09-05use more concrete type in ParagraphInfoNoel Grandin
2023-09-05use more concrete types in AccessibleListBoxEntryNoel Grandin
2023-08-31use concrete type for AccessibleTabBarPageList::m_aAccessibleChildrenNoel 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-21tdf#99609 a11y: Set proper parent for cells in tab list boxMichael Weghorn
2023-01-25Use ImplInheritanceHelper in AccessibleTabBarPageListStephan Bergmann
2023-01-25Use ImplInheritanceHelper in AccessibleTabBarPageStephan Bergmann
2023-01-25Use ImplInheritanceHelper in AccessibleTabBarStephan Bergmann
2023-01-25Use ImplInheritanceHelper in AccessibleListBoxStephan Bergmann
2023-01-25Use ImplInheritanceHelper in AccessibleIconChoiceCtrlStephan Bergmann
2023-01-19Base AccessibleGridControlBase on WeakComponentImplHelperStephan Bergmann
2023-01-14AccessibleBrowseBoxBase's XAggregation is apparently unusedStephan Bergmann
2023-01-05Revert all the recent loplugin:unocast changesStephan Bergmann
2022-12-23loplugin:unocast (VCLXAccessibleComponent)Stephan Bergmann
2022-09-02[API CHANGE] tdf#150683 a11y: Switch a11y child index to 64 bitMichael Weghorn
2022-07-08[API CHANGE] Drop css::accessibility::XAccessibleStateSetNoel Grandin
2022-06-09Accessibility for IconViewMike Kaganski
2022-06-06clang-tidy modernize-pass-by-value in accessibilityNoel Grandin
2022-03-09a11y: Leave cell vector handling to AccessibleGridControlTableMichael Weghorn
2022-03-09Related: tdf#147742 a11y: Dispose table cells as wellMichael Weghorn
2022-03-09a11y: Drop AccessibleGridControl::m_xCellMichael Weghorn
2022-03-09a11y: Move TABLE_MODEL_CHANGED handling to tableMichael Weghorn
2022-03-04tdf#147742 a11y: AccessibleGridControlBase: get accessible desc on demandMichael Weghorn
2022-03-04tdf#147742 a11y: AccessibleGridControl...: get accessible name on demandMichael Weghorn
2022-01-13Recheck modules [a-c]* with IWYUGabor Kelemen
2021-12-25pass unique_lock as param in WeakComponentImplHelperBase::disposingNoel Grandin
2021-12-24use comphelper::WeakComponentImplHelper in EditBrowseBoxTableCellAccessNoel Grandin
2021-12-19osl::Mutex->std::mutex in AccessibleBrowseBoxAccessNoel Grandin
2021-08-01unordered_map is better for pointer keysNoel Grandin
2021-07-28a11y: Add XAccessibleValue::getMinimumIncrement methodMichael Weghorn
2021-07-02convert AccessibleBrowseBoxObjType to scoped enumNoel Grandin
2021-06-26loplugin:finalclasses in accessibilityNoel Grandin
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-02-27loplugin:refcounting in accessibilityNoel
2021-02-22loplugin:refcounting in accessibilityNoel
2020-11-29a11y : avoid double lockingArnaud Versini
2020-08-12SvTreeListBox can move into toolkit headers nowCaolán McNamara
2020-05-07tdf#118418 implement scrollSubstringTo() for gtkColomban Wendling