summaryrefslogtreecommitdiff
path: root/accessibility/inc/extended
AgeCommit message (Expand)Author
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
2020-01-14loplugin:finalclasses in accessibilityNoel Grandin
2019-12-28tdf#124176: Use "pragma once" on accessibility/*Andrea Gelmini
2019-12-03loplugin:mergeclasses ListBoxAccessibleBase with AccessibleListBoxEntryNoel Grandin
2019-12-03remove some useless comment linesNoel Grandin
2019-11-20loplugin:unusedmethodsNoel Grandin
2019-10-28tdf#42949 Fix IWYU warnings in accessibility/Gabor Kelemen
2019-09-18accessibility: fix leak of AccessibleListBoxEntryMichael Stahl
2019-09-16accessibility : namespace cleanupArnaud Versini
2019-08-21loplugin:constmethod in accessibilityNoel Grandin
2019-08-12Fix typosAndrea Gelmini
2019-08-11cid#1448422 Division or modulo by zeroCaolán McNamara
2019-03-05re-land "new loplugin typedefparam""Noel Grandin
2019-02-11TDF#114441 - Convert use of sal_uLong to sal_uInt32Omer Fatih Celik
2018-11-21weld SwCondCollPageCaolán McNamara
2018-11-10tdf#120703 PVS: make selection type detection more readableMike Kaganski
2018-11-07move SvTreeListBox to vclCaolán McNamara
2018-04-20tdf#42949 Remove unnecessary localization headers of svtoolsGabor Kelemen
2018-04-03accessibility: more simplifiation in OCommonAccessibleText.Arnaud Versini
2018-03-13accessibility: simplify getSelection when possibleArnaud Versini
2018-02-25accessibility: cleanup constructors and destructorsArnaud Versini
2018-02-25accessibility : remove useless Impl patternArnaud Versini
2018-02-18Accessibility : cleanup constructors and destructors.Arnaud Versini
2017-11-13Fix typosAndrea Gelmini
2017-11-13Remove OCommonAccessibleText::getText and getCharacterCount.Arnaud Versini
2017-11-10loplugin:finalclasses in accessibilityNoel Grandin
2017-10-23overload std::hash for OUString and OStringNoel Grandin
2017-10-09accessibility: consistently use "" and <> in include directivesMike Kaganski
2017-09-15accessibility: remove useless calls to virtual methods.Arnaud Versini
2017-07-28loplugin:constparams handle constructorsNoel Grandin
2017-07-21migrate to boost::gettextCaolán McNamara