office-gobmx/vcl/osx
Bartosz Kosiorek 9c0d40fbc7 Rename Mac OS X to official name macOS in comments and documentation
Change-Id: I651b7f202fa52ff5f5357a11aa72c43eb7dc7f95
Reviewed-on: https://gerrit.libreoffice.org/64102
Tested-by: Jenkins
Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>
2018-11-29 14:08:26 +01:00
..
res
a11yactionwrapper.h
a11yactionwrapper.mm
a11ycomponentwrapper.h
a11ycomponentwrapper.mm
a11yfactory.mm
a11yfocuslistener.cxx
a11yfocuslistener.hxx
a11yfocustracker.cxx
a11ylistener.cxx
a11yrolehelper.h
a11yrolehelper.mm
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 tdf#42949 Fix IWYU warnings in include/vcl/[ab]* 2018-11-19 09:38:53 +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 tdf#42949 Fix IWYU warnings in include/vcl/[ab]* 2018-11-19 09:38:53 +01:00
salframe.cxx Rename Mac OS X to official name macOS in comments and documentation 2018-11-29 14:08:26 +01:00
salframeview.mm tdf#42949 Fix IWYU warnings in include/vcl/[B-E]* 2018-11-21 11:02:04 +01:00
salinst.cxx tdf#42949 Fix IWYU warnings in include/vcl/[B-E]* 2018-11-21 11:02:04 +01:00
salmenu.cxx tdf#42949 Fix IWYU warnings in include/vcl/[ab]* 2018-11-19 09:38:53 +01:00
salnativewidgets.cxx Rename Mac OS X to official name macOS in comments and documentation 2018-11-29 14:08:26 +01:00
salnsmenu.mm tdf#42949 Fix IWYU warnings in include/vcl/[ab]* 2018-11-19 09:38:53 +01:00
salnstimer.mm
salobj.cxx
salprn.cxx tdf#42949 Fix IWYU warnings in include/vcl/[ab]* 2018-11-19 09:38:53 +01:00
salsys.cxx
saltimer.cxx
service_entry.cxx
vclnsapp.mm Fix build on macOS 10.11 2018-11-18 19:16:06 +01: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