summaryrefslogtreecommitdiff
path: root/winaccessibility
AgeCommit message (Expand)AuthorFilesLines
2024-09-17wina11y: Drop CAccImage::GetXInterfaceMichael Weghorn2-6/+1
2024-09-17wina11y: Just assign the ReferenceMichael Weghorn1-5/+2
2024-09-17wina11y: Rename CAccImage::{pRXImg -> m_xImage}Michael Weghorn2-5/+5
2024-09-17wina11y: Check reference in CAccHyperLink::get_startIndexMichael Weghorn1-0/+4
2024-09-17wina11y: Drop CAccHyperLink::GetXInterfaceMichael Weghorn2-9/+5
2024-09-17wina11y: Just assign the ReferenceMichael Weghorn1-6/+1
2024-09-17wina11y: Rename CAccHyperLink::{pRXLink -> m_xHyperlink}Michael Weghorn2-9/+9
2024-09-17wina11y: Drop CAccEditableText::GetXInterfaceMichael Weghorn2-9/+7
2024-09-17wina11y: Just assign the referenceMichael Weghorn1-4/+1
2024-09-17wina11y: Rename CAccEditableText::{pRXEdtTxt -> m_xEditableText}Michael Weghorn2-11/+11
2024-09-17wina11y: clang-format CAccEditableText sourcesMichael Weghorn2-190/+196
2024-09-17wina11y: Drop CAccValue::GetXInterfaceMichael Weghorn2-8/+3
2024-09-17wina11y: Prefix and rename CAccValue memberMichael Weghorn2-9/+9
2024-09-17wina11y: Merge CAccComponent{,Base}Michael Weghorn5-215/+110
2024-09-17wina11y: clang-format AccComponent.hMichael Weghorn1-19/+14
2024-09-17wina11y: Drop CAccComponentBase::GetXInterfaceMichael Weghorn2-5/+3
2024-09-17wina11y: Use standard naming prefixes in CAccComponentBaseMichael Weghorn2-6/+6
2024-09-17wina11y: Drop "//special query" commentsMichael Weghorn9-9/+13
2024-09-17wina11y: Just assign the referenceMichael Weghorn1-4/+1
2024-09-17wina11y: Drop unused CAccComponentBase::grabFocusMichael Weghorn2-32/+0
2024-09-17wina11y: Drop unused CAccComponentBase::get_locationOnScreenMichael Weghorn2-34/+0
2024-09-12tdf#91739 wina11y: Create AccObject for parent as necessaryMichael Weghorn1-0/+10
2024-09-12wina11y: Drop superfluous AccObject::m_pIMAcc null checksMichael Weghorn1-65/+17
2024-09-12wina11y: Move var decl to first assignmentMichael Weghorn1-6/+4
2024-09-12wina11y: Move var declaration to where it's assignedMichael Weghorn1-8/+6
2024-09-10wina11y: Drop suspicious fallthrough caseMichael Weghorn1-1/+1
2024-09-09wina11y: Send IA2_EVENT_TEXT_UPDATED when text changesMichael Weghorn1-0/+1
2024-09-09wina11y: Replace deprecated IA2_EVENT_TEXT_CHANGEDMichael Weghorn1-1/+1
2024-08-30wina11y: Drop unused default params for AccObject ctorMichael Weghorn1-1/+1
2024-08-30wina11y: Drop always null param from AccObject ctorMichael Weghorn2-5/+3
2024-08-30wina11y: Drop unused AccObject::getListenerMichael Weghorn2-6/+0
2024-08-29wina11y: Update comment now that IAccessible2 PR was mergedMichael Weghorn1-3/+2
2024-08-29tdf#155447 wina11y: Report accessible ID as "id" obj attributeMichael Weghorn1-0/+12
2024-08-23tdf#91739 wina11y: Implement IAccessible2_2::get_relationTargetsOfTypeMichael Weghorn3-2/+94
2024-08-23tdf#91739 wina11y: Add skeleton IAccessible2_2 implementationMichael Weghorn3-1/+23
2024-08-23wina11y: Explicitly map UNO to IA2 relation typeMichael Weghorn2-28/+31
2024-08-23wina11y: Drop misleading commentMichael Weghorn1-1/+0
2024-08-22wina11y: Use sal::systools::BStr::newBSTR here, tooMichael Weghorn1-1/+1
2024-08-21tdf#91739 wina11y: Ensure IAccessible for relation target existsMichael Weghorn1-2/+16
2024-08-21wina11y: Drop COM indirection to get other CMAccessible's XAccessibleMichael Weghorn3-34/+9
2024-08-21wina11y: Clarify + reduce variable scopeMichael Weghorn1-14/+12
2024-08-21wina11y: Query XAccessibleAction iface on demandMichael Weghorn8-57/+6
2024-08-21wina11y: Only require action iface for the actual objectMichael Weghorn1-7/+5
2024-08-21wina11y: Retrieve default action description on demandMichael Weghorn6-56/+5
2024-08-21wina11y: Unify handling to set action descriptionMichael Weghorn3-57/+9
2024-08-21wina11y: Drop AccObjectWinManager::GetRoleMichael Weghorn2-14/+1
2024-08-21wina11y: Drop extra check in AccObjectWinManager::InsertAccObjMichael Weghorn1-2/+0
2024-08-21wina11y: Consistently assert COM obj creation succeedsMichael Weghorn2-8/+7
2024-08-21wina11y: Add missing include in acccommon.hMichael Weghorn1-0/+2
2024-08-21wina11y: Drop AccObject::ImplInitializeCreateObjMichael Weghorn2-13/+1