[alias] api = //:api api_install = //solenv/maven:api_install api_deploy = //solenv/maven:api_deploy [buildfile] includes = //solenv/buck/build.defs [project] ignore = .git,workdir,instdir [cache] mode = dir type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/toolkit/source/controls/table/tablecontrol.cxx
AgeCommit message (Expand)Author
12 daysuno grid a11y: Deduplicate 2 cases doing the sameMichael Weghorn
12 daysuno grid a11y: Let impl handle alive checkMichael Weghorn
14 daysuno grid a11y: Don't confuse row/colMichael Weghorn
14 daysa11y: Move AccessibleTableControlObjType to toolkit-only headerMichael Weghorn
14 daystoolkit: Drop now unused TableControl::ConvertPointToControlIndexMichael Weghorn
14 daysa11y: Drop non-functional bits from AccessibleGridControl::getAccessibleAtPointMichael 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: Move TableControl key input logic into that 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-04-03tdf#146619 Drop unused 'using namespace' in: toolkit/Gabor Kelemen
2023-08-02split Point/Size/Rectangle into AbsoluteScreenPixel* typesNoel Grandin
2023-08-02a11y: Convert AccessibleTableControlObjType to enum classMichael Weghorn
2023-07-20split GetWindowExtentsRelative asunderNoel Grandin
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-08-06move SVTXGridControl to toolkitCaolán McNamara