office-gobmx/vcl/osx
Patrick Luby 9eb732a320 Related: tdf#146842 Convert SkiaSalBitmap to QuartzSalBitmap
Commit de3f13e217 disabled Skia for printing.
However, since all SalBitmaps created are either all QuartzSalBitmaps or all
SkiaSalBitmaps, a crash occurs whenever a SkiaSalBitmap is passed to a
printer's SalGraphics instance which is now always non-Skia.

Change-Id: I7c1b0e1a9993e21db18ba5695a106cb10cc4088a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143939
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2022-12-11 20:02:53 +00:00
..
res/MainMenu.nib
a11yactionwrapper.h
a11yactionwrapper.mm
a11ycomponentwrapper.h
a11ycomponentwrapper.mm
a11yfactory.mm
a11yfocuslistener.cxx
a11yfocuslistener.hxx tdf#143148 Use pragma once instead of include guards 2022-11-22 10:21:36 +01:00
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
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 tdf#143148 Use pragma once instead of include guards 2022-11-22 10:21:36 +01:00
cuidraw.hxx
DataFlavorMapping.cxx
DataFlavorMapping.hxx tdf#143148 Use pragma once instead of include guards 2022-11-22 07:43:28 +01:00
documentfocuslistener.cxx
documentfocuslistener.hxx tdf#143148 Use pragma once instead of include guards 2022-11-22 10:21:36 +01:00
DragActionConversion.cxx
DragActionConversion.hxx
DragSource.cxx
DragSource.hxx tdf#143148 Use pragma once instead of include guards 2022-11-22 07:43:28 +01:00
DragSourceContext.cxx
DragSourceContext.hxx tdf#143148 Use pragma once instead of include guards 2022-11-22 07:43:28 +01:00
DropTarget.cxx
DropTarget.hxx tdf#143148 Use pragma once instead of include guards 2022-11-22 07:43:28 +01:00
HtmlFmtFlt.cxx
HtmlFmtFlt.hxx tdf#143148 Use pragma once instead of include guards 2022-11-22 10:20:45 +01:00
OSXTransferable.cxx
OSXTransferable.hxx tdf#143148 Use pragma once instead of include guards 2022-11-22 10:20:45 +01:00
PictToBmpFlt.cxx
PictToBmpFlt.hxx tdf#143148 Use pragma once instead of include guards 2022-11-22 10:20:45 +01:00
printaccessoryview.mm
printview.mm
README.a11y
saldata.cxx
salframe.cxx tdf#82115 Commit uncommitted text when a popup menu is opened 2022-12-08 09:33:38 +00:00
salframeview.mm Fix typo 2022-12-09 07:00:06 +00:00
salgdiutils.cxx
salinst.cxx Related: tdf#146842 Convert SkiaSalBitmap to QuartzSalBitmap 2022-12-11 20:02:53 +00:00
salmacos.cxx
salmenu.cxx
salnativewidgets.cxx use an alternative macOS themeing approach to support dark-mode 2022-11-22 12:12:01 +01:00
salnsmenu.mm tdf#82115 Commit uncommitted text when a popup menu is opened 2022-12-08 09:33:38 +00:00
salnstimer.mm
salobj.cxx
salprn.cxx tdf#146842 Do not use Skia for printing 2022-12-09 09:17:42 +00:00
salsys.cxx
saltimer.cxx
service_entry.cxx
vclnsapp.mm tdf#82115 Commit uncommitted text when a popup menu is opened 2022-12-08 09:33:38 +00: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