summaryrefslogtreecommitdiff
path: root/accessibility/source
AgeCommit message (Expand)AuthorFilesLines
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 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
2022-02-06We know the length hereMike Kaganski1-1/+1
2022-01-13Recheck modules [a-c]* with IWYUGabor Kelemen3-3/+0
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-12-03Fix --disable-scripting for DESKTOP buildJan-Marek Glogowski1-0/+6
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-20clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák11-17/+17
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-07-29Pass context and resource string down to boost::locale separatelyNoel Grandin1-2/+1
2021-07-28a11y: Add XAccessibleValue::getMinimumIncrement methodMichael Weghorn10-0/+92
2021-07-28a11y: Expose FormattedField as spinboxMichael Weghorn2-0/+101
2021-07-02convert AccessibleBrowseBoxObjType to scoped enumNoel Grandin11-32/+32
2021-06-17use string_view in the Translate APINoel Grandin1-1/+1
2021-06-05Simplify Sequences initializations (accessibility/binaryurp)Julien Nabet2-6/+3
2021-05-13Revert "simplify the vcl<->toolkit connection"Noel Grandin2-2/+2
2021-05-12simplify the vcl<->toolkit connectionNoel Grandin2-2/+2
2021-05-05loplugin:constmethodNoel Grandin1-1/+1
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann7-14/+14
2021-04-12forward decl vcl::Window in toolkit/awt/vclxwindow.hxxCaolán McNamara3-8/+3
2021-04-08lok: remove event listener when disposingHenry Castro1-1/+1
2021-03-11use strong_int for item ids in vcl::ToolBoxNoel2-15/+15
2021-03-08loplugin:refcounting check for one more caseNoel1-2/+2
2021-02-27loplugin:refcounting in accessibilityNoel4-5/+5
2021-02-22forward declare some things and avoid includesCaolán McNamara1-0/+1
2021-02-22loplugin:refcounting in accessibilityNoel34-139/+89