summaryrefslogtreecommitdiff
path: root/accessibility/source
AgeCommit message (Expand)Author
2024-12-17a11y: Merge accessibility module into vclMichael Weghorn
2024-12-17a11y: Merge toolkit::IAccessibleFactory into vcl oneMichael Weghorn
2024-12-16a11y: Move TabBar a11y classses to svtools, no longer use factoryMichael Weghorn
2024-12-16a11y: Drop unnecessary #ifndef checkMichael Weghorn
2024-12-16a11y: Drop special menu/toolbar handling in AccessibleFactoryMichael Weghorn
2024-12-14cid#1636693 COPY_INSTEAD_OF_MOVECaolán McNamara
2024-12-13a11y: Port from svtools to vcl clipboard helperMichael Weghorn
2024-12-13a11y: Make TabBar a11y independent of HAVE_FEATURE_SCRIPTINGMichael Weghorn
2024-12-13a11y: No longer let accessibility module depend on toolkitMichael Weghorn
2024-12-13a11y: Move VCLXAccessibleComponent from toolkit to vclMichael Weghorn
2024-12-13a11y: Drop always null BrowseBoxAccessibleElement focus win paramMichael Weghorn
2024-12-13a11y: Drop always null AccessibleBrowseBoxHeaderCell focus win paramMichael Weghorn
2024-12-13a11y: Drop always null AccessibleCheckBoxCell focus win paramMichael Weghorn
2024-12-13a11y: Drop always null AccessibleBrowseBoxTableCell focus win paramMichael Weghorn
2024-12-13a11y: Use delegating ctor in AccessibleBrowseBoxBaseMichael Weghorn
2024-12-13a11y: Drop unused includesMichael Weghorn
2024-12-13a11y: Report font slant (italic) in IDE editor with correct typeMichael Weghorn
2024-12-13a11y: Pass vcl::Window instead of VCLXWindow for TextWindow a11yMichael Weghorn
2024-12-13a11y: Get text window doc accessible from Window on demandMichael Weghorn
2024-12-12a11y: Stop using VCLXWindow in vcl a11y classesMichael Weghorn
2024-12-12a11y: Pass non-const ref to AccessibleListBox ctorMichael Weghorn
2024-12-12a11y: Pass non-const ref in AccessibleIconChoiceCtrl ctorMichael Weghorn
2024-12-12a11y: Return early in AccessibleFactory::createAccessibleContextMichael Weghorn
2024-12-10a11y: Directly use vcl ScrollBar in VCLXAccessibleScrollBarMichael Weghorn
2024-12-10a11y: Extract a VCLXAccessibleScrollBar::GetOrientationState helperMichael Weghorn
2024-12-10a11y: Directly use vcl RadioButton in VCLXAccessibleRadioButtonMichael Weghorn
2024-12-07Use std::initializer_list, C-style array instead of more expensive SequenceMike Kaganski
2024-12-07Simplify AccessibleGridControlTableBaseMike Kaganski
2024-12-07Simplify GridControlAccessibleElementMike Kaganski
2024-12-07Simplify AccessibleBrowseBoxTableBaseMike Kaganski
2024-12-07Simplify BrowseBoxAccessibleElementMike Kaganski
2024-12-04a11y: Use vcl CheckBox directly in VCLXAccessibleCheckBoxMichael Weghorn
2024-12-04a11y: Use FormattedField directly in SVTXAccessibleNumericFieldMichael Weghorn
2024-12-04a11y: Use vcl::Window instead of VCLXWindow right awayMichael Weghorn
2024-12-04a11y: Move menu a11y classes to vcl, no more use factoryMichael Weghorn
2024-12-04Move helpers for css::awt/VCL point/rect/size to vcl::unohelperMichael Weghorn
2024-12-04a11y: Move action string header to vclMichael Weghorn
2024-12-04a11y: Move CharacterAttributeshelper from accessibility to vclMichael Weghorn
2024-12-04[API CHANGE] a11y: Drop XAccessibleExtendedComponent::getFontMichael Weghorn
2024-12-04toolkit: Pass VCLXFont init args in ctorMichael Weghorn
2024-11-26a11y: Handle combobox subedit a11y name in VCLXAccessibleEditMichael Weghorn
2024-11-26a11y: Create VCLXAccessibleEdit::isComboBoxChild helperMichael Weghorn
2024-11-26a11y: Drop VCLXAccessibleComponent::supportsService overridesMichael Weghorn
2024-11-25a11y: Move identical implementations to base classMichael Weghorn
2024-11-21Related: cid#1364016 Missing move assignment operatorCaolán McNamara
2024-11-14tdf#163486: PVS: simplify expressionXisco Fauli
2024-11-10com::sun::star -> cssMike Kaganski
2024-11-07[API CHANGE] a11y: Switch AccessibleRelationType to enumMichael Weghorn
2024-10-31tdf#163697: avoid premature handling of following notificationsMike Kaganski
2024-10-31Don't store iteratorsMike Kaganski