summaryrefslogtreecommitdiff
path: root/accessibility/source/extended/accessiblelistboxentry.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-04-30loplugin:ostr in accessibilityNoel Grandin1-7/+7
2024-04-24[API CHANGE] a11y: Use XAccessible for relation targetsMichael Weghorn1-1/+1
2024-01-22cid#1586675 Missing move assignment operatorCaolán McNamara1-6/+3
2023-12-29use string OUString literals in a11y for XServiceInfo impl.Arnaud VERSINI1-4/+4
2023-10-24tdf#135921 a11y Send event when toggling listbox checkboxMichael Weghorn1-0/+17
2023-10-23a11y: Don't throw exception on valid list box entry action indexMichael Weghorn1-18/+10
2023-09-05use more concrete types in AccessibleListBoxEntryNoel Grandin1-9/+8
2023-09-01accessibility: fix crash in getAccessibleActionDescriptionXisco Fauli1-2/+3
2023-08-02split Point/Size/Rectangle into AbsoluteScreenPixel* typesNoel Grandin1-1/+1
2023-07-21a11y: Don't look for grandparent when asked for parentMichael Weghorn1-4/+1
2023-07-21a11y: Drop obsolete check for empty ReferenceMichael Weghorn1-30/+27
2023-07-20split GetWindowExtentsRelative asunderNoel Grandin1-1/+1
2023-05-04tdf#105404 [API CHANGE] add index to accessiblity change eventNoel Grandin1-1/+1
2023-03-10improve loplugin:unnecessarylockingNoel Grandin1-2/+0
2022-09-19OSL_ENSURE->assert where we would crash if not trueMike Kaganski1-1/+1
2022-09-02[API CHANGE] tdf#150683 a11y: Switch a11y child index to 64 bitMichael Weghorn1-14/+23
2022-07-08[API CHANGE] Drop css::accessibility::XAccessibleStateSetNoel Grandin1-15/+14
2022-06-09Accessibility for IconViewMike Kaganski1-23/+2
2022-03-07tdf#42982: improve UNO API error reportingDeep171-5/+5
2021-12-21loplugin:flatten in accessibility..basicNoel Grandin1-20/+19
2021-09-20clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák1-3/+3
2021-08-08no need to allocate ControlLayoutData separatelyNoel Grandin1-1/+0
2021-07-28a11y: Add XAccessibleValue::getMinimumIncrement methodMichael Weghorn1-0/+17
2021-02-22loplugin:refcounting in accessibilityNoel1-4/+3
2021-02-16loplugin:referencecasting in accessibilityNoel1-2/+2
2020-08-12SvTreeListBox can move into toolkit headers nowCaolán McNamara1-1/+1
2020-08-12svlbitm.hxx can be toolkit only nowCaolán McNamara1-1/+1
2020-05-07tdf#118418 implement scrollSubstringTo() for gtkColomban Wendling1-0/+5
2020-04-25controllayout.hxx can be a toolkit-only headerCaolán McNamara1-1/+1
2020-04-18loplugin:flatten in accessibilityNoel Grandin1-25/+25
2020-04-02loplugin:virtualdeadNoel Grandin1-12/+2
2019-12-03loplugin:mergeclasses ListBoxAccessibleBase with AccessibleListBoxEntryNoel Grandin1-95/+108
2019-10-28tdf#42949 Fix IWYU warnings in accessibility/Gabor Kelemen1-6/+1
2019-09-18accessibility: fix leak of AccessibleListBoxEntryMichael Stahl1-20/+29
2019-08-21loplugin:constmethod in accessibilityNoel Grandin1-1/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): accessibilityStephan Bergmann1-3/+3
2019-06-08loplugin:singlevalfieldsNoel Grandin1-4/+0
2019-04-12loplugin:sequentialassign in accessiblity..canvasNoel Grandin1-4/+1
2019-04-03Fix typoAndrea Gelmini1-1/+1
2018-12-10tdf#42949 Fix IWYU warnings in include/vcl/s*Gabor Kelemen1-0/+1
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin1-1/+1
2018-11-22Fix typoAndrea Gelmini1-1/+1
2018-11-07move SvTreeListBox to vclCaolán McNamara1-2/+2
2018-10-19clang-tidy readability-misleading-indentationNoel Grandin1-1/+1
2018-07-09tdf#100726: Improve readability of OUString/OString concatenationsUlkem Kasapoglu1-2/+1
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke1-1/+0
2018-04-05fix bug in AccessibleListBoxEntry::implGetParentAccessible()Noel Grandin1-1/+1
2018-03-13accessibility: simplify getSelection when possibleArnaud Versini1-3/+3
2018-02-27remove unused vclunohelper.hxx includesJochen Nitschke1-1/+0
2018-01-15More loplugin:cstylecast: accessibilityStephan Bergmann1-1/+1