summaryrefslogtreecommitdiff
path: root/toolkit/inc/controls
AgeCommit message (Expand)Author
2025-01-29uno grid a11y: Unify XAccessible implementation in base classMichael Weghorn
2025-01-29uno grid a11y: Use cppu::ImplInheritanceHelperMichael Weghorn
2025-01-29uno grid a11y: Drop method only declared, but not implementedMichael Weghorn
2025-01-29uno grid a11y: Merge AccessibleGridControl{,Access}Michael Weghorn
2025-01-29uno grid a11y: Replace alive check by simple null checkMichael Weghorn
2025-01-29uno grid a11y: Let impl handle alive checkMichael Weghorn
2025-01-27uno grid a11y: Use ImplInheritanceHelperMichael Weghorn
2025-01-27toolkit a11y: Simplify AccessibleGridControl::getAccessibleAtPointMichael Weghorn
2025-01-27a11y: Move AccessibleTableControlObjType to toolkit-only headerMichael Weghorn
2025-01-27a11y: Drop IAccessibleTableMichael Weghorn
2025-01-27toolkit: Drop now unused TableControl::ConvertPointToControlIndexMichael Weghorn
2025-01-27a11y: Drop non-functional bits from AccessibleGridControl::getAccessibleAtPointMichael Weghorn
2025-01-24toolkit a11y: Use cppu::ImplInheritanceHelperMichael Weghorn
2025-01-24toolkit a11y: Drop AccessibleGridControlBase::getAccessibleIndexInParentMichael Weghorn
2025-01-24toolkit a11y: Use OAccessibleComponentHelper for grid controlMichael Weghorn
2025-01-24toolkit a11y: Return parent-relative coords if requestedMichael Weghorn
2025-01-24toolkit a11y: Drop AccessibleGridControlBase::{g,s}etClientIdMichael Weghorn
2025-01-24toolkit a11y: Port away from TableControl::GetFieldIndexAtPointMichael Weghorn
2025-01-24toolkit a11y: Port away from TableControl::GetFieldCharacterBoundsMichael Weghorn
2025-01-24toolkit: Drop IAccessibleTable::GetWindowInstanceMichael Weghorn
2025-01-24toolkit a11y: Drop methods just calling their base class implementationsMichael Weghorn
2025-01-24toolkit a11y: Drop AccessibleGridControlAccess::getContextMichael Weghorn
2025-01-24toolkit a11y: Use pointers/refs to concrete TableControl classMichael Weghorn
2025-01-24a11y: Drop IAccessibleTableControlMichael Weghorn
2025-01-24a11y: Move AccessibleGridControl* classes to toolkitMichael Weghorn
2025-01-24toolkit: Move TableControl key input logic into that classMichael Weghorn
2025-01-24toolkit: Make TableControlAction an enum classMichael Weghorn
2025-01-24toolkit: No longer provide getter for TableControl::m_pImplMichael Weghorn
2025-01-24toolkit: Move DefaultInputHandler::{Get,Lose}Focus logic to only callersMichael Weghorn
2025-01-24toolkit: Drop ITableInputHandlerMichael Weghorn
2024-12-12toolkit a11y: Pass the XControl ref right awayMichael Weghorn
2024-12-12a11y: Move OCommonAccessibleComponent::m_aCreator to subclassMichael Weghorn
2024-12-12a11y: Merge OAccessibleControlContext::Init into ctorMichael Weghorn
2024-12-12a11y: Drop OAccessibleControlContext_Base typedefMichael Weghorn
2024-09-11use more concrete UNO type in toolkitNoel Grandin
2024-09-10use concrete UNO type in ControlContainerBaseNoel Grandin
2024-06-28Fix "lets see" -> "let's see"Andrea Gelmini
2024-06-19Fix typo in code (maybe...)Andrea Gelmini
2024-05-04replace createFromAscii with OUString literals in OAccessibleControlContextNoel Grandin
2024-02-28tdf#114441 Convert sal_uLong to sal_uInt32 in TreeControlPeerAhmedHamed
2023-09-07no need to take a lock and do nothingNoel Grandin
2023-08-03toolkit: Use range-based for, drop invalidTableControlActionMichael Weghorn
2023-08-02split Point/Size/Rectangle into AbsoluteScreenPixel* typesNoel Grandin
2023-07-20split GetWindowExtentsRelative asunderNoel Grandin
2023-04-01use more XVclWindowPeerNoel Grandin
2023-03-13convert UnoControlModel and friends to use std::mutexNoel Grandin
2023-01-25Use ImplInheritanceHelper in OAccessibleControlContextStephan Bergmann
2023-01-24Use ImplInheritanceHelper in OAccessibleExtendedComponentHelperStephan Bergmann
2023-01-19Fix some toolkit UnoControlBase derivates' queryAggregationStephan Bergmann
2023-01-10OAccessibleImplementationAccess was apparently effectively unused by nowStephan Bergmann