summaryrefslogtreecommitdiff
path: root/accessibility
AgeCommit message (Expand)AuthorFilesLines
2022-11-23loplugin:unusedfields make some fields privateNoel Grandin1-13/+15
2022-09-27use more string_view in accessibility..configmgrNoel Grandin3-6/+6
2022-09-25a11y: Use FontSlant for "CharPosture"Michael Weghorn1-1/+2
2022-09-19OSL_ENSURE->assert where we would crash if not trueMike Kaganski3-3/+3
2022-09-15tdf#42982 improve UNO API error reportingPoonamShokeen1-1/+1
2022-09-14move ErrCode to comphelper and improve debug output stringNoel Grandin1-1/+1
2022-09-02[API CHANGE] tdf#150683 a11y: Switch a11y child index to 64 bitMichael Weghorn92-455/+471
2022-08-25vcl: rename GetNonMnemonicString() and make it standalone functionChris Sherlock4-6/+10
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann2-2/+2
2022-08-09move scrbar.hxx to vcl/toolkitCaolán McNamara1-1/+1
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