summaryrefslogtreecommitdiff
path: root/accessibility
AgeCommit message (Expand)AuthorFilesLines
2022-07-20move wintypes.hxx from tools to vclChris Sherlock2-7/+8
2022-07-11tools: rename getHeight/Width() to GetOpenHeight/Width()Chris Sherlock1-4/+4
2022-07-08[API CHANGE] Drop css::accessibility::XAccessibleStateSetNoel Grandin71-429/+312
2022-06-09Accessibility for IconViewMike Kaganski6-27/+104
2022-06-06clang-tidy modernize-pass-by-value in accessibilityNoel Grandin14-41/+48
2022-05-24Use o3tl::make_unsigned in some placesStephan Bergmann6-30/+34
2022-05-20new loplugin:unnecessary lockingNoel Grandin1-6/+0
2022-05-05Just use Any ctor instead of makeAny in accessibilityStephan Bergmann1-3/+3
2022-04-20loplugin:passstuffbyrefNoel Grandin1-2/+2
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 Weghorn2-12/+4
2022-03-09Related: tdf#147742 a11y: Dispose table cells as wellMichael Weghorn2-0/+17
2022-03-09a11y: Drop AccessibleGridControl::m_xCellMichael Weghorn2-10/+2
2022-03-09a11y: Let AccessibleGridControlTable calculate child indexMichael Weghorn1-4/+2
2022-03-09a11y: Move TABLE_MODEL_CHANGED handling to tableMichael Weghorn4-31/+35
2022-03-07tdf#42982: improve UNO API error reportingDeep171-5/+5
2022-03-04tdf#147742 a11y: AccessibleGridControlBase: get accessible desc on demandMichael Weghorn2-4/+1
2022-03-04tdf#147742 a11y: AccessibleGridControl...: get accessible name on demandMichael Weghorn4-25/+24
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
2022-02-06We know the length hereMike Kaganski1-1/+1
2022-01-13Recheck modules [a-c]* with IWYUGabor Kelemen5-3/+3
2021-12-25pass unique_lock as param in WeakComponentImplHelperBase::disposingNoel Grandin2-2/+2
2021-12-24use comphelper::WeakComponentImplHelper in EditBrowseBoxTableCellAccessNoel Grandin2-8/+6
2021-12-21loplugin:flatten in accessibility..basicNoel Grandin1-20/+19
2021-12-19osl::Mutex->std::mutex in AccessibleBrowseBoxAccessNoel Grandin2-3/+4
2021-12-03Fix --disable-scripting for DESKTOP buildJan-Marek Glogowski2-4/+15
2021-12-01gbuild: introduce plugin + loader conceptsJan-Marek Glogowski1-1/+2
2021-11-29move PopupMenu::IsInExecute out of vcl/include/menu.hxxCaolán McNamara1-1/+2
2021-11-19loplugin:stringliteraldefine in accessibilityNoel Grandin1-7/+7
2021-10-28Prepare for removal of non-const operator[] from Sequence in accessibilityMike Kaganski3-11/+17
2021-10-17Simplify Sequence in accessibilityJulien Nabet1-9/+18
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski1-2/+3
2021-09-28vcl: rename OutDevState to StackChris Sherlock1-2/+8
2021-09-20clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák11-17/+17
2021-09-15loplugin:finalclassesNoel Grandin1-1/+2
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4Mike Kaganski1-5/+1
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 3 [API CHANGE]Mike Kaganski1-3/+2
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski1-3/+3
2021-09-06tdf#114441: Convert use of sal_uLong to better integer typesBaran Aytas1-1/+1
2021-08-08no need to allocate ControlLayoutData separatelyNoel Grandin3-3/+1
2021-08-01unordered_map is better for pointer keysNoel Grandin1-2/+2
2021-07-29Adapt again to C++20 char8_tStephan Bergmann1-1/+1
2021-07-29Pass context and resource string down to boost::locale separatelyNoel Grandin3-5/+4
2021-07-28a11y: Add XAccessibleValue::getMinimumIncrement methodMichael Weghorn20-0/+105
2021-07-28a11y: Expose FormattedField as spinboxMichael Weghorn5-2/+155
2021-07-02convert AccessibleBrowseBoxObjType to scoped enumNoel Grandin18-52/+52
2021-06-26loplugin:finalclasses in accessibilityNoel Grandin4-7/+6