office-gobmx/slideshow/IwyuFilter_slideshow.yaml
Gabor Kelemen 144057a54a Recheck modules s[f-t]* with IWYU
See tdf#42949 for motivation

Change-Id: I1f520aad1b1c942ad5616d96851016fc366ac58f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/130203
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2022-03-01 08:21:00 +01:00

48 lines
1.7 KiB
YAML

---
assumeFilename: slideshow/source/engine/slideshowimpl.cxx
excludelist:
slideshow/source/inc/mouseeventhandler.hxx:
# Needed for css shortcut
- sal/types.h
slideshow/source/engine/opengl/Operation.hxx:
# Needed for licensing
- config_lgpl.h
# Wrapper for external lib
- glm/gtc/type_ptr.hpp
slideshow/source/engine/opengl/TransitionImpl.hxx:
# Needed for licensing
- config_lgpl.h
# Wrapper for external lib
- glm/gtc/type_ptr.hpp
slideshow/source/engine/box2dtools.cxx:
# Macro BOX2D_HEADER is resolved to this
- box2d/box2d.h
slideshow/source/engine/opengl/Operation.cxx:
# Wrapper for external lib
- glm/gtc/matrix_transform.hpp
- glm/gtc/type_ptr.hpp
slideshow/source/engine/opengl/TransitionImpl.cxx:
# Wrapper for external lib
- glm/gtc/matrix_transform.hpp
- glm/gtc/type_ptr.hpp
slideshow/source/engine/rehearsetimingsactivity.cxx:
# Needed for template
- com/sun/star/rendering/XCanvas.hpp
slideshow/source/engine/smilfunctionparser.cxx:
# Boost wrapper is needed
- boost/spirit/include/classic_core.hpp
slideshow/source/engine/shapes/drawshape.cxx:
# Actually used
- comphelper/scopeguard.hxx
slideshow/source/engine/shapes/viewappletshape.cxx:
# Actually used
- com/sun/star/uno/XComponentContext.hpp
# Needed for direct member access
- basegfx/matrix/b2dhommatrix.hxx
slideshow/source/engine/shapes/mediashape.cxx:
# Actually used
- com/sun/star/drawing/XShape.hpp
slideshow/source/engine/shapes/viewmediashape.cxx:
# Actually used
- com/sun/star/media/XPlayer.hpp
- com/sun/star/media/XPlayerWindow.hpp