office-gobmx/vcl/osx
Andrea Gelmini 518d875a51 Fix typo
Change-Id: I05757dccf4abc66f11454d2587902d25fca4312a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/176660
Tested-by: Jenkins
Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
2024-11-16 13:12:11 +01:00
..
res/MainMenu.nib
a11yactionwrapper.h
a11yactionwrapper.mm
a11ycomponentwrapper.h
a11ycomponentwrapper.mm
a11yfactory.mm
a11yfocuslistener.cxx
a11yfocuslistener.hxx
a11yfocustracker.cxx
a11ylistener.cxx
a11yrolehelper.h
a11yrolehelper.mm tdf#67943 tabs must have radio button role and tab button subrole 2024-07-12 07:41:17 +02:00
a11yselectionwrapper.h
a11yselectionwrapper.mm
a11ytablewrapper.h
a11ytablewrapper.mm
a11ytextattributeswrapper.h
a11ytextattributeswrapper.mm
a11ytextwrapper.h
a11ytextwrapper.mm
a11yutil.h
a11yutil.mm
a11yvaluewrapper.h
a11yvaluewrapper.mm
a11ywrapper.mm [API CHANGE] a11y: Switch AccessibleRelationType to enum 2024-11-07 08:50:13 +01:00
a11ywrapperbutton.h
a11ywrapperbutton.mm
a11ywrappercheckbox.h
a11ywrappercheckbox.mm
a11ywrappercombobox.h
a11ywrappercombobox.mm
a11ywrappergroup.h
a11ywrappergroup.mm
a11ywrapperlist.h
a11ywrapperlist.mm
a11ywrapperradiobutton.h
a11ywrapperradiobutton.mm
a11ywrapperradiogroup.h
a11ywrapperradiogroup.mm
a11ywrapperrow.h
a11ywrapperrow.mm
a11ywrapperscrollarea.h
a11ywrapperscrollarea.mm
a11ywrapperscrollbar.h
a11ywrapperscrollbar.mm
a11ywrappersplitter.h
a11ywrappersplitter.mm
a11ywrapperstatictext.h
a11ywrapperstatictext.mm
a11ywrappertabgroup.h
a11ywrappertabgroup.mm
a11ywrappertextarea.h
a11ywrappertextarea.mm
a11ywrappertoolbar.h
a11ywrappertoolbar.mm
clipboard.cxx
clipboard.hxx
cuidraw.hxx
DataFlavorMapping.cxx
DataFlavorMapping.hxx
documentfocuslistener.cxx
documentfocuslistener.hxx
DragActionConversion.cxx
DragActionConversion.hxx
DragSource.cxx
DragSource.hxx
DragSourceContext.cxx
DragSourceContext.hxx
DropTarget.cxx
DropTarget.hxx
HtmlFmtFlt.cxx
HtmlFmtFlt.hxx
OSXTransferable.cxx
OSXTransferable.hxx
PictToBmpFlt.cxx
PictToBmpFlt.hxx
printaccessoryview.mm
printview.mm
README.a11y
saldata.cxx
salframe.cxx Set the native tracking area in -[SalFrameView updateTrackingAreas] 2024-10-28 15:06:07 +01:00
salframeview.mm Fix typo 2024-11-16 13:12:11 +01:00
salgdiutils.cxx update to skia m129 2024-10-12 17:50:01 +02:00
salinst.cxx tdf#163764 Force pending timers to run after marked text changes 2024-11-11 01:17:25 +01:00
salmacos.cxx
salmenu.cxx tdf#162843 replace the event's string parameters 2024-10-08 20:31:29 +02:00
salnativewidgets.cxx tdf#160837 macOS: Replace direct access to SalFrame::maGeometry 2024-09-26 07:11:28 +02:00
salnsmenu.mm Fix typo 2024-10-09 22:42:27 +02:00
salnstimer.mm
salobj.cxx
salprn.cxx
salsys.cxx
saltimer.cxx tdf#163764 Force pending timers to run after marked text changes 2024-11-11 01:17:25 +01:00
service_entry.cxx Use IsRunningUnitTest / IsRunningUITest consistently 2024-07-17 19:15:31 +02:00
vclnsapp.mm tdf#163135 eliminate native "secure coding" warning 2024-09-24 22:56:10 +02:00

Naming scheme:

a11yXYZhelper:           Helper class providing static methods

a11yXYZwrapper:          Wrapper around one (or two) UNO-interfaces

a11ywrapperXYZ:          Subclass of a11ywrapper for a specific AXRole