summaryrefslogtreecommitdiff
path: root/svtools/source/control/valueacc.cxx
AgeCommit message (Expand)Author
2025-03-10use more concrete UNO classesNoel Grandin
2025-02-26use more concrete UNO types in some local varsNoel Grandin
2025-02-26valueset a11y: Dispose ValueItemAcc objectsMichael Weghorn
2025-02-26valueset a11y: Use OAccessibleComponentHelper for ValueItemAccMichael Weghorn
2025-02-26valueset a11y: Use OAccessibleComponentHelper for ValueSetAccMichael Weghorn
2025-02-24valueset a11y: Drop ValueItemAcc::mbIsTransientChildrenDisabledMichael Weghorn
2025-02-24valueset a11y: Drop always false ValueSetItem::GetAccessible paramMichael Weghorn
2025-02-24valueset a11y: Simplify ValueItemAcc::getAccessibleIndexInParentMichael Weghorn
2025-02-24valueset a11y: Fix reported positionMichael Weghorn
2025-02-24valueset a11y: Rename ValueItemAcc::mpParent to mpValueSetItemMichael Weghorn
2025-02-24valueset a11y: Rename ValueSetAcc::mpParent to mpValueSetMichael Weghorn
2024-11-07loplugin:passstuffbyref in svtoolsNoel Grandin
2024-10-17cid#1555697 Data race conditionCaolán McNamara
2024-10-03use more concrete UNO class in ValueSetAccNoel Grandin
2024-05-13loplugin:ostr in svtoolsNoel Grandin
2023-09-13loplugin:unusedmethodsNoel Grandin
2023-09-10tdf#157160 a11y: Don't assert ValueSetAcc parent on add/removeMichael Weghorn
2023-09-07tdf#157092 a11y Let only drawing area dispose its ValueSet accMichael Weghorn
2023-05-23prevent some "index hint out of range" warningsNoel Grandin
2023-05-06Use getXWeak in svtoolsMike Kaganski
2023-04-15a11y: Report focusable and focused state for ValueSetItemMichael Weghorn
2023-01-18XUnoTunnel->dynamic_cast in ValueSetAccNoel Grandin
2023-01-18XUnoTunnel->dynamic_cast in ValueItemAccNoel Grandin
2023-01-06Fix copy/paste typosStephan Bergmann
2022-09-02[API CHANGE] tdf#150683 a11y: Switch a11y child index to 64 bitMichael Weghorn
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-07-08[API CHANGE] Drop css::accessibility::XAccessibleStateSetNoel Grandin
2021-12-25use comphelper::WeakComponentImplHelper in ValueSetAccNoel Grandin
2021-09-20clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4Mike Kaganski
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski
2021-09-11clang:optin.performance.PaddingNoel Grandin
2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin
2021-07-23osl::Mutex->std::mutex in ValueItemAccNoel Grandin
2021-07-12Revert "flatten ValueSet item array"Caolán McNamara
2021-05-29flatten ValueSet item arrayNoel Grandin
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-04-23we want the a11y screen locationCaolán McNamara
2021-04-07rtl::Static -> function local staticNoel Grandin
2021-02-20loplugin:refcounting in svtoolsNoel
2021-02-16loplugin:referencecasting in stoc..svtoolsNoel
2020-12-01tdf#42949 Fix new IWYU warnings in directories s*Gabor Kelemen
2020-04-25rename SvtValueSet back to ValueSetCaolán McNamara
2020-04-25remove newly unused ValueSetCaolán McNamara
2020-02-21loplugin:unusedmethodsNoel Grandin
2020-02-20loplugin:singlevalfieldsNoel Grandin
2020-02-08replace some more copy/clear with swapNoel Grandin
2019-12-26use more TOOLS_WARN_EXCEPTIONNoel Grandin
2019-09-23tdf#39593 use getUnoTunnelImplementationArkadiy Illarionov
2019-09-06tdf#39593 use isUnoTunnelIdArkadiy Illarionov