Add missing sal/log.hxx headers

rtl/string.hxx and rtl/ustring.hxx both unnecessarily #include <sal/log.hxx> (and don't make use of it themselves), but many other files happen to depend on it.
This is a continuation of commit 6ff2d84ade299cb3d14d4110e4cf1a4b8070c030 to be able to remove those unneeded includes.

This commit adds missing headers to every file found by:
grep -FwL sal/log.hxx $(git grep -Elw 'SAL_INFO|SAL_INFO_IF|SAL_WARN|SAL_WARN_IF|SAL_DETAIL_LOG_STREAM|SAL_WHERE|SAL_STREAM|SAL_DEBUG')
to directories from dbaccess to extensions

Change-Id: I4d15aa35e11664ef78c836ffc2937c7e0bb6ea59
Reviewed-on: https://gerrit.libreoffice.org/58165
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
This commit is contained in:
Gabor Kelemen 2018-07-27 09:42:16 +02:00 committed by Miklos Vajna
parent d8b7ac327c
commit 3fb5f7181d
126 changed files with 126 additions and 1 deletions

View File

@ -39,6 +39,7 @@
#include <com/sun/star/io/XInputStream.hpp> #include <com/sun/star/io/XInputStream.hpp>
#include <comphelper/types.hxx> #include <comphelper/types.hxx>
#include <rtl/ustrbuf.hxx> #include <rtl/ustrbuf.hxx>
#include <sal/log.hxx>
using namespace comphelper; using namespace comphelper;

View File

@ -28,6 +28,7 @@
#include <tools/wldcrd.hxx> #include <tools/wldcrd.hxx>
#include <tools/diagnose_ex.h> #include <tools/diagnose_ex.h>
#include <boost/optional.hpp> #include <boost/optional.hpp>
#include <sal/log.hxx>
namespace dbaccess namespace dbaccess
{ {

View File

@ -19,6 +19,7 @@
#include <memory> #include <memory>
#include "KeySet.hxx" #include "KeySet.hxx"
#include <sal/log.hxx>
#include <core_resource.hxx> #include <core_resource.hxx>
#include <strings.hrc> #include <strings.hrc>
#include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/beans/XPropertySet.hpp>

View File

@ -18,6 +18,7 @@
*/ */
#include <sal/config.h> #include <sal/config.h>
#include <sal/log.hxx>
#include <map> #include <map>
#include <utility> #include <utility>

View File

@ -22,6 +22,7 @@
#include <connectivity/sdbcx/VCollection.hxx> #include <connectivity/sdbcx/VCollection.hxx>
#include "RowSetCache.hxx" #include "RowSetCache.hxx"
#include <stringconstants.hxx> #include <stringconstants.hxx>
#include <sal/log.hxx>
#include <core_resource.hxx> #include <core_resource.hxx>
#include <strings.hrc> #include <strings.hrc>
#include <strings.hxx> #include <strings.hxx>

View File

@ -27,6 +27,7 @@
#include "RowSetCache.hxx" #include "RowSetCache.hxx"
#include "StaticSet.hxx" #include "StaticSet.hxx"
#include "WrappedResultSet.hxx" #include "WrappedResultSet.hxx"
#include <sal/log.hxx>
#include <core_resource.hxx> #include <core_resource.hxx>
#include <strings.hrc> #include <strings.hrc>
#include <strings.hxx> #include <strings.hxx>

View File

@ -18,6 +18,7 @@
*/ */
#include <string.h> #include <string.h>
#include <sal/log.hxx>
#include <composertools.hxx> #include <composertools.hxx>
#include <strings.hrc> #include <strings.hrc>
#include <core_resource.hxx> #include <core_resource.hxx>

View File

@ -25,6 +25,7 @@
#include <core_resource.hxx> #include <core_resource.hxx>
#include <strings.hrc> #include <strings.hrc>
#include <osl/diagnose.h> #include <osl/diagnose.h>
#include <sal/log.hxx>
#include <cppuhelper/typeprovider.hxx> #include <cppuhelper/typeprovider.hxx>
#include <comphelper/property.hxx> #include <comphelper/property.hxx>

View File

@ -18,6 +18,7 @@
*/ */
#include "resultset.hxx" #include "resultset.hxx"
#include <sal/log.hxx>
#include <stringconstants.hxx> #include <stringconstants.hxx>
#include <apitools.hxx> #include <apitools.hxx>
#include <com/sun/star/lang/DisposedException.hpp> #include <com/sun/star/lang/DisposedException.hpp>

View File

@ -20,6 +20,7 @@
#include <tablecontainer.hxx> #include <tablecontainer.hxx>
#include <stringconstants.hxx> #include <stringconstants.hxx>
#include <table.hxx> #include <table.hxx>
#include <sal/log.hxx>
#include <comphelper/property.hxx> #include <comphelper/property.hxx>
#include <comphelper/processfactory.hxx> #include <comphelper/processfactory.hxx>
#include <tools/debug.hxx> #include <tools/debug.hxx>

View File

@ -59,6 +59,7 @@
#include <cppuhelper/typeprovider.hxx> #include <cppuhelper/typeprovider.hxx>
#include <cppuhelper/exc_hlp.hxx> #include <cppuhelper/exc_hlp.hxx>
#include <rtl/uri.hxx> #include <rtl/uri.hxx>
#include <sal/log.hxx>
#include <svl/filenotation.hxx> #include <svl/filenotation.hxx>
#include <tools/debug.hxx> #include <tools/debug.hxx>
#include <tools/diagnose_ex.h> #include <tools/diagnose_ex.h>

View File

@ -79,6 +79,7 @@
#include <tools/diagnose_ex.h> #include <tools/diagnose_ex.h>
#include <osl/diagnose.h> #include <osl/diagnose.h>
#include <vcl/errcode.hxx> #include <vcl/errcode.hxx>
#include <sal/log.hxx>
#include <list> #include <list>

View File

@ -62,6 +62,7 @@
#include <tools/diagnose_ex.h> #include <tools/diagnose_ex.h>
#include <osl/diagnose.h> #include <osl/diagnose.h>
#include <osl/process.h> #include <osl/process.h>
#include <sal/log.hxx>
#include <tools/urlobj.hxx> #include <tools/urlobj.hxx>
#include <typelib/typedescription.hxx> #include <typelib/typedescription.hxx>
#include <unotools/confignode.hxx> #include <unotools/confignode.hxx>

View File

@ -21,6 +21,7 @@
#include <stringconstants.hxx> #include <stringconstants.hxx>
#include <cppuhelper/typeprovider.hxx> #include <cppuhelper/typeprovider.hxx>
#include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/lang/XServiceInfo.hpp>
#include <sal/log.hxx>
using namespace ::com::sun::star::uno; using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::lang; using namespace ::com::sun::star::lang;

View File

@ -30,6 +30,7 @@
#include <com/sun/star/util/XModifiable.hpp> #include <com/sun/star/util/XModifiable.hpp>
#include <rtl/ustrbuf.hxx> #include <rtl/ustrbuf.hxx>
#include <sal/log.hxx>
#include <tools/diagnose_ex.h> #include <tools/diagnose_ex.h>
#include <algorithm> #include <algorithm>

View File

@ -20,6 +20,7 @@
#include "settingsimport.hxx" #include "settingsimport.hxx"
#include <tools/diagnose_ex.h> #include <tools/diagnose_ex.h>
#include <sal/log.hxx>
#include <sax/tools/converter.hxx> #include <sax/tools/converter.hxx>
#include <xmloff/xmltoken.hxx> #include <xmloff/xmltoken.hxx>

View File

@ -37,6 +37,7 @@
#include <cppuhelper/implbase.hxx> #include <cppuhelper/implbase.hxx>
#include <connectivity/dbtools.hxx> #include <connectivity/dbtools.hxx>
#include <tools/diagnose_ex.h> #include <tools/diagnose_ex.h>
#include <sal/log.hxx>
#include <xmloff/XMLSettingsExportContext.hxx> #include <xmloff/XMLSettingsExportContext.hxx>
#include <xmloff/SettingsExportHelper.hxx> #include <xmloff/SettingsExportHelper.hxx>

View File

@ -18,6 +18,7 @@
*/ */
#include <comphelper/string.hxx> #include <comphelper/string.hxx>
#include <sal/log.hxx>
#include "alterparser.hxx" #include "alterparser.hxx"
#include "utils.hxx" #include "utils.hxx"

View File

@ -18,6 +18,7 @@
*/ */
#include <comphelper/string.hxx> #include <comphelper/string.hxx>
#include <sal/log.hxx>
#include "createparser.hxx" #include "createparser.hxx"
#include "utils.hxx" #include "utils.hxx"
#include <com/sun/star/sdbc/DataType.hpp> #include <com/sun/star/sdbc/DataType.hpp>

View File

@ -19,6 +19,7 @@
#include "fbalterparser.hxx" #include "fbalterparser.hxx"
#include <rtl/ustrbuf.hxx> #include <rtl/ustrbuf.hxx>
#include <sal/log.hxx>
namespace dbahsql namespace dbahsql
{ {

View File

@ -31,6 +31,7 @@
#include <com/sun/star/sdbc/SQLException.hpp> #include <com/sun/star/sdbc/SQLException.hpp>
#include <rtl/ustrbuf.hxx> #include <rtl/ustrbuf.hxx>
#include <sal/log.hxx>
#include <connectivity/dbtools.hxx> #include <connectivity/dbtools.hxx>
#include <connectivity/dbexception.hxx> #include <connectivity/dbexception.hxx>
#include <comphelper/processfactory.hxx> #include <comphelper/processfactory.hxx>

View File

@ -26,6 +26,7 @@
#include <com/sun/star/embed/ElementModes.hpp> #include <com/sun/star/embed/ElementModes.hpp>
#include <comphelper/processfactory.hxx> #include <comphelper/processfactory.hxx>
#include <comphelper/string.hxx> #include <comphelper/string.hxx>
#include <sal/log.hxx>
namespace namespace
{ {

View File

@ -18,6 +18,7 @@
*/ */
#include <sal/config.h> #include <sal/config.h>
#include <sal/log.hxx>
#include <map> #include <map>

View File

@ -33,6 +33,7 @@
#include <comphelper/types.hxx> #include <comphelper/types.hxx>
#include <stringconstants.hxx> #include <stringconstants.hxx>
#include <strings.hxx> #include <strings.hxx>
#include <sal/log.hxx>
#include "xmlEnums.hxx" #include "xmlEnums.hxx"
#include <com/sun/star/beans/XPropertyState.hpp> #include <com/sun/star/beans/XPropertyState.hpp>
#include <com/sun/star/beans/PropertyAttribute.hpp> #include <com/sun/star/beans/PropertyAttribute.hpp>

View File

@ -18,6 +18,7 @@
*/ */
#include <sal/config.h> #include <sal/config.h>
#include <sal/log.hxx>
#include <vcl/errinf.hxx> #include <vcl/errinf.hxx>
#include <com/sun/star/uri/UriReferenceFactory.hpp> #include <com/sun/star/uri/UriReferenceFactory.hpp>

View File

@ -48,6 +48,7 @@
#include <connectivity/dbexception.hxx> #include <connectivity/dbexception.hxx>
#include <vcl/waitobj.hxx> #include <vcl/waitobj.hxx>
#include <rtl/ustrbuf.hxx> #include <rtl/ustrbuf.hxx>
#include <sal/log.hxx>
#include "AppView.hxx" #include "AppView.hxx"
#include <svx/dataaccessdescriptor.hxx> #include <svx/dataaccessdescriptor.hxx>
#include <svx/dbaobjectex.hxx> #include <svx/dbaobjectex.hxx>

View File

@ -78,6 +78,7 @@
#include <cppuhelper/implbase2.hxx> #include <cppuhelper/implbase2.hxx>
#include <cppuhelper/typeprovider.hxx> #include <cppuhelper/typeprovider.hxx>
#include <osl/mutex.hxx> #include <osl/mutex.hxx>
#include <sal/log.hxx>
#include <sfx2/app.hxx> #include <sfx2/app.hxx>
#include <svx/fmsearch.hxx> #include <svx/fmsearch.hxx>
#include <svx/svxdlg.hxx> #include <svx/svxdlg.hxx>

View File

@ -32,6 +32,7 @@
#include <o3tl/any.hxx> #include <o3tl/any.hxx>
#include <tools/diagnose_ex.h> #include <tools/diagnose_ex.h>
#include <rtl/strbuf.hxx> #include <rtl/strbuf.hxx>
#include <sal/log.hxx>
using namespace ::com::sun::star::uno; using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::sdb; using namespace ::com::sun::star::sdb;

View File

@ -55,6 +55,7 @@
#include <com/sun/star/frame/status/Visibility.hpp> #include <com/sun/star/frame/status/Visibility.hpp>
#include <com/sun/star/util/XModifiable.hpp> #include <com/sun/star/util/XModifiable.hpp>
#include <rtl/ustring.hxx> #include <rtl/ustring.hxx>
#include <sal/log.hxx>
#include <o3tl/functional.hxx> #include <o3tl/functional.hxx>
#include <limits> #include <limits>
#include <unordered_map> #include <unordered_map>

View File

@ -52,6 +52,7 @@
#include <com/sun/star/sdbc/XResultSetUpdate.hpp> #include <com/sun/star/sdbc/XResultSetUpdate.hpp>
#include <tools/diagnose_ex.h> #include <tools/diagnose_ex.h>
#include <sal/log.hxx>
#include <svl/intitem.hxx> #include <svl/intitem.hxx>
#include <svx/algitem.hxx> #include <svx/algitem.hxx>
#include <tools/multisel.hxx> #include <tools/multisel.hxx>

View File

@ -116,6 +116,7 @@
#include <toolkit/helper/vclunohelper.hxx> #include <toolkit/helper/vclunohelper.hxx>
#include <tools/diagnose_ex.h> #include <tools/diagnose_ex.h>
#include <osl/diagnose.h> #include <osl/diagnose.h>
#include <sal/log.hxx>
#include <tools/multisel.hxx> #include <tools/multisel.hxx>
#include <tools/urlobj.hxx> #include <tools/urlobj.hxx>
#include <unotools/confignode.hxx> #include <unotools/confignode.hxx>

View File

@ -59,6 +59,7 @@
#include <osl/file.hxx> #include <osl/file.hxx>
#include <tools/diagnose_ex.h> #include <tools/diagnose_ex.h>
#include <osl/diagnose.h> #include <osl/diagnose.h>
#include <sal/log.hxx>
#include <typelib/typedescription.hxx> #include <typelib/typedescription.hxx>
#include <vcl/svapp.hxx> #include <vcl/svapp.hxx>
#include <vcl/stdtext.hxx> #include <vcl/stdtext.hxx>

View File

@ -31,6 +31,7 @@
#include <svl/intitem.hxx> #include <svl/intitem.hxx>
#include <svl/eitem.hxx> #include <svl/eitem.hxx>
#include <svl/itemset.hxx> #include <svl/itemset.hxx>
#include <sal/log.hxx>
namespace dbaui namespace dbaui
{ {

View File

@ -42,6 +42,7 @@
#include <unotools/confignode.hxx> #include <unotools/confignode.hxx>
#include <osl/diagnose.h> #include <osl/diagnose.h>
#include <svtools/miscopt.hxx> #include <svtools/miscopt.hxx>
#include <sal/log.hxx>
namespace dbaui namespace dbaui
{ {

View File

@ -38,6 +38,7 @@
#include <strings.hxx> #include <strings.hxx>
#include <connectivity/dbconversion.hxx> #include <connectivity/dbconversion.hxx>
#include <osl/thread.h> #include <osl/thread.h>
#include <sal/log.hxx>
#include <sfx2/sfxhtml.hxx> #include <sfx2/sfxhtml.hxx>
#include <svl/numuno.hxx> #include <svl/numuno.hxx>
#include <connectivity/dbtools.hxx> #include <connectivity/dbtools.hxx>

View File

@ -21,6 +21,7 @@
#include <TokenWriter.hxx> #include <TokenWriter.hxx>
#include <com/sun/star/sdbc/XColumnLocate.hpp> #include <com/sun/star/sdbc/XColumnLocate.hpp>
#include <com/sun/star/sdbc/XResultSetMetaDataSupplier.hpp> #include <com/sun/star/sdbc/XResultSetMetaDataSupplier.hpp>
#include <sal/log.hxx>
#include <core_resource.hxx> #include <core_resource.hxx>
#include <strings.hrc> #include <strings.hrc>
#include <strings.hxx> #include <strings.hxx>

View File

@ -41,6 +41,7 @@
#include <unotools/ucbhelper.hxx> #include <unotools/ucbhelper.hxx>
#include <tools/urlobj.hxx> #include <tools/urlobj.hxx>
#include <tools/diagnose_ex.h> #include <tools/diagnose_ex.h>
#include <sal/log.hxx>
#include <com/sun/star/sdbcx/XTablesSupplier.hpp> #include <com/sun/star/sdbcx/XTablesSupplier.hpp>
#include <com/sun/star/sdbcx/XViewsSupplier.hpp> #include <com/sun/star/sdbcx/XViewsSupplier.hpp>
#include <com/sun/star/sdb/XQueryDefinitionsSupplier.hpp> #include <com/sun/star/sdb/XQueryDefinitionsSupplier.hpp>

View File

@ -22,6 +22,7 @@
#include <tools/diagnose_ex.h> #include <tools/diagnose_ex.h>
#include <tools/stream.hxx> #include <tools/stream.hxx>
#include <osl/diagnose.h> #include <osl/diagnose.h>
#include <sal/log.hxx>
#include <RtfReader.hxx> #include <RtfReader.hxx>
#include <HtmlReader.hxx> #include <HtmlReader.hxx>
#include <stringconstants.hxx> #include <stringconstants.hxx>

View File

@ -74,6 +74,7 @@
#include <svx/svxids.hrc> #include <svx/svxids.hrc>
#include <sal/log.hxx>
#include <svl/itempool.hxx> #include <svl/itempool.hxx>
#include <helpids.h> #include <helpids.h>
#include <svl/itemset.hxx> #include <svl/itemset.hxx>

View File

@ -53,6 +53,7 @@
#include <connectivity/dbexception.hxx> #include <connectivity/dbexception.hxx>
#include <rtl/ustrbuf.hxx> #include <rtl/ustrbuf.hxx>
#include <sal/log.hxx>
#include <tools/debug.hxx> #include <tools/debug.hxx>
#include <tools/diagnose_ex.h> #include <tools/diagnose_ex.h>
#include <vcl/lstbox.hxx> #include <vcl/lstbox.hxx>

View File

@ -43,6 +43,7 @@
#include <cppuhelper/typeprovider.hxx> #include <cppuhelper/typeprovider.hxx>
#include <comphelper/interfacecontainer2.hxx> #include <comphelper/interfacecontainer2.hxx>
#include <rtl/ustrbuf.hxx> #include <rtl/ustrbuf.hxx>
#include <sal/log.hxx>
#include <toolkit/helper/vclunohelper.hxx> #include <toolkit/helper/vclunohelper.hxx>
#include <tools/debug.hxx> #include <tools/debug.hxx>
#include <tools/diagnose_ex.h> #include <tools/diagnose_ex.h>

View File

@ -66,6 +66,7 @@
#include <cppuhelper/implbase.hxx> #include <cppuhelper/implbase.hxx>
#include <comphelper/interfacecontainer2.hxx> #include <comphelper/interfacecontainer2.hxx>
#include <rtl/ustrbuf.hxx> #include <rtl/ustrbuf.hxx>
#include <sal/log.hxx>
#include <svtools/genericunodialog.hxx> #include <svtools/genericunodialog.hxx>
#include <tools/diagnose_ex.h> #include <tools/diagnose_ex.h>
#include <unotools/sharedunocomponent.hxx> #include <unotools/sharedunocomponent.hxx>

View File

@ -40,6 +40,7 @@
#include <rtl/strbuf.hxx> #include <rtl/strbuf.hxx>
#include <osl/file.hxx> #include <osl/file.hxx>
#include <sal/log.hxx>
using namespace com::sun::star::lang; using namespace com::sun::star::lang;
using namespace com::sun::star::uri; using namespace com::sun::star::uri;

View File

@ -19,6 +19,7 @@
#include <config_folders.h> #include <config_folders.h>
#include <rtl/bootstrap.hxx> #include <rtl/bootstrap.hxx>
#include <sal/log.hxx>
#include <officecfg/Office/Calc.hxx> #include <officecfg/Office/Calc.hxx>
#include <officecfg/Office/Common.hxx> #include <officecfg/Office/Common.hxx>

View File

@ -30,6 +30,7 @@
#include <unotools/configmgr.hxx> #include <unotools/configmgr.hxx>
#include <osl/file.hxx> #include <osl/file.hxx>
#include <rtl/process.h> #include <rtl/process.h>
#include <sal/log.hxx>
#include <curl/curl.h> #include <curl/curl.h>

View File

@ -21,6 +21,7 @@
#include <dp_misc.h> #include <dp_misc.h>
#include <dp_services.hxx> #include <dp_services.hxx>
#include <rtl/strbuf.hxx> #include <rtl/strbuf.hxx>
#include <sal/log.hxx>
#include <osl/time.h> #include <osl/time.h>
#include <osl/thread.h> #include <osl/thread.h>
#include <cppuhelper/compbase.hxx> #include <cppuhelper/compbase.hxx>

View File

@ -21,6 +21,7 @@
#include <dp_persmap.h> #include <dp_persmap.h>
#include <rtl/byteseq.hxx> #include <rtl/byteseq.hxx>
#include <rtl/strbuf.hxx> #include <rtl/strbuf.hxx>
#include <sal/log.hxx>
using namespace ::rtl; using namespace ::rtl;

View File

@ -43,6 +43,7 @@
#include <vcl/builderfactory.hxx> #include <vcl/builderfactory.hxx>
#include <osl/mutex.hxx> #include <osl/mutex.hxx>
#include <sal/log.hxx>
#include <svtools/extensionlistbox.hxx> #include <svtools/extensionlistbox.hxx>
#include <svtools/restartdialog.hxx> #include <svtools/restartdialog.hxx>

View File

@ -31,6 +31,7 @@
#include <com/sun/star/ucb/CommandFailedException.hpp> #include <com/sun/star/ucb/CommandFailedException.hpp>
#include <comphelper/propertysequence.hxx> #include <comphelper/propertysequence.hxx>
#include <cppuhelper/exc_hlp.hxx> #include <cppuhelper/exc_hlp.hxx>
#include <sal/log.hxx>
#include "dp_gui_dialog2.hxx" #include "dp_gui_dialog2.hxx"
#include "dp_gui_extensioncmdqueue.hxx" #include "dp_gui_extensioncmdqueue.hxx"

View File

@ -28,6 +28,7 @@
#include <com/sun/star/ucb/CommandFailedException.hpp> #include <com/sun/star/ucb/CommandFailedException.hpp>
#include <osl/diagnose.h> #include <osl/diagnose.h>
#include <rtl/bootstrap.hxx> #include <rtl/bootstrap.hxx>
#include <sal/log.hxx>
using namespace ::com::sun::star; using namespace ::com::sun::star;
using namespace ::com::sun::star::uno; using namespace ::com::sun::star::uno;

View File

@ -18,6 +18,7 @@
*/ */
#include <sal/config.h> #include <sal/config.h>
#include <sal/log.hxx>
#include <dp_shared.hxx> #include <dp_shared.hxx>
#include <dp_package.hxx> #include <dp_package.hxx>

View File

@ -21,6 +21,7 @@
#include <cppuhelper/supportsservice.hxx> #include <cppuhelper/supportsservice.hxx>
#include <tools/urlobj.hxx> #include <tools/urlobj.hxx>
#include <unotools/bootstrap.hxx> #include <unotools/bootstrap.hxx>
#include <sal/log.hxx>
using namespace ::com::sun::star; using namespace ::com::sun::star;

View File

@ -22,6 +22,7 @@
#include <tools/urlobj.hxx> #include <tools/urlobj.hxx>
#include <unotools/bootstrap.hxx> #include <unotools/bootstrap.hxx>
#include <unotools/ucbstreamhelper.hxx> #include <unotools/ucbstreamhelper.hxx>
#include <sal/log.hxx>
using namespace ::com::sun::star; using namespace ::com::sun::star;
using namespace ::com::sun::star::uno; using namespace ::com::sun::star::uno;

View File

@ -22,6 +22,7 @@
#include <dp_shared.hxx> #include <dp_shared.hxx>
#include "unopkg_shared.h" #include "unopkg_shared.h"
#include <osl/thread.h> #include <osl/thread.h>
#include <sal/log.hxx>
#include <unotools/resmgr.hxx> #include <unotools/resmgr.hxx>
#include <cppuhelper/implbase.hxx> #include <cppuhelper/implbase.hxx>
#include <cppuhelper/exc_hlp.hxx> #include <cppuhelper/exc_hlp.hxx>

View File

@ -26,6 +26,7 @@
#include <rtl/bootstrap.hxx> #include <rtl/bootstrap.hxx>
#include <rtl/strbuf.hxx> #include <rtl/strbuf.hxx>
#include <rtl/ustrbuf.hxx> #include <rtl/ustrbuf.hxx>
#include <sal/log.hxx>
#include <osl/process.h> #include <osl/process.h>
#include <osl/file.hxx> #include <osl/file.hxx>
#include <osl/thread.hxx> #include <osl/thread.hxx>

View File

@ -24,6 +24,7 @@
#include <cppuhelper/supportsservice.hxx> #include <cppuhelper/supportsservice.hxx>
#include <rtl/ustrbuf.hxx> #include <rtl/ustrbuf.hxx>
#include <rtl/math.hxx> #include <rtl/math.hxx>
#include <sal/log.hxx>
using namespace com::sun::star; using namespace com::sun::star;

View File

@ -18,6 +18,7 @@
*/ */
#include <sal/config.h> #include <sal/config.h>
#include <sal/log.hxx>
#include <algorithm> #include <algorithm>
#include <map> #include <map>

View File

@ -44,6 +44,7 @@
#include <basegfx/polygon/b2dpolypolygontools.hxx> #include <basegfx/polygon/b2dpolypolygontools.hxx>
#include <vcl/hatch.hxx> #include <vcl/hatch.hxx>
#include <tools/diagnose_ex.h> #include <tools/diagnose_ex.h>
#include <sal/log.hxx>
#include <com/sun/star/awt/PosSize.hpp> #include <com/sun/star/awt/PosSize.hpp>
#include <drawinglayer/primitive2d/invertprimitive2d.hxx> #include <drawinglayer/primitive2d/invertprimitive2d.hxx>
#include <cstdio> #include <cstdio>

View File

@ -43,6 +43,7 @@
#include <drawinglayer/primitive2d/pagepreviewprimitive2d.hxx> #include <drawinglayer/primitive2d/pagepreviewprimitive2d.hxx>
#include <tools/diagnose_ex.h> #include <tools/diagnose_ex.h>
#include <rtl/ustrbuf.hxx> #include <rtl/ustrbuf.hxx>
#include <sal/log.hxx>
#include <vcl/metric.hxx> #include <vcl/metric.hxx>
#include <drawinglayer/primitive2d/textenumsprimitive2d.hxx> #include <drawinglayer/primitive2d/textenumsprimitive2d.hxx>
#include <drawinglayer/primitive2d/epsprimitive2d.hxx> #include <drawinglayer/primitive2d/epsprimitive2d.hxx>

View File

@ -20,7 +20,7 @@
#include <drawinglayer/texture/texture3d.hxx> #include <drawinglayer/texture/texture3d.hxx>
#include <vcl/bitmapaccess.hxx> #include <vcl/bitmapaccess.hxx>
#include <drawinglayer/primitive3d/hatchtextureprimitive3d.hxx> #include <drawinglayer/primitive3d/hatchtextureprimitive3d.hxx>
#include <sal/log.hxx>
namespace drawinglayer namespace drawinglayer
{ {

View File

@ -34,6 +34,7 @@
#include <basegfx/polygon/b2dpolygontools.hxx> #include <basegfx/polygon/b2dpolygontools.hxx>
#include <basegfx/polygon/b2dpolypolygon.hxx> #include <basegfx/polygon/b2dpolypolygon.hxx>
#include <basegfx/polygon/b2dpolypolygontools.hxx> #include <basegfx/polygon/b2dpolypolygontools.hxx>
#include <sal/log.hxx>
#include <vcl/canvastools.hxx> #include <vcl/canvastools.hxx>
#include "emfpbrush.hxx" #include "emfpbrush.hxx"
#include "emfppath.hxx" #include "emfppath.hxx"

View File

@ -35,6 +35,7 @@
#include <basegfx/polygon/b2dpolypolygon.hxx> #include <basegfx/polygon/b2dpolypolygon.hxx>
#include <basegfx/polygon/b2dpolypolygontools.hxx> #include <basegfx/polygon/b2dpolypolygontools.hxx>
#include <vcl/canvastools.hxx> #include <vcl/canvastools.hxx>
#include <sal/log.hxx>
#include "emfpcustomlinecap.hxx" #include "emfpcustomlinecap.hxx"
#include "emfppath.hxx" #include "emfppath.hxx"
#include "emfppen.hxx" #include "emfppen.hxx"

View File

@ -35,6 +35,7 @@
#include <basegfx/polygon/b2dpolypolygon.hxx> #include <basegfx/polygon/b2dpolypolygon.hxx>
#include <basegfx/polygon/b2dpolypolygontools.hxx> #include <basegfx/polygon/b2dpolypolygontools.hxx>
#include <vcl/canvastools.hxx> #include <vcl/canvastools.hxx>
#include <sal/log.hxx>
#include "emfpfont.hxx" #include "emfpfont.hxx"
namespace emfplushelper namespace emfplushelper

View File

@ -38,6 +38,7 @@
#include <basegfx/polygon/b2dpolygonclipper.hxx> #include <basegfx/polygon/b2dpolygonclipper.hxx>
#include <basegfx/polygon/b2dpolygontools.hxx> #include <basegfx/polygon/b2dpolygontools.hxx>
#include <basegfx/polygon/b2dpolypolygoncutter.hxx> #include <basegfx/polygon/b2dpolypolygoncutter.hxx>
#include <sal/log.hxx>
#include <o3tl/make_unique.hxx> #include <o3tl/make_unique.hxx>
#include <vcl/svapp.hxx> #include <vcl/svapp.hxx>
#include <vcl/settings.hxx> #include <vcl/settings.hxx>

View File

@ -17,6 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include <vcl/graphicfilter.hxx> #include <vcl/graphicfilter.hxx>
#include <sal/log.hxx>
#include "emfpimage.hxx" #include "emfpimage.hxx"
namespace emfplushelper namespace emfplushelper

View File

@ -20,6 +20,7 @@
#include <basegfx/point/b2dpoint.hxx> #include <basegfx/point/b2dpoint.hxx>
#include <basegfx/polygon/b2dpolygon.hxx> #include <basegfx/polygon/b2dpolygon.hxx>
#include <basegfx/polygon/b2dpolypolygon.hxx> #include <basegfx/polygon/b2dpolypolygon.hxx>
#include <sal/log.hxx>
#include "emfppath.hxx" #include "emfppath.hxx"
namespace emfplushelper namespace emfplushelper

View File

@ -34,6 +34,7 @@
#include <basegfx/polygon/b2dpolygontools.hxx> #include <basegfx/polygon/b2dpolygontools.hxx>
#include <basegfx/polygon/b2dpolypolygon.hxx> #include <basegfx/polygon/b2dpolypolygon.hxx>
#include <basegfx/polygon/b2dpolypolygontools.hxx> #include <basegfx/polygon/b2dpolypolygontools.hxx>
#include <sal/log.hxx>
#include <vcl/canvastools.hxx> #include <vcl/canvastools.hxx>
#include "emfppen.hxx" #include "emfppen.hxx"
#include "emfpcustomlinecap.hxx" #include "emfpcustomlinecap.hxx"

View File

@ -24,6 +24,7 @@
#include <basegfx/polygon/b2dpolygontools.hxx> #include <basegfx/polygon/b2dpolygontools.hxx>
#include <basegfx/polygon/b2dpolypolygon.hxx> #include <basegfx/polygon/b2dpolypolygon.hxx>
#include <basegfx/polygon/b2dpolypolygontools.hxx> #include <basegfx/polygon/b2dpolypolygontools.hxx>
#include <sal/log.hxx>
#include "emfpregion.hxx" #include "emfpregion.hxx"
#include "emfppath.hxx" #include "emfppath.hxx"

View File

@ -19,6 +19,7 @@
#include <com/sun/star/rendering/XCanvas.hpp> #include <com/sun/star/rendering/XCanvas.hpp>
#include <vcl/canvastools.hxx> #include <vcl/canvastools.hxx>
#include <sal/log.hxx>
#include "emfpstringformat.hxx" #include "emfpstringformat.hxx"
namespace emfplushelper namespace emfplushelper

View File

@ -44,6 +44,7 @@
#include <drawinglayer/primitive2d/textstrikeoutprimitive2d.hxx> #include <drawinglayer/primitive2d/textstrikeoutprimitive2d.hxx>
#include <drawinglayer/primitive2d/epsprimitive2d.hxx> #include <drawinglayer/primitive2d/epsprimitive2d.hxx>
#include <o3tl/make_unique.hxx> #include <o3tl/make_unique.hxx>
#include <sal/log.hxx>
#include <tools/fract.hxx> #include <tools/fract.hxx>
#include <vcl/gradient.hxx> #include <vcl/gradient.hxx>
#include <vcl/hatch.hxx> #include <vcl/hatch.hxx>

View File

@ -27,6 +27,7 @@
#include <vcl/window.hxx> #include <vcl/window.hxx>
#include <vcl/svapp.hxx> #include <vcl/svapp.hxx>
#include <tools/diagnose_ex.h> #include <tools/diagnose_ex.h>
#include <sal/log.hxx>
#include <editeng/flditem.hxx> #include <editeng/flditem.hxx>
#include <com/sun/star/uno/Any.hxx> #include <com/sun/star/uno/Any.hxx>
#include <com/sun/star/uno/Reference.hxx> #include <com/sun/star/uno/Reference.hxx>

View File

@ -24,6 +24,7 @@
#include <com/sun/star/uno/Any.hxx> #include <com/sun/star/uno/Any.hxx>
#include <com/sun/star/uno/Reference.hxx> #include <com/sun/star/uno/Reference.hxx>
#include <cppuhelper/weakref.hxx> #include <cppuhelper/weakref.hxx>
#include <sal/log.hxx>
#include <com/sun/star/accessibility/XAccessible.hpp> #include <com/sun/star/accessibility/XAccessible.hpp>
#include <com/sun/star/accessibility/AccessibleStateType.hpp> #include <com/sun/star/accessibility/AccessibleStateType.hpp>

View File

@ -57,6 +57,7 @@
#include "impedit.hxx" #include "impedit.hxx"
#include <rtl/ustrbuf.hxx> #include <rtl/ustrbuf.hxx>
#include <sal/log.hxx>
#include <svl/grabbagitem.hxx> #include <svl/grabbagitem.hxx>
#include <tools/stream.hxx> #include <tools/stream.hxx>

View File

@ -74,6 +74,7 @@
#include <linguistic/lngprops.hxx> #include <linguistic/lngprops.hxx>
#include <i18nlangtag/mslangid.hxx> #include <i18nlangtag/mslangid.hxx>
#include <rtl/strbuf.hxx> #include <rtl/strbuf.hxx>
#include <sal/log.hxx>
#include <vcl/help.hxx> #include <vcl/help.hxx>
#include <com/sun/star/datatransfer/clipboard/XClipboard.hpp> #include <com/sun/star/datatransfer/clipboard/XClipboard.hpp>
#include <com/sun/star/i18n/InputSequenceCheckMode.hpp> #include <com/sun/star/i18n/InputSequenceCheckMode.hpp>

View File

@ -19,6 +19,7 @@
#include <memory> #include <memory>
#include <rtl/strbuf.hxx> #include <rtl/strbuf.hxx>
#include <sal/log.hxx>
#include <vcl/wrkwin.hxx> #include <vcl/wrkwin.hxx>
#include <vcl/dialog.hxx> #include <vcl/dialog.hxx>
#include <vcl/svapp.hxx> #include <vcl/svapp.hxx>

View File

@ -23,6 +23,7 @@
#include <vcl/svapp.hxx> #include <vcl/svapp.hxx>
#include "impedit.hxx" #include "impedit.hxx"
#include <sal/log.hxx>
#include <editeng/editview.hxx> #include <editeng/editview.hxx>
#include <editeng/editeng.hxx> #include <editeng/editeng.hxx>
#include <edtspell.hxx> #include <edtspell.hxx>

View File

@ -23,6 +23,7 @@
#include <vcl/settings.hxx> #include <vcl/settings.hxx>
#include "impedit.hxx" #include "impedit.hxx"
#include <sal/log.hxx>
#include <editeng/editeng.hxx> #include <editeng/editeng.hxx>
#include <editeng/editview.hxx> #include <editeng/editview.hxx>
#include <editeng/outliner.hxx> #include <editeng/outliner.hxx>

View File

@ -58,6 +58,7 @@
#include <com/sun/star/i18n/InputSequenceCheckMode.hpp> #include <com/sun/star/i18n/InputSequenceCheckMode.hpp>
#include <sal/log.hxx>
#include <sot/exchange.hxx> #include <sot/exchange.hxx>
#include <sot/formats.hxx> #include <sot/formats.hxx>
#include <svl/asiancfg.hxx> #include <svl/asiancfg.hxx>

View File

@ -75,6 +75,7 @@
#include <comphelper/processfactory.hxx> #include <comphelper/processfactory.hxx>
#include <rtl/ustrbuf.hxx> #include <rtl/ustrbuf.hxx>
#include <sal/log.hxx>
#include <comphelper/string.hxx> #include <comphelper/string.hxx>
#include <comphelper/lok.hxx> #include <comphelper/lok.hxx>
#include <memory> #include <memory>

View File

@ -34,6 +34,7 @@
#include "eehtml.hxx" #include "eehtml.hxx"
#include "editobj2.hxx" #include "editobj2.hxx"
#include <i18nlangtag/lang.h> #include <i18nlangtag/lang.h>
#include <sal/log.hxx>
#include <editxml.hxx> #include <editxml.hxx>

View File

@ -45,6 +45,7 @@
#include <unotools/configmgr.hxx> #include <unotools/configmgr.hxx>
#include <libxml/xmlwriter.h> #include <libxml/xmlwriter.h>
#include <editeng/unonrule.hxx> #include <editeng/unonrule.hxx>
#include <sal/log.hxx>
#define DEF_WRITER_LSPACE 500 //Standard Indentation #define DEF_WRITER_LSPACE 500 //Standard Indentation
#define DEF_DRAW_LSPACE 800 //Standard Indentation #define DEF_DRAW_LSPACE 800 //Standard Indentation

View File

@ -43,6 +43,7 @@
#include <editeng/paravertalignitem.hxx> #include <editeng/paravertalignitem.hxx>
#include <editeng/pgrditem.hxx> #include <editeng/pgrditem.hxx>
#include <rtl/ustring.hxx> #include <rtl/ustring.hxx>
#include <sal/log.hxx>
#include <editeng/memberids.h> #include <editeng/memberids.h>
#include <editeng/editids.hrc> #include <editeng/editids.hrc>
#include <editeng/itemtype.hxx> #include <editeng/itemtype.hxx>

View File

@ -26,6 +26,7 @@
#include <com/sun/star/i18n/KCharacterType.hpp> #include <com/sun/star/i18n/KCharacterType.hpp>
#include <editeng/svxfont.hxx> #include <editeng/svxfont.hxx>
#include <editeng/escapementitem.hxx> #include <editeng/escapementitem.hxx>
#include <sal/log.hxx>
SvxFont::SvxFont() SvxFont::SvxFont()
{ {

View File

@ -25,6 +25,7 @@
#include <tools/stream.hxx> #include <tools/stream.hxx>
#include <math.h> #include <math.h>
#include <rtl/math.hxx> #include <rtl/math.hxx>
#include <sal/log.hxx>
#include <unotools/fontdefs.hxx> #include <unotools/fontdefs.hxx>
#include <vcl/outdev.hxx> #include <vcl/outdev.hxx>
#include <vcl/unohelp.hxx> #include <vcl/unohelp.hxx>

View File

@ -35,6 +35,7 @@
#include <com/sun/star/i18n/WordType.hpp> #include <com/sun/star/i18n/WordType.hpp>
#include <vcl/stdtext.hxx> #include <vcl/stdtext.hxx>
#include <unotools/charclass.hxx> #include <unotools/charclass.hxx>
#include <sal/log.hxx>
#include <editeng/edtdlg.hxx> #include <editeng/edtdlg.hxx>
#include <editeng/unolingu.hxx> #include <editeng/unolingu.hxx>

View File

@ -26,6 +26,7 @@
#include <tools/urlobj.hxx> #include <tools/urlobj.hxx>
#include <i18nlangtag/mslangid.hxx> #include <i18nlangtag/mslangid.hxx>
#include <i18nutil/transliteration.hxx> #include <i18nutil/transliteration.hxx>
#include <sal/log.hxx>
#include <vcl/svapp.hxx> #include <vcl/svapp.hxx>
#include <vcl/settings.hxx> #include <vcl/settings.hxx>
#include <sot/storinfo.hxx> #include <sot/storinfo.hxx>

View File

@ -51,6 +51,7 @@
#include <editeng/editrids.hrc> #include <editeng/editrids.hrc>
#include <svtools/strings.hrc> #include <svtools/strings.hrc>
#include <unotools/resmgr.hxx> #include <unotools/resmgr.hxx>
#include <sal/log.hxx>
using namespace ::comphelper; using namespace ::comphelper;
using namespace ::linguistic; using namespace ::linguistic;

View File

@ -51,6 +51,7 @@
#include <editeng/brushitem.hxx> #include <editeng/brushitem.hxx>
#include <svl/itempool.hxx> #include <svl/itempool.hxx>
#include <libxml/xmlwriter.h> #include <libxml/xmlwriter.h>
#include <sal/log.hxx>
// calculate if it's RTL or not // calculate if it's RTL or not
#include <unicode/ubidi.h> #include <unicode/ubidi.h>

View File

@ -30,6 +30,7 @@
#include <editeng/editobj.hxx> #include <editeng/editobj.hxx>
#include <vcl/bitmap.hxx> #include <vcl/bitmap.hxx>
#include <tools/stream.hxx> #include <tools/stream.hxx>
#include <sal/log.hxx>
#include <o3tl/cow_wrapper.hxx> #include <o3tl/cow_wrapper.hxx>
#include <libxml/xmlwriter.h> #include <libxml/xmlwriter.h>

View File

@ -44,6 +44,7 @@
#include <svl/itemset.hxx> #include <svl/itemset.hxx>
#include <svl/eitem.hxx> #include <svl/eitem.hxx>
#include <editeng/editstat.hxx> #include <editeng/editstat.hxx>
#include <sal/log.hxx>
using namespace ::com::sun::star; using namespace ::com::sun::star;

View File

@ -18,6 +18,7 @@
*/ */
#include <rtl/ustring.hxx> #include <rtl/ustring.hxx>
#include <sal/log.hxx>
#include <editeng/overflowingtxt.hxx> #include <editeng/overflowingtxt.hxx>
#include <editeng/outliner.hxx> #include <editeng/outliner.hxx>

View File

@ -24,6 +24,7 @@
#include <editeng/numdef.hxx> #include <editeng/numdef.hxx>
#include <osl/diagnose.h> #include <osl/diagnose.h>
#include <sal/log.hxx>
#include <tools/debug.hxx> #include <tools/debug.hxx>
#include <libxml/xmlwriter.h> #include <libxml/xmlwriter.h>

View File

@ -73,6 +73,7 @@
#include <svtools/rtftoken.h> #include <svtools/rtftoken.h>
#include <svl/itempool.hxx> #include <svl/itempool.hxx>
#include <svl/itemiter.hxx> #include <svl/itemiter.hxx>
#include <sal/log.hxx>
#include <editeng/svxrtf.hxx> #include <editeng/svxrtf.hxx>
#include <editeng/editids.hrc> #include <editeng/editids.hrc>

View File

@ -31,6 +31,7 @@
#include <editeng/unotext.hxx> #include <editeng/unotext.hxx>
#include <comphelper/servicehelper.hxx> #include <comphelper/servicehelper.hxx>
#include <cppuhelper/supportsservice.hxx> #include <cppuhelper/supportsservice.hxx>
#include <sal/log.hxx>
#include <editeng/unonames.hxx> #include <editeng/unonames.hxx>

View File

@ -27,6 +27,7 @@
#include <svl/itempool.hxx> #include <svl/itempool.hxx>
#include <o3tl/any.hxx> #include <o3tl/any.hxx>
#include <osl/diagnose.h> #include <osl/diagnose.h>
#include <sal/log.hxx>
#include <algorithm> #include <algorithm>
using namespace ::com::sun::star; using namespace ::com::sun::star;

View File

@ -30,6 +30,7 @@
#include <com/sun/star/uno/Sequence.hxx> #include <com/sun/star/uno/Sequence.hxx>
#include <sot/storage.hxx> #include <sot/storage.hxx>
#include <rtl/ustrbuf.hxx> #include <rtl/ustrbuf.hxx>
#include <sal/log.hxx>
#include <xmloff/xmluconv.hxx> #include <xmloff/xmluconv.hxx>
#include <xmloff/xmlnmspe.hxx> #include <xmloff/xmlnmspe.hxx>
#include <xmloff/nmspmap.hxx> #include <xmloff/nmspmap.hxx>

View File

@ -41,6 +41,7 @@
#include <cppuhelper/exc_hlp.hxx> #include <cppuhelper/exc_hlp.hxx>
#include <cppuhelper/interfacecontainer.hxx> #include <cppuhelper/interfacecontainer.hxx>
#include <comphelper/lok.hxx> #include <comphelper/lok.hxx>
#include <sal/log.hxx>
#include <vcl/svapp.hxx> #include <vcl/svapp.hxx>

View File

@ -55,6 +55,7 @@
#include <comphelper/namedvaluecollection.hxx> #include <comphelper/namedvaluecollection.hxx>
#include <tools/diagnose_ex.h> #include <tools/diagnose_ex.h>
#include <sal/log.hxx>
#include <unotools/configmgr.hxx> #include <unotools/configmgr.hxx>
#include "persistence.hxx" #include "persistence.hxx"

View File

@ -26,6 +26,7 @@
#include <commonembobj.hxx> #include <commonembobj.hxx>
#include <sal/log.hxx>
using namespace ::com::sun::star; using namespace ::com::sun::star;

View File

@ -48,6 +48,7 @@
#include <cppuhelper/interfacecontainer.h> #include <cppuhelper/interfacecontainer.h>
#include <comphelper/processfactory.hxx> #include <comphelper/processfactory.hxx>
#include <comphelper/mimeconfighelper.hxx> #include <comphelper/mimeconfighelper.hxx>
#include <sal/log.hxx>
#include <targetstatecontrol.hxx> #include <targetstatecontrol.hxx>

Some files were not shown because too many files have changed in this diff Show More