summaryrefslogtreecommitdiff
path: root/toolkit/source
AgeCommit message (Expand)AuthorFilesLines
15 hoursuse more concrete UNO classesNoel Grandin2-2/+2
29 hoursuse more concrete UNO classesNoel Grandin3-4/+4
38 hoursmake AsyncCallback a little saferNoel Grandin1-4/+14
2025-05-28a11y: Drop unused accessiblefactory.hxx includesMichael Weghorn2-2/+0
2025-05-28vcl a11y: Let Edit and subclasses create their accessible directlyMichael Weghorn1-24/+0
2025-05-28vcl a11y: Set DateField/TimeField window type in ctorMichael Weghorn1-10/+0
2025-05-28vcl a11y: Let FormattedField create its accessible directlyMichael Weghorn1-8/+0
2025-05-28toolkit: Drop VCLXHeaderBarMichael Weghorn2-10/+1
2025-05-28vcl a11y: Let HeaderBar create its accessible directlyMichael Weghorn1-7/+0
2025-05-28toolkit: Drop VCLXToolBoxMichael Weghorn3-13/+2
2025-05-28vcl a11y: Let ToolBox create its accessible directlyMichael Weghorn1-6/+0
2025-05-26vcl a11y: Let ComboBox create its accessible directlyMichael Weghorn1-8/+0
2025-05-26vcl a11y: Let ScrollBar create its accessible directlyMichael Weghorn1-6/+0
2025-05-26vcl a11y: Let FixedText create its accessible directlyMichael Weghorn1-6/+0
2025-05-26vcl a11y: Let FixedHyperlink create its accessible directlyMichael Weghorn1-6/+0
2025-05-26vcl a11y: Let ListBox create its accessible directlyMichael Weghorn1-8/+0
2025-05-26vcl a11y: Let RadioButton create its accessible directlyMichael Weghorn1-6/+0
2025-05-26vcl a11y: Let CheckBox create its accessible directlyMichael Weghorn1-6/+0
2025-05-26vcl a11y: Let PushButton create its accessible directlyMichael Weghorn1-6/+0
2025-05-25Unify on VclPtr::resetMike Kaganski3-3/+3
2025-05-22Simplify VCLUnoHelper::CreateBitmapMike Kaganski1-3/+1
2025-05-22toolkit a11y: Don't rely on control peer being XAccessibleMichael Weghorn1-4/+8
2025-05-20Remove obsolete fw declarations from toolkit/Gabor Kelemen1-1/+0
2025-05-15toolkit: Drop unnecessary XWindow2 param specializationMichael Weghorn1-6/+0
2025-05-04tdf#163816 Keep ratio of OLE object (chart...)Laurent Balland2-85/+149
2025-03-31loplugin:constparam in variousNoel Grandin1-1/+1
2025-03-22tdf#141415 reduce time spent loading language dataNoel Grandin1-4/+4
2025-03-16toolkit a11y: Use existing Window::GetAccessibleParentMichael Weghorn3-10/+6
2025-03-10use more concrete UNO classes in toolkitNoel Grandin4-77/+65
2025-02-26use more concrete UNO types in some local varsNoel Grandin3-13/+8
2025-02-18vcl: menubtn.[hc]xx -> MenuButton.[hc]xxChristopher Sherlock1-1/+1
2025-02-18vcl: nType -> eTypeChristopher Sherlock2-19/+19
2025-02-05loplugin:unnecessaryvirtualNoel Grandin1-1/+1
2025-01-29uno grid a11y: Deduplicate 2 cases doing the sameMichael Weghorn1-5/+1
2025-01-29uno grid a11y: Unify XAccessible implementation in base classMichael Weghorn4-53/+12
2025-01-29uno grid a11y: Use cppu::ImplInheritanceHelperMichael Weghorn1-29/+5
2025-01-29uno grid a11y: Merge AccessibleGridControl{,Access}Michael Weghorn3-69/+32
2025-01-29uno grid a11y: Drop check for a11y context disposed from outsideMichael Weghorn1-5/+0
2025-01-29uno grid a11y: Replace alive check by simple null checkMichael Weghorn2-11/+3
2025-01-29uno grid a11y: Let impl handle alive checkMichael Weghorn3-39/+29
2025-01-29uno grid a11y: Merge TableControl_Impl::{impl_,isAccessibleAlive}Michael Weghorn2-6/+5
2025-01-29uno grid a11y: Drop duplicate check whether aliveMichael Weghorn1-20/+9
2025-01-29uno grid a11y: Drop superfluous checkMichael Weghorn1-8/+6
2025-01-27uno grid a11y: Use ImplInheritanceHelperMichael Weghorn1-22/+3
2025-01-27uno grid grid a11y: Return existing cell accessibleMichael Weghorn1-3/+2
2025-01-27uno grid a11y: Pass pos relative to TableControl as expectedMichael Weghorn1-2/+4
2025-01-27uno grid a11y: Don't confuse row/colMichael Weghorn1-1/+1
2025-01-27toolkit a11y: Convert condition to assertMichael Weghorn1-15/+9
2025-01-27toolkit a11y: Simplify AccessibleGridControl::getAccessibleAtPointMichael Weghorn1-63/+3
2025-01-27a11y: Move AccessibleTableControlObjType to toolkit-only headerMichael Weghorn9-51/+36