summaryrefslogtreecommitdiff
path: root/winaccessibility/source/service
AgeCommit message (Expand)Author
2024-11-10com::sun::star -> cssMike Kaganski
2024-10-01wina11y: Drop duplicate handling for focusable stateMichael Weghorn
2024-09-30wina11y: Drop "using namespace css::accessibility::AccessibleRole"Michael Weghorn
2024-09-30wina11y: Bridge focusable state as isMichael Weghorn
2024-09-30wina11y: Unify handling for editable/readonly state a bitMichael Weghorn
2024-09-30wina11y: Rename UNO_MSAA_UNMAPPING to MSAA_NO_STATEMichael Weghorn
2024-09-30wina11y: Drop always default AccObject::InsertChild pos paramMichael Weghorn
2024-09-30wina11y: Move AccObject::GetExpandedState logic to only callerMichael Weghorn
2024-09-30wina11y: Simplify AccObject::GetExpandedStateMichael Weghorn
2024-09-30wina11y: sal_Bool -> boolMichael Weghorn
2024-09-30wina11y: Simplify AccObject::GetMSAAStateFromUNO with early returnMichael Weghorn
2024-09-30wina11y: Drop "using namespace css::accessibility::AccessibleStateType"Michael Weghorn
2024-09-12tdf#91739 wina11y: Create AccObject for parent as necessaryMichael Weghorn
2024-09-12wina11y: Drop superfluous AccObject::m_pIMAcc null checksMichael Weghorn
2024-09-12wina11y: Move var decl to first assignmentMichael Weghorn
2024-09-12wina11y: Move var declaration to where it's assignedMichael Weghorn
2024-09-10wina11y: Drop suspicious fallthrough caseMichael Weghorn
2024-09-09wina11y: Send IA2_EVENT_TEXT_UPDATED when text changesMichael Weghorn
2024-09-09wina11y: Replace deprecated IA2_EVENT_TEXT_CHANGEDMichael Weghorn
2024-08-30wina11y: Drop always null param from AccObject ctorMichael Weghorn
2024-08-30wina11y: Drop unused AccObject::getListenerMichael Weghorn
2024-08-21wina11y: Query XAccessibleAction iface on demandMichael Weghorn
2024-08-21wina11y: Retrieve default action description on demandMichael Weghorn
2024-08-21wina11y: Unify handling to set action descriptionMichael Weghorn
2024-08-21wina11y: Drop AccObjectWinManager::GetRoleMichael Weghorn
2024-08-21wina11y: Drop extra check in AccObjectWinManager::InsertAccObjMichael Weghorn
2024-08-21wina11y: Consistently assert COM obj creation succeedsMichael Weghorn
2024-08-21wina11y: Drop AccObject::ImplInitializeCreateObjMichael Weghorn
2024-08-21wina11y: Retrieve a11y name on demandMichael Weghorn
2024-08-21wina11y: Query new a11y name instead of passing it aroundMichael Weghorn
2024-08-21wina11y: Use UNKNOWN as fallback for a11y roleMichael Weghorn
2024-08-21wina11y: Drop special a11y name handling for paragraph/block quoteMichael Weghorn
2024-08-21wina11y: Don't set a11y name that gets overwritten right awayMichael Weghorn
2024-08-21wina11y: Just use ref instead of having extra pointer varMichael Weghorn
2024-08-21wina11y: Drop duplicate check for a11y contextMichael Weghorn
2024-08-21wina11y: Drop extra pointer vars, just use the refMichael Weghorn
2024-08-21wina11y: Don't use "m" prefix for local varsMichael Weghorn
2024-04-17wina11y: Drop unnecessary null check and make staticMichael Weghorn
2024-04-17tdf#160695 wina11y: Send status change events for toolbar buttonsMichael Weghorn
2023-12-08wina11y: Hold AccObjectWinManager by ref, not ptrMichael Weghorn
2023-11-14wina11y: Drop extra local var for roleMichael Weghorn
2023-11-14wina11y: Drop unnecessary local var 'Role'Michael Weghorn
2023-11-08Drop presumably redundant null checkStephan Bergmann
2023-11-08loplugin:staticaccess (clang-cl)Stephan Bergmann
2023-10-28Fix typoAndrea Gelmini
2023-10-28tdf#135586 a11y: Add a new BLOCK_QUOTE a11y roleMichael Weghorn
2023-10-28tdf#135586 wina11y: Make role mapping more explicitMichael Weghorn
2023-10-07wina11y: Map FRAME a11y role to IAccessible2 equivalentMichael Weghorn
2023-09-10using decls should come after #includeNoel Grandin
2023-08-09wina11y: Use return value instead of out paramMichael Weghorn