office-gobmx/ucb/IwyuFilter_ucb.yaml
Gabor Kelemen 2b44f94908 Recheck modules [uU]* with IWYU
See tdf#42949 for motivation

Change-Id: If710445176681de8e0a0b6c65f58ecaca19dbccf
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132768
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2022-04-12 15:20:47 +02:00

74 lines
2.5 KiB
YAML

---
assumeFilename: ucb/source/core/ucb.cxx
excludelist:
ucb/source/ucp/ftp/ftploaderthread.hxx:
# Wrapper for external lib
- curl.hxx
ucb/source/ucp/ftp/ftpurl.hxx:
# Wrapper for external lib
- curl.hxx
ucb/source/ucp/ftp/ftpcontentprovider.hxx:
# Wrapper for external lib
- curl.hxx
ucb/source/core/ucb.cxx:
# Needed for UnoType
- com/sun/star/ucb/XCommandInfo.hpp
ucb/source/ucp/cmis/cmis_content.cxx:
# Needed for UnoType
- com/sun/star/beans/XPropertySetInfo.hpp
- com/sun/star/ucb/XCommandInfo.hpp
# Needed for boost::make_shared
- boost/make_shared.hpp
ucb/source/ucp/cmis/cmis_repo_content.cxx:
# Needed for UnoType
- com/sun/star/ucb/XCommandInfo.hpp
- com/sun/star/beans/XPropertySetInfo.hpp
# Needed for boost::make_shared
- boost/make_shared.hpp
ucb/source/ucp/ext/ucpext_content.cxx:
# Needed for UnoType
- com/sun/star/beans/XPropertySetInfo.hpp
- com/sun/star/ucb/XCommandInfo.hpp
ucb/source/ucp/ftp/ftpcontent.cxx:
# Needed for UnoType
- com/sun/star/ucb/XCommandInfo.hpp
# Wrapper for external lib
- curl.hxx
ucb/source/ucp/ftp/ftploaderthread.cxx:
# Wrapper for external lib
- curl.hxx
ucb/source/ucp/gio/gio_content.cxx:
# Needed for UnoType
- com/sun/star/beans/PropertyValue.hpp
- com/sun/star/beans/XPropertySetInfo.hpp
- com/sun/star/ucb/XCommandInfo.hpp
ucb/source/ucp/hierarchy/hierarchydata.cxx:
# Actually in use
- com/sun/star/util/XOfficeInstallationDirectories.hpp
ucb/source/ucp/hierarchy/hierarchycontent.cxx:
# Needed for UnoType
- com/sun/star/ucb/XCommandInfo.hpp
ucb/source/ucp/package/pkgprovider.cxx:
# Actually in use
- com/sun/star/uno/XComponentContext.hpp
ucb/source/ucp/package/pkgcontent.cxx:
# Actually in use
- com/sun/star/container/XHierarchicalNameAccess.hpp
# Needed for UnoType
- com/sun/star/ucb/XCommandInfo.hpp
ucb/source/ucp/tdoc/tdoc_content.cxx:
# Needed for UnoType
- com/sun/star/ucb/XCommandInfo.hpp
ucb/source/ucp/webdav-curl/DateTimeHelper.cxx:
# Actually in use
- com/sun/star/util/DateTime.hpp
ucb/source/ucp/webdav-curl/webdavcontent.cxx:
# Needed for UnoType
- com/sun/star/ucb/XCommandInfo.hpp
ucb/source/ucp/webdav-curl/CurlSession.cxx:
# Actually used
- comphelper/scopeguard.hxx
ucb/source/ucp/webdav-curl/webdavcontent.cxx:
# Actually used
- com/sun/star/uno/XComponentContext.hpp
- com/sun/star/ucb/XCommandInfo.hpp