summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-10 13:14:21 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-10 13:14:21 +0100
commit08138396828aea9961f836c203d9d4a683c98882 (patch)
treec6bfb4b5ee451bc12cdb0624f2858e7a9e29a242 /include
parenttdf#93139 Orca Screen Reader does not read bullet part 2 (diff)
downloadcore-08138396828aea9961f836c203d9d4a683c98882.tar.gz
core-08138396828aea9961f836c203d9d4a683c98882.zip
Missing includes (for NULL)
Change-Id: Id2359f6ff4bddb2afbc0b346e17cd858f00179e3
Diffstat (limited to 'include')
-rw-r--r--include/com/sun/star/uno/Any.hxx1
-rw-r--r--include/com/sun/star/uno/Reference.h1
-rw-r--r--include/com/sun/star/uno/Reference.hxx4
-rw-r--r--include/com/sun/star/uno/Sequence.hxx1
-rw-r--r--include/com/sun/star/uno/Type.hxx4
-rw-r--r--include/com/sun/star/uno/genfunc.hxx4
-rw-r--r--include/cppu/unotype.hxx2
-rw-r--r--include/cppuhelper/factory.hxx4
-rw-r--r--include/cppuhelper/interfacecontainer.h1
-rw-r--r--include/cppuhelper/interfacecontainer.hxx4
-rw-r--r--include/cppuhelper/typeprovider.hxx4
-rw-r--r--include/cppuhelper/weak.hxx1
-rw-r--r--include/cppuhelper/weakref.hxx4
-rw-r--r--include/osl/conditn.hxx4
-rw-r--r--include/osl/diagnose.hxx1
-rw-r--r--include/osl/file.hxx1
-rw-r--r--include/osl/module.hxx4
-rw-r--r--include/osl/pipe.hxx4
-rw-r--r--include/osl/security.hxx4
-rw-r--r--include/osl/socket_decl.hxx4
-rw-r--r--include/osl/thread.hxx1
-rw-r--r--include/rtl/bootstrap.hxx5
-rw-r--r--include/rtl/byteseq.hxx1
-rw-r--r--include/rtl/instance.hxx2
-rw-r--r--include/rtl/math.hxx1
-rw-r--r--include/rtl/strbuf.hxx1
-rw-r--r--include/rtl/ustrbuf.hxx1
-rw-r--r--include/rtl/ustring.hxx1
-rw-r--r--include/salhelper/singletonref.hxx4
-rw-r--r--include/typelib/typedescription.hxx4
-rw-r--r--include/uno/current_context.hxx4
-rw-r--r--include/uno/dispatcher.hxx4
-rw-r--r--include/uno/environment.hxx4
-rw-r--r--include/uno/mapping.hxx4
34 files changed, 94 insertions, 0 deletions
diff --git a/include/com/sun/star/uno/Any.hxx b/include/com/sun/star/uno/Any.hxx
index 9f0de98acf1a..79f0cdbbe4f2 100644
--- a/include/com/sun/star/uno/Any.hxx
+++ b/include/com/sun/star/uno/Any.hxx
@@ -22,6 +22,7 @@
#include <sal/config.h>
#include <cassert>
+#include <cstddef>
#include <iomanip>
#include <ostream>
diff --git a/include/com/sun/star/uno/Reference.h b/include/com/sun/star/uno/Reference.h
index 58009a3d7da9..ba0868846702 100644
--- a/include/com/sun/star/uno/Reference.h
+++ b/include/com/sun/star/uno/Reference.h
@@ -22,6 +22,7 @@
#include <sal/config.h>
#include <cassert>
+#include <cstddef>
#include <rtl/alloc.h>
diff --git a/include/com/sun/star/uno/Reference.hxx b/include/com/sun/star/uno/Reference.hxx
index 7e8b4db279e2..498d5be4b46d 100644
--- a/include/com/sun/star/uno/Reference.hxx
+++ b/include/com/sun/star/uno/Reference.hxx
@@ -19,6 +19,10 @@
#ifndef INCLUDED_COM_SUN_STAR_UNO_REFERENCE_HXX
#define INCLUDED_COM_SUN_STAR_UNO_REFERENCE_HXX
+#include <sal/config.h>
+
+#include <cstddef>
+
#include <com/sun/star/uno/Reference.h>
#include <com/sun/star/uno/RuntimeException.hpp>
#include <com/sun/star/uno/XInterface.hpp>
diff --git a/include/com/sun/star/uno/Sequence.hxx b/include/com/sun/star/uno/Sequence.hxx
index c52293223fed..8b6903963608 100644
--- a/include/com/sun/star/uno/Sequence.hxx
+++ b/include/com/sun/star/uno/Sequence.hxx
@@ -22,6 +22,7 @@
#include <sal/config.h>
#include <cassert>
+#include <cstddef>
#include <osl/interlck.h>
#include <com/sun/star/uno/Sequence.h>
diff --git a/include/com/sun/star/uno/Type.hxx b/include/com/sun/star/uno/Type.hxx
index 0d88928fe445..36800ce7be78 100644
--- a/include/com/sun/star/uno/Type.hxx
+++ b/include/com/sun/star/uno/Type.hxx
@@ -19,6 +19,10 @@
#ifndef INCLUDED_COM_SUN_STAR_UNO_TYPE_HXX
#define INCLUDED_COM_SUN_STAR_UNO_TYPE_HXX
+#include <sal/config.h>
+
+#include <cstddef>
+
#include <com/sun/star/uno/Type.h>
#include <cppu/unotype.hxx>
diff --git a/include/com/sun/star/uno/genfunc.hxx b/include/com/sun/star/uno/genfunc.hxx
index 9583375c6aed..d32f2a35219d 100644
--- a/include/com/sun/star/uno/genfunc.hxx
+++ b/include/com/sun/star/uno/genfunc.hxx
@@ -19,6 +19,10 @@
#ifndef INCLUDED_COM_SUN_STAR_UNO_GENFUNC_HXX
#define INCLUDED_COM_SUN_STAR_UNO_GENFUNC_HXX
+#include <sal/config.h>
+
+#include <cstddef>
+
#include <com/sun/star/uno/genfunc.h>
#include <com/sun/star/uno/Any.hxx>
#include <com/sun/star/uno/XInterface.hpp>
diff --git a/include/cppu/unotype.hxx b/include/cppu/unotype.hxx
index 5b4cb4c6fe2c..2ab7681e61f5 100644
--- a/include/cppu/unotype.hxx
+++ b/include/cppu/unotype.hxx
@@ -22,6 +22,8 @@
#include <sal/config.h>
+#include <cstddef>
+
#if defined LIBO_INTERNAL_ONLY
#include <type_traits>
#endif
diff --git a/include/cppuhelper/factory.hxx b/include/cppuhelper/factory.hxx
index 7f69b76814f2..ee8ac008c31f 100644
--- a/include/cppuhelper/factory.hxx
+++ b/include/cppuhelper/factory.hxx
@@ -19,6 +19,10 @@
#ifndef INCLUDED_CPPUHELPER_FACTORY_HXX
#define INCLUDED_CPPUHELPER_FACTORY_HXX
+#include <sal/config.h>
+
+#include <cstddef>
+
#include <rtl/ustring.hxx>
#include <rtl/unload.h>
diff --git a/include/cppuhelper/interfacecontainer.h b/include/cppuhelper/interfacecontainer.h
index 245b7188ec88..5aa75ddf3337 100644
--- a/include/cppuhelper/interfacecontainer.h
+++ b/include/cppuhelper/interfacecontainer.h
@@ -21,6 +21,7 @@
#include <sal/config.h>
+#include <cstddef>
#include <functional>
#include <vector>
#include <utility>
diff --git a/include/cppuhelper/interfacecontainer.hxx b/include/cppuhelper/interfacecontainer.hxx
index 9b858f9b2e54..6b765ba2bccd 100644
--- a/include/cppuhelper/interfacecontainer.hxx
+++ b/include/cppuhelper/interfacecontainer.hxx
@@ -19,6 +19,10 @@
#ifndef INCLUDED_CPPUHELPER_INTERFACECONTAINER_HXX
#define INCLUDED_CPPUHELPER_INTERFACECONTAINER_HXX
+#include <sal/config.h>
+
+#include <cstddef>
+
#include <cppuhelper/interfacecontainer.h>
diff --git a/include/cppuhelper/typeprovider.hxx b/include/cppuhelper/typeprovider.hxx
index 9dc9709cbae5..d1ff52dd4a3f 100644
--- a/include/cppuhelper/typeprovider.hxx
+++ b/include/cppuhelper/typeprovider.hxx
@@ -19,6 +19,10 @@
#ifndef INCLUDED_CPPUHELPER_TYPEPROVIDER_HXX
#define INCLUDED_CPPUHELPER_TYPEPROVIDER_HXX
+#include <sal/config.h>
+
+#include <cstddef>
+
#include <rtl/alloc.h>
#include <com/sun/star/uno/Sequence.hxx>
#include <cppuhelper/cppuhelperdllapi.h>
diff --git a/include/cppuhelper/weak.hxx b/include/cppuhelper/weak.hxx
index 5b05edd97907..71958d3a603f 100644
--- a/include/cppuhelper/weak.hxx
+++ b/include/cppuhelper/weak.hxx
@@ -20,6 +20,7 @@
#define INCLUDED_CPPUHELPER_WEAK_HXX
#include <cassert>
+#include <cstddef>
#include <osl/interlck.h>
#include <rtl/alloc.h>
#include <com/sun/star/uno/XWeak.hpp>
diff --git a/include/cppuhelper/weakref.hxx b/include/cppuhelper/weakref.hxx
index c07ec732c888..8494ddd189cb 100644
--- a/include/cppuhelper/weakref.hxx
+++ b/include/cppuhelper/weakref.hxx
@@ -19,6 +19,10 @@
#ifndef INCLUDED_CPPUHELPER_WEAKREF_HXX
#define INCLUDED_CPPUHELPER_WEAKREF_HXX
+#include <sal/config.h>
+
+#include <cstddef>
+
#include <com/sun/star/uno/Reference.hxx>
#include <com/sun/star/uno/XInterface.hpp>
#include <cppuhelper/cppuhelperdllapi.h>
diff --git a/include/osl/conditn.hxx b/include/osl/conditn.hxx
index d728d1e78c73..2e91dd07d5ae 100644
--- a/include/osl/conditn.hxx
+++ b/include/osl/conditn.hxx
@@ -20,6 +20,10 @@
#ifndef INCLUDED_OSL_CONDITN_HXX
#define INCLUDED_OSL_CONDITN_HXX
+#include <sal/config.h>
+
+#include <cstddef>
+
#include <osl/time.h>
#include <osl/conditn.h>
diff --git a/include/osl/diagnose.hxx b/include/osl/diagnose.hxx
index deccf8bcb7be..c94b9b1dc5ad 100644
--- a/include/osl/diagnose.hxx
+++ b/include/osl/diagnose.hxx
@@ -23,6 +23,7 @@
#include <sal/config.h>
+#include <cstddef>
#include <functional>
#include <typeinfo>
diff --git a/include/osl/file.hxx b/include/osl/file.hxx
index 1e75a57b8c1f..87d11fb3206d 100644
--- a/include/osl/file.hxx
+++ b/include/osl/file.hxx
@@ -25,6 +25,7 @@
#include <string.h>
#include <cassert>
+#include <cstddef>
#include <sal/log.hxx>
#include <osl/time.h>
diff --git a/include/osl/module.hxx b/include/osl/module.hxx
index db8e24ec485f..0cf9e64b3c09 100644
--- a/include/osl/module.hxx
+++ b/include/osl/module.hxx
@@ -20,6 +20,10 @@
#ifndef INCLUDED_OSL_MODULE_HXX
#define INCLUDED_OSL_MODULE_HXX
+#include <sal/config.h>
+
+#include <cstddef>
+
#include <rtl/ustring.hxx>
#include <osl/module.h>
diff --git a/include/osl/pipe.hxx b/include/osl/pipe.hxx
index b1cc1e6b5f40..04a971b9d09d 100644
--- a/include/osl/pipe.hxx
+++ b/include/osl/pipe.hxx
@@ -19,6 +19,10 @@
#ifndef INCLUDED_OSL_PIPE_HXX
#define INCLUDED_OSL_PIPE_HXX
+#include <sal/config.h>
+
+#include <cstddef>
+
#include <osl/pipe_decl.hxx>
namespace osl
diff --git a/include/osl/security.hxx b/include/osl/security.hxx
index 4d94ee10e308..57ab17de4c46 100644
--- a/include/osl/security.hxx
+++ b/include/osl/security.hxx
@@ -20,6 +20,10 @@
#ifndef INCLUDED_OSL_SECURITY_HXX
#define INCLUDED_OSL_SECURITY_HXX
+#include <sal/config.h>
+
+#include <cstddef>
+
#include <rtl/ustring.hxx>
#include <osl/security_decl.hxx>
diff --git a/include/osl/socket_decl.hxx b/include/osl/socket_decl.hxx
index 7f2a18f6390d..facad546ba4a 100644
--- a/include/osl/socket_decl.hxx
+++ b/include/osl/socket_decl.hxx
@@ -20,6 +20,10 @@
#ifndef INCLUDED_OSL_SOCKET_DECL_HXX
#define INCLUDED_OSL_SOCKET_DECL_HXX
+#include <sal/config.h>
+
+#include <cstddef>
+
#include <osl/socket.h>
#include <rtl/ustring.hxx>
#include <rtl/byteseq.hxx>
diff --git a/include/osl/thread.hxx b/include/osl/thread.hxx
index 0da8c847abd5..6c2392f0da30 100644
--- a/include/osl/thread.hxx
+++ b/include/osl/thread.hxx
@@ -23,6 +23,7 @@
#include <sal/config.h>
#include <cassert>
+#include <cstddef>
#include <osl/time.h>
#include <osl/thread.h>
diff --git a/include/rtl/bootstrap.hxx b/include/rtl/bootstrap.hxx
index 2c433b923977..e058724e8e9f 100644
--- a/include/rtl/bootstrap.hxx
+++ b/include/rtl/bootstrap.hxx
@@ -18,6 +18,11 @@
*/
#ifndef INCLUDED_RTL_BOOTSTRAP_HXX
#define INCLUDED_RTL_BOOTSTRAP_HXX
+
+#include <sal/config.h>
+
+#include <cstddef>
+
#include <rtl/ustring.hxx>
#include <rtl/bootstrap.h>
diff --git a/include/rtl/byteseq.hxx b/include/rtl/byteseq.hxx
index cb16b83487d7..041b8bc361a8 100644
--- a/include/rtl/byteseq.hxx
+++ b/include/rtl/byteseq.hxx
@@ -21,6 +21,7 @@
#include <rtl/byteseq.h>
+#include <cstddef>
#include <new>
namespace rtl
diff --git a/include/rtl/instance.hxx b/include/rtl/instance.hxx
index d7f8401fef4a..740c581df1ca 100644
--- a/include/rtl/instance.hxx
+++ b/include/rtl/instance.hxx
@@ -22,6 +22,8 @@
#include <sal/config.h>
+#include <cstddef>
+
#include <osl/doublecheckedlocking.h>
#if ! HAVE_THREADSAFE_STATICS
#include <osl/getglobalmutex.hxx>
diff --git a/include/rtl/math.hxx b/include/rtl/math.hxx
index 76d00f0ce993..642763dfc2d7 100644
--- a/include/rtl/math.hxx
+++ b/include/rtl/math.hxx
@@ -27,6 +27,7 @@
#include <sal/mathconf.h>
#include <sal/types.h>
+#include <cstddef>
#include <math.h>
namespace rtl {
diff --git a/include/rtl/strbuf.hxx b/include/rtl/strbuf.hxx
index 15926911008e..2798e92883d1 100644
--- a/include/rtl/strbuf.hxx
+++ b/include/rtl/strbuf.hxx
@@ -23,6 +23,7 @@
#include <sal/config.h>
#include <cassert>
+#include <cstddef>
#include <string.h>
#include <rtl/strbuf.h>
diff --git a/include/rtl/ustrbuf.hxx b/include/rtl/ustrbuf.hxx
index 911163e2db20..ef2564da978b 100644
--- a/include/rtl/ustrbuf.hxx
+++ b/include/rtl/ustrbuf.hxx
@@ -23,6 +23,7 @@
#include <sal/config.h>
#include <cassert>
+#include <cstddef>
#include <string.h>
#include <rtl/ustrbuf.h>
diff --git a/include/rtl/ustring.hxx b/include/rtl/ustring.hxx
index 20becd358589..2337e322c6d4 100644
--- a/include/rtl/ustring.hxx
+++ b/include/rtl/ustring.hxx
@@ -23,6 +23,7 @@
#include <sal/config.h>
#include <cassert>
+#include <cstddef>
#include <new>
#include <ostream>
#include <string.h>
diff --git a/include/salhelper/singletonref.hxx b/include/salhelper/singletonref.hxx
index 83bbf34ba6ac..84064be2a0ce 100644
--- a/include/salhelper/singletonref.hxx
+++ b/include/salhelper/singletonref.hxx
@@ -20,6 +20,10 @@
#ifndef INCLUDED_SALHELPER_SINGLETONREF_HXX
#define INCLUDED_SALHELPER_SINGLETONREF_HXX
+#include <sal/config.h>
+
+#include <cstddef>
+
#include <osl/mutex.hxx>
#include <rtl/instance.hxx>
#include <osl/diagnose.h>
diff --git a/include/typelib/typedescription.hxx b/include/typelib/typedescription.hxx
index 26252a344023..c8f0eb24d2de 100644
--- a/include/typelib/typedescription.hxx
+++ b/include/typelib/typedescription.hxx
@@ -19,6 +19,10 @@
#ifndef INCLUDED_TYPELIB_TYPEDESCRIPTION_HXX
#define INCLUDED_TYPELIB_TYPEDESCRIPTION_HXX
+#include <sal/config.h>
+
+#include <cstddef>
+
#include <rtl/alloc.h>
#include <rtl/ustring.hxx>
#include <com/sun/star/uno/Type.h>
diff --git a/include/uno/current_context.hxx b/include/uno/current_context.hxx
index 8f04104bc3c6..cfe3eef4d5e0 100644
--- a/include/uno/current_context.hxx
+++ b/include/uno/current_context.hxx
@@ -19,6 +19,10 @@
#ifndef INCLUDED_UNO_CURRENT_CONTEXT_HXX
#define INCLUDED_UNO_CURRENT_CONTEXT_HXX
+#include <sal/config.h>
+
+#include <cstddef>
+
#include <uno/current_context.h>
#include <uno/lbnames.h>
diff --git a/include/uno/dispatcher.hxx b/include/uno/dispatcher.hxx
index 75bf1a7503cf..d8d5189b14ec 100644
--- a/include/uno/dispatcher.hxx
+++ b/include/uno/dispatcher.hxx
@@ -20,6 +20,10 @@
#ifndef INCLUDED_UNO_DISPATCHER_HXX
#define INCLUDED_UNO_DISPATCHER_HXX
+#include <sal/config.h>
+
+#include <cstddef>
+
#include <uno/dispatcher.h>
/// @cond INTERNAL
diff --git a/include/uno/environment.hxx b/include/uno/environment.hxx
index 623f9f72f1de..8a836148677a 100644
--- a/include/uno/environment.hxx
+++ b/include/uno/environment.hxx
@@ -19,6 +19,10 @@
#ifndef INCLUDED_UNO_ENVIRONMENT_HXX
#define INCLUDED_UNO_ENVIRONMENT_HXX
+#include <sal/config.h>
+
+#include <cstddef>
+
#include <rtl/alloc.h>
#include <rtl/ustring.hxx>
#include <uno/environment.h>
diff --git a/include/uno/mapping.hxx b/include/uno/mapping.hxx
index 9a7220d3a510..6db166e25ddc 100644
--- a/include/uno/mapping.hxx
+++ b/include/uno/mapping.hxx
@@ -19,6 +19,10 @@
#ifndef INCLUDED_UNO_MAPPING_HXX
#define INCLUDED_UNO_MAPPING_HXX
+#include <sal/config.h>
+
+#include <cstddef>
+
#include <uno/lbnames.h>
#include <rtl/alloc.h>
#include <rtl/ustring.hxx>