summaryrefslogtreecommitdiff
path: root/toolkit
AgeCommit message (Expand)Author
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: Drop check for a11y context disposed from outsideMichael 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-29uno grid a11y: Merge TableControl_Impl::{impl_,isAccessibleAlive}Michael Weghorn
2025-01-29uno grid a11y: Drop duplicate check whether aliveMichael Weghorn
2025-01-29uno grid a11y: Drop superfluous checkMichael Weghorn
2025-01-27uno grid a11y: Use ImplInheritanceHelperMichael Weghorn
2025-01-27uno grid grid a11y: Return existing cell accessibleMichael Weghorn
2025-01-27uno grid a11y: Pass pos relative to TableControl as expectedMichael Weghorn
2025-01-27uno grid a11y: Don't confuse row/colMichael Weghorn
2025-01-27toolkit a11y: Convert condition to assertMichael 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-27toolkit a11y: Simplify AccessibleGridControlHeader::getAccessibleChildMichael Weghorn
2025-01-27toolkit a11y: Ensure non-negative child indexMichael 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: Merge TableControl_Impl::{calc,impl_get}CellRectMichael Weghorn
2025-01-24toolkit: Use method with return value instead of out paramMichael Weghorn
2025-01-24toolkit a11y: Deobfuscate TableControl::calcCellRectMichael 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-24tdf#164783 toolkit a11y: Only send event for current cell if there's oneMichael Weghorn
2025-01-24toolkit: Drop TableDataWindow's unnecessary friend classMichael Weghorn
2025-01-24toolkit: Make TableControlAction an enum classMichael Weghorn
2025-01-24toolkit: Drop obsolete SVTXGridControl TODOMichael Weghorn
2025-01-24toolkit: No longer provide getter for TableControl::m_pImplMichael Weghorn
2025-01-24toolkit: Drop DBG_CHECK_ME macroMichael Weghorn
2025-01-24toolkit: Move DefaultInputHandler::{Get,Lose}Focus logic to only callersMichael Weghorn
2025-01-24toolkit: Drop ITableInputHandlerMichael Weghorn
2024-12-17[API CHANGE] a11y: Drop UNO service to create a11y contextsMichael Weghorn
2024-12-17a11y: Drop unused UnoWrapper::maAccessibleFactoryAccessMichael Weghorn
2024-12-17a11y: Merge toolkit::IAccessibleFactory into vcl oneMichael Weghorn
2024-12-13a11y: Move VCLXAccessibleComponent from toolkit to vclMichael Weghorn