summaryrefslogtreecommitdiff
path: root/winaccessibility
AgeCommit message (Expand)Author
2024-09-17wina11y: Drop CAccImage::GetXInterfaceMichael Weghorn
2024-09-17wina11y: Just assign the ReferenceMichael Weghorn
2024-09-17wina11y: Rename CAccImage::{pRXImg -> m_xImage}Michael Weghorn
2024-09-17wina11y: Check reference in CAccHyperLink::get_startIndexMichael Weghorn
2024-09-17wina11y: Drop CAccHyperLink::GetXInterfaceMichael Weghorn
2024-09-17wina11y: Just assign the ReferenceMichael Weghorn
2024-09-17wina11y: Rename CAccHyperLink::{pRXLink -> m_xHyperlink}Michael Weghorn
2024-09-17wina11y: Drop CAccEditableText::GetXInterfaceMichael Weghorn
2024-09-17wina11y: Just assign the referenceMichael Weghorn
2024-09-17wina11y: Rename CAccEditableText::{pRXEdtTxt -> m_xEditableText}Michael Weghorn
2024-09-17wina11y: clang-format CAccEditableText sourcesMichael Weghorn
2024-09-17wina11y: Drop CAccValue::GetXInterfaceMichael Weghorn
2024-09-17wina11y: Prefix and rename CAccValue memberMichael Weghorn
2024-09-17wina11y: Merge CAccComponent{,Base}Michael Weghorn
2024-09-17wina11y: clang-format AccComponent.hMichael Weghorn
2024-09-17wina11y: Drop CAccComponentBase::GetXInterfaceMichael Weghorn
2024-09-17wina11y: Use standard naming prefixes in CAccComponentBaseMichael Weghorn
2024-09-17wina11y: Drop "//special query" commentsMichael Weghorn
2024-09-17wina11y: Just assign the referenceMichael Weghorn
2024-09-17wina11y: Drop unused CAccComponentBase::grabFocusMichael Weghorn
2024-09-17wina11y: Drop unused CAccComponentBase::get_locationOnScreenMichael 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 unused default params for AccObject ctorMichael Weghorn
2024-08-30wina11y: Drop always null param from AccObject ctorMichael Weghorn
2024-08-30wina11y: Drop unused AccObject::getListenerMichael Weghorn
2024-08-29wina11y: Update comment now that IAccessible2 PR was mergedMichael Weghorn
2024-08-29tdf#155447 wina11y: Report accessible ID as "id" obj attributeMichael Weghorn
2024-08-23tdf#91739 wina11y: Implement IAccessible2_2::get_relationTargetsOfTypeMichael Weghorn
2024-08-23tdf#91739 wina11y: Add skeleton IAccessible2_2 implementationMichael Weghorn
2024-08-23wina11y: Explicitly map UNO to IA2 relation typeMichael Weghorn
2024-08-23wina11y: Drop misleading commentMichael Weghorn
2024-08-22wina11y: Use sal::systools::BStr::newBSTR here, tooMichael Weghorn
2024-08-21tdf#91739 wina11y: Ensure IAccessible for relation target existsMichael Weghorn
2024-08-21wina11y: Drop COM indirection to get other CMAccessible's XAccessibleMichael Weghorn
2024-08-21wina11y: Clarify + reduce variable scopeMichael Weghorn
2024-08-21wina11y: Query XAccessibleAction iface on demandMichael Weghorn
2024-08-21wina11y: Only require action iface for the actual objectMichael 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: Add missing include in acccommon.hMichael Weghorn
2024-08-21wina11y: Drop AccObject::ImplInitializeCreateObjMichael Weghorn