summaryrefslogtreecommitdiff
path: root/accessibility/source/extended
AgeCommit message (Expand)AuthorFilesLines
2023-01-06Merge comphelper::OAccessibleContextHelper into comphelper::OCommonAccessible...Stephan Bergmann6-0/+6
2023-01-05Revert all the recent loplugin:unocast changesStephan Bergmann1-4/+2
2022-12-23loplugin:unocast (VCLXAccessibleComponent)Stephan Bergmann1-2/+4
2022-09-27use more string_view in accessibility..configmgrNoel Grandin2-4/+4
2022-09-19OSL_ENSURE->assert where we would crash if not trueMike Kaganski1-1/+1
2022-09-15tdf#42982 improve UNO API error reportingPoonamShokeen1-1/+1
2022-09-02[API CHANGE] tdf#150683 a11y: Switch a11y child index to 64 bitMichael Weghorn26-156/+181
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann2-2/+2
2022-07-11tools: rename getHeight/Width() to GetOpenHeight/Width()Chris Sherlock1-4/+4
2022-07-08[API CHANGE] Drop css::accessibility::XAccessibleStateSetNoel Grandin16-176/+139
2022-06-09Accessibility for IconViewMike Kaganski2-23/+55
2022-06-06clang-tidy modernize-pass-by-value in accessibilityNoel Grandin6-25/+31
2022-05-24Use o3tl::make_unsigned in some placesStephan Bergmann2-7/+9
2022-05-20new loplugin:unnecessary lockingNoel Grandin1-6/+0
2022-05-05Just use Any ctor instead of makeAny in accessibilityStephan Bergmann1-3/+3
2022-03-29a11y: Use new table model change types for row/col ins/delMichael Weghorn1-1/+3
2022-03-09a11y: Leave cell vector handling to AccessibleGridControlTableMichael Weghorn1-9/+4
2022-03-09Related: tdf#147742 a11y: Dispose table cells as wellMichael Weghorn1-0/+14
2022-03-09a11y: Drop AccessibleGridControl::m_xCellMichael Weghorn1-7/+2
2022-03-09a11y: Let AccessibleGridControlTable calculate child indexMichael Weghorn1-4/+2
2022-03-09a11y: Move TABLE_MODEL_CHANGED handling to tableMichael Weghorn2-27/+30
2022-03-07tdf#42982: improve UNO API error reportingDeep171-5/+5
2022-03-04tdf#147742 a11y: AccessibleGridControlBase: get accessible desc on demandMichael Weghorn1-2/+1
2022-03-04tdf#147742 a11y: AccessibleGridControl...: get accessible name on demandMichael Weghorn2-12/+19
2022-03-04tdf#147742 a11y: AccessibleGridControlTable needs SolarMutexMichael Weghorn1-0/+2
2022-03-04tdf#147742 a11y: AccessibleGridControlHeader needs SolarMutexMichael Weghorn1-0/+2
2022-03-04a11y: Use more conventional indentation of 4 spacesMichael Weghorn1-5/+5
2022-02-24a11y: Simplify AccessibleGridControlTable::getAccessibleCellAtMichael Weghorn1-11/+1
2021-12-25pass unique_lock as param in WeakComponentImplHelperBase::disposingNoel Grandin1-1/+1
2021-12-24use comphelper::WeakComponentImplHelper in EditBrowseBoxTableCellAccessNoel Grandin1-3/+2
2021-12-21loplugin:flatten in accessibility..basicNoel Grandin1-20/+19
2021-12-19osl::Mutex->std::mutex in AccessibleBrowseBoxAccessNoel Grandin1-2/+2
2021-10-28Prepare for removal of non-const operator[] from Sequence in accessibilityMike Kaganski2-2/+4
2021-09-20clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák8-14/+14
2021-08-08no need to allocate ControlLayoutData separatelyNoel Grandin2-2/+0
2021-07-28a11y: Add XAccessibleValue::getMinimumIncrement methodMichael Weghorn2-0/+25
2021-07-02convert AccessibleBrowseBoxObjType to scoped enumNoel Grandin10-28/+28
2021-06-05Simplify Sequences initializations (accessibility/binaryurp)Julien Nabet2-6/+3
2021-05-13Revert "simplify the vcl<->toolkit connection"Noel Grandin1-1/+1
2021-05-12simplify the vcl<->toolkit connectionNoel Grandin1-1/+1
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann7-14/+14
2021-04-08lok: remove event listener when disposingHenry Castro1-1/+1
2021-02-27loplugin:refcounting in accessibilityNoel3-3/+3
2021-02-22loplugin:refcounting in accessibilityNoel18-77/+51
2021-02-16loplugin:referencecasting in accessibilityNoel4-12/+12
2021-01-21constant 'Focused object has invalid index in parent' a11y warningCaolán McNamara1-1/+1
2020-12-01OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTIONNoel1-1/+2
2020-11-29a11y : avoid double lockingArnaud Versini1-3/+8
2020-11-05tdf#42949 Fix new IWYU warnings in directories [ab]*Gabor Kelemen1-1/+0
2020-10-21use tools::Long in accessibility..basctlNoel4-17/+17