summaryrefslogtreecommitdiffstats
path: root/accessibility
Commit message (Expand)AuthorAgeFilesLines
* Accessibility for IconViewMike Kaganski2022-06-096-27/+104
* clang-tidy modernize-pass-by-value in accessibilityNoel Grandin2022-06-0614-41/+48
* Use o3tl::make_unsigned in some placesStephan Bergmann2022-05-246-30/+34
* new loplugin:unnecessary lockingNoel Grandin2022-05-201-6/+0
* Just use Any ctor instead of makeAny in accessibilityStephan Bergmann2022-05-051-3/+3
* loplugin:passstuffbyrefNoel Grandin2022-04-201-2/+2
* a11y: Use new table model change types for row/col ins/delMichael Weghorn2022-03-291-1/+3
* a11y: Leave cell vector handling to AccessibleGridControlTableMichael Weghorn2022-03-092-12/+4
* Related: tdf#147742 a11y: Dispose table cells as wellMichael Weghorn2022-03-092-0/+17
* a11y: Drop AccessibleGridControl::m_xCellMichael Weghorn2022-03-092-10/+2
* a11y: Let AccessibleGridControlTable calculate child indexMichael Weghorn2022-03-091-4/+2
* a11y: Move TABLE_MODEL_CHANGED handling to tableMichael Weghorn2022-03-094-31/+35
* tdf#42982: improve UNO API error reportingDeep172022-03-071-5/+5
* tdf#147742 a11y: AccessibleGridControlBase: get accessible desc on demandMichael Weghorn2022-03-042-4/+1
* tdf#147742 a11y: AccessibleGridControl...: get accessible name on demandMichael Weghorn2022-03-044-25/+24
* tdf#147742 a11y: AccessibleGridControlTable needs SolarMutexMichael Weghorn2022-03-041-0/+2
* tdf#147742 a11y: AccessibleGridControlHeader needs SolarMutexMichael Weghorn2022-03-041-0/+2
* a11y: Use more conventional indentation of 4 spacesMichael Weghorn2022-03-041-5/+5
* a11y: Simplify AccessibleGridControlTable::getAccessibleCellAtMichael Weghorn2022-02-241-11/+1
* We know the length hereMike Kaganski2022-02-061-1/+1
* Recheck modules [a-c]* with IWYUGabor Kelemen2022-01-135-3/+3
* pass unique_lock as param in WeakComponentImplHelperBase::disposingNoel Grandin2021-12-252-2/+2
* use comphelper::WeakComponentImplHelper in EditBrowseBoxTableCellAccessNoel Grandin2021-12-242-8/+6
* loplugin:flatten in accessibility..basicNoel Grandin2021-12-211-20/+19
* osl::Mutex->std::mutex in AccessibleBrowseBoxAccessNoel Grandin2021-12-192-3/+4
* Fix --disable-scripting for DESKTOP buildJan-Marek Glogowski2021-12-032-4/+15
* gbuild: introduce plugin + loader conceptsJan-Marek Glogowski2021-12-011-1/+2
* move PopupMenu::IsInExecute out of vcl/include/menu.hxxCaolán McNamara2021-11-291-1/+2
* loplugin:stringliteraldefine in accessibilityNoel Grandin2021-11-191-7/+7
* Prepare for removal of non-const operator[] from Sequence in accessibilityMike Kaganski2021-10-283-11/+17
* Simplify Sequence in accessibilityJulien Nabet2021-10-171-9/+18
* Remove non-const Sequence::begin()/end() in internal codeMike Kaganski2021-10-151-2/+3
* vcl: rename OutDevState to StackChris Sherlock2021-09-281-2/+8
* clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák2021-09-2011-17/+17
* loplugin:finalclassesNoel Grandin2021-09-151-1/+2
* Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4Mike Kaganski2021-09-151-5/+1
* Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 3 [API CHANGE]Mike Kaganski2021-09-151-3/+2
* Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski2021-09-151-3/+3
* tdf#114441: Convert use of sal_uLong to better integer typesBaran Aytas2021-09-061-1/+1
* no need to allocate ControlLayoutData separatelyNoel Grandin2021-08-083-3/+1
* unordered_map is better for pointer keysNoel Grandin2021-08-011-2/+2
* Adapt again to C++20 char8_tStephan Bergmann2021-07-291-1/+1
* Pass context and resource string down to boost::locale separatelyNoel Grandin2021-07-293-5/+4
* a11y: Add XAccessibleValue::getMinimumIncrement methodMichael Weghorn2021-07-2820-0/+105
* a11y: Expose FormattedField as spinboxMichael Weghorn2021-07-285-2/+155
* convert AccessibleBrowseBoxObjType to scoped enumNoel Grandin2021-07-0218-52/+52
* loplugin:finalclasses in accessibilityNoel Grandin2021-06-264-7/+6
* use string_view in the Translate APINoel Grandin2021-06-172-2/+3
* vcl: outdevmap.hxx -> rendercontext/ImplMapRes.hxxChris Sherlock2021-06-151-2/+15
* Simplify Sequences initializations (accessibility/binaryurp)Julien Nabet2021-06-052-6/+3