summaryrefslogtreecommitdiff
path: root/vcl/qt5/QtAccessibleWidget.cxx
AgeCommit message (Expand)Author
2024-11-10com::sun::star -> cssMike Kaganski
2024-11-07[API CHANGE] a11y: Switch AccessibleRelationType to enumMichael Weghorn
2024-10-24qt: Have just a single toQString(const OUString&)Michael Weghorn
2024-10-21qt a11y: Map BLOCK_QUOTE role to new Qt equivalentMichael Weghorn
2024-10-01tdf#160837 qt a11y: Don't report window role for non-top-levelMichael Weghorn
2024-07-24tdf#155447 qt a11y: Map TEXT_FRAME role to QAccessible::PaneMichael Weghorn
2024-07-17tdf#155447 qt a11y: Report accessible IDMichael Weghorn
2024-07-17tdf#155447 qt a11y: Don't report "Unknown" for unsupported propsMichael Weghorn
2024-04-24[API CHANGE] a11y: Use XAccessible for relation targetsMichael Weghorn
2024-03-31tdf#146619 Drop unused 'using namespace' in: vcl/Gabor Kelemen
2024-02-29tdf#158030 qt a11y: Implement new QAccessibleAttributesInterfaceMichael Weghorn
2023-11-14tdf#123864 a11y: Add new AccessibleStateType::CHECKABLEMichael Weghorn
2023-11-07qt a11y: Map AccessibleStateType::INDETERMINATE to Qt equivalentMichael Weghorn
2023-11-07qt a11y: Set passwordEdit state for PASSWORD_TEXTMichael Weghorn
2023-10-28tdf#135586 a11y: Add a new BLOCK_QUOTE a11y roleMichael Weghorn
2023-10-24qt a11y: Take current type into account when setting new valueMichael Weghorn
2023-10-23fix wasm build (int vs sal_Int32 mismatch)Christian Lohmaier
2023-10-22Fix typoAndrea Gelmini
2023-10-21tdf#135922 a11y: Prepare reporting text attrs as IA2 obj attrsMichael Weghorn
2023-10-18tdf#157696 qt a11y: Move handling for text attr offsets to helperMichael Weghorn
2023-10-18qt: Drop code for Qt < 5.15Michael Weghorn
2023-10-12tdf#157696 vcl a11y: Move qt's translation to IA2 text attrs for reuseMichael Weghorn
2023-10-07loplugin:ostr: automatic rewriteStephan Bergmann
2023-07-27qt a11y: Return app as parent for top-level objectsMichael Weghorn
2023-07-12qt a11y: Check child index in QtAccessibleWidget::childMichael Weghorn
2023-04-22qt a11y: Implement QAccessibleSelectionInterface added in Qt 6.5Michael Weghorn
2023-03-06qt a11y: Handle all QAccessible::Relation flagsMichael Weghorn
2023-03-06qt a11y: Add mapping for relations added in Qt 6.6Michael Weghorn
2023-02-20qt a11y: Invert relation type to match Qt's semanticMichael Weghorn
2022-09-26tdf#119788 tdf#117173 add accessibility NOTIFICATION roleJim Raykowski
2022-09-02[API CHANGE] tdf#150683 a11y: Switch a11y child index to 64 bitMichael Weghorn
2022-09-02tdf#150683 qt a11y: Add bound checks for table methodsMichael Weghorn
2022-08-24qt a11y: Remember associated QObject also for non-QtXAcccessible caseMichael Weghorn
2022-08-24qt a11y: Remember and reuse existing QObject for XAccessibleMichael Weghorn
2022-08-23qt a11y: Drop unnecessary QObject inheritanceMichael Weghorn
2022-08-22qt a11y: Don't set invalid Qt relationsMichael Weghorn
2022-08-19qt a11y: Report underline text attributeMichael Weghorn
2022-08-19qt a11y: Report (background) color text attributeMichael Weghorn
2022-08-19qt a11y: Report font style text attribute (e.g. italic)Michael Weghorn
2022-08-16qt a11y: Drop duplicate nullptr checkMichael Weghorn
2022-08-16qt a11y: Clear QtXAccessible's ref to XAccessible once passed onMichael Weghorn
2022-08-16qt a11y: Clear XAccessible reference when disposingMichael Weghorn
2022-08-16qt a11y: Drop QtAccessibleEventListener's XAccessible referenceMichael Weghorn
2022-08-16qt a11y: Implement QtAccessibleWidget::indexOfChildMichael Weghorn
2022-08-16qt a11y: Replace dynamic_cast with static_castMichael Weghorn
2022-08-11qt a11y: Use correct coord system in QtAccessibleWidget::childAtMichael Weghorn
2022-08-11qt a11y: Implement QtAccessibleWidget::text{After,Before}OffsetMichael Weghorn
2022-08-11qt a11y: Check range for offset passed to text methodsMichael Weghorn
2022-08-09qt a11y: Return actual range of text with same attributesMichael Weghorn
2022-08-04qt a11y: Implement QtAccessibleWidget::offsetAtPointMichael Weghorn