loplugin:includeform: bridges

Change-Id: Icad98d3153a5b1710c8c2a2d338ba0129e9ff208
This commit is contained in:
Stephan Bergmann
2017-10-23 22:44:31 +02:00
parent a804707066
commit 3a511d3757
25 changed files with 123 additions and 123 deletions

View File

@@ -30,7 +30,7 @@
#include <typelib/typedescription.h> #include <typelib/typedescription.h>
#include <uno/dispatcher.h> #include <uno/dispatcher.h>
#include <uno/environment.h> #include <uno/environment.h>
#include <vtablefactory.hxx> #include "vtablefactory.hxx"
namespace com { namespace sun { namespace star { namespace uno { namespace com { namespace sun { namespace star { namespace uno {
class XInterface; class XInterface;

View File

@@ -50,7 +50,7 @@
OTHER DEALINGS IN THE SOFTWARE. OTHER DEALINGS IN THE SOFTWARE.
----------------------------------------------------------------------- */ ----------------------------------------------------------------------- */
#include "sal/config.h" #include <sal/config.h>
#include "abi.hxx" #include "abi.hxx"

View File

@@ -17,14 +17,14 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include "sal/config.h" #include <sal/config.h>
#include <cstring> #include <cstring>
#include "cppu/macros.hxx" #include <cppu/macros.hxx>
#include "sal/types.h" #include <sal/types.h>
#include "typelib/typeclass.h" #include <typelib/typeclass.h>
#include "typelib/typedescription.h" #include <typelib/typedescription.h>
#include "abi.hxx" #include "abi.hxx"
#include "callvirtualmethod.hxx" #include "callvirtualmethod.hxx"

View File

@@ -20,11 +20,11 @@
#ifndef INCLUDED_BRIDGES_SOURCE_CPP_UNO_GCC3_LINUX_X86_64_CALLVIRTUALMETHOD_HXX #ifndef INCLUDED_BRIDGES_SOURCE_CPP_UNO_GCC3_LINUX_X86_64_CALLVIRTUALMETHOD_HXX
#define INCLUDED_BRIDGES_SOURCE_CPP_UNO_GCC3_LINUX_X86_64_CALLVIRTUALMETHOD_HXX #define INCLUDED_BRIDGES_SOURCE_CPP_UNO_GCC3_LINUX_X86_64_CALLVIRTUALMETHOD_HXX
#include "sal/config.h" #include <sal/config.h>
#include "cppu/macros.hxx" #include <cppu/macros.hxx>
#include "sal/types.h" #include <sal/types.h>
#include "typelib/typedescription.h" #include <typelib/typedescription.h>
namespace CPPU_CURRENT_NAMESPACE { namespace CPPU_CURRENT_NAMESPACE {

View File

@@ -25,15 +25,15 @@
#include <sal/log.hxx> #include <sal/log.hxx>
#include <com/sun/star/uno/genfunc.hxx> #include <com/sun/star/uno/genfunc.hxx>
#include "com/sun/star/uno/RuntimeException.hpp" #include <com/sun/star/uno/RuntimeException.hpp>
#include <config_options.h> #include <config_options.h>
#include <uno/data.h> #include <uno/data.h>
#include <typelib/typedescription.hxx> #include <typelib/typedescription.hxx>
#include "bridge.hxx" #include <bridge.hxx>
#include "cppinterfaceproxy.hxx" #include <cppinterfaceproxy.hxx>
#include "types.hxx" #include <types.hxx>
#include "vtablefactory.hxx" #include <vtablefactory.hxx>
#include "abi.hxx" #include "abi.hxx"
#include "call.hxx" #include "call.hxx"

View File

@@ -25,7 +25,7 @@
#include <sal/log.hxx> #include <sal/log.hxx>
#include <com/sun/star/uno/genfunc.hxx> #include <com/sun/star/uno/genfunc.hxx>
#include "com/sun/star/uno/RuntimeException.hpp" #include <com/sun/star/uno/RuntimeException.hpp>
#include <typelib/typedescription.hxx> #include <typelib/typedescription.hxx>
#include <uno/any2.h> #include <uno/any2.h>

View File

@@ -34,8 +34,8 @@
#include <sal/log.hxx> #include <sal/log.hxx>
#include <typelib/typedescription.h> #include <typelib/typedescription.h>
#include <rtti.hxx> #include "rtti.hxx"
#include <share.hxx> #include "share.hxx"
namespace { namespace {

View File

@@ -17,7 +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 "sal/config.h" #include <sal/config.h>
#include <typeinfo> #include <typeinfo>
#include <exception> #include <exception>
@@ -29,9 +29,9 @@
#endif #endif
#include <unwind.h> #include <unwind.h>
#include "config_cxxabi.h" #include <config_cxxabi.h>
#include "uno/any2.h" #include <uno/any2.h>
#include "uno/mapping.h" #include <uno/mapping.h>
#if !HAVE_CXXABI_H_CLASS_TYPE_INFO #if !HAVE_CXXABI_H_CLASS_TYPE_INFO
// <https://mentorembedded.github.io/cxx-abi/abi.html>, // <https://mentorembedded.github.io/cxx-abi/abi.html>,

View File

@@ -22,17 +22,17 @@
#include <exception> #include <exception>
#include <typeinfo> #include <typeinfo>
#include "rtl/alloc.h" #include <rtl/alloc.h>
#include <com/sun/star/uno/genfunc.hxx> #include <com/sun/star/uno/genfunc.hxx>
#include "com/sun/star/uno/RuntimeException.hpp" #include <com/sun/star/uno/RuntimeException.hpp>
#include <o3tl/runtimetooustring.hxx> #include <o3tl/runtimetooustring.hxx>
#include <uno/data.h> #include <uno/data.h>
#include <bridge.hxx> #include <bridge.hxx>
#include <types.hxx> #include <types.hxx>
#include "unointerfaceproxy.hxx" #include <unointerfaceproxy.hxx>
#include "vtables.hxx" #include <vtables.hxx>
#include "abi.hxx" #include "abi.hxx"
#include "callvirtualmethod.hxx" #include "callvirtualmethod.hxx"

View File

@@ -18,18 +18,18 @@
*/ */
#include "bridge.hxx" #include <bridge.hxx>
#include "cppinterfaceproxy.hxx" #include <cppinterfaceproxy.hxx>
#include "unointerfaceproxy.hxx" #include <unointerfaceproxy.hxx>
#include "com/sun/star/uno/XInterface.hpp" #include <com/sun/star/uno/XInterface.hpp>
#include "rtl/ustring.h" #include <rtl/ustring.h>
#include "sal/types.h" #include <sal/types.h>
#include "typelib/typedescription.h" #include <typelib/typedescription.h>
#include "uno/dispatcher.h" #include <uno/dispatcher.h>
#include "uno/environment.h" #include <uno/environment.h>
#include "uno/mapping.h" #include <uno/mapping.h>
namespace bridges { namespace cpp_uno { namespace shared { namespace bridges { namespace cpp_uno { namespace shared {

View File

@@ -17,23 +17,23 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include "bridge.hxx" #include <bridge.hxx>
#include "com/sun/star/uno/Reference.hxx" #include <com/sun/star/uno/Reference.hxx>
#include "com/sun/star/uno/RuntimeException.hpp" #include <com/sun/star/uno/RuntimeException.hpp>
#include "com/sun/star/uno/XInterface.hpp" #include <com/sun/star/uno/XInterface.hpp>
#include "osl/mutex.hxx" #include <osl/mutex.hxx>
#include "osl/time.h" #include <osl/time.h>
#include "rtl/process.h" #include <rtl/process.h>
#include "rtl/ustrbuf.hxx" #include <rtl/ustrbuf.hxx>
#include "rtl/ustring.h" #include <rtl/ustring.h>
#include "rtl/ustring.hxx" #include <rtl/ustring.hxx>
#include <sal/log.hxx> #include <sal/log.hxx>
#include "sal/types.h" #include <sal/types.h>
#include "uno/environment.h" #include <uno/environment.h>
#include "uno/lbnames.h" #include <uno/lbnames.h>
#include "uno/mapping.h" #include <uno/mapping.h>
#include "cppu/EnvDcp.hxx" #include <cppu/EnvDcp.hxx>
namespace { namespace {

View File

@@ -17,18 +17,18 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include "cppinterfaceproxy.hxx" #include <cppinterfaceproxy.hxx>
#include "guardedarray.hxx" #include "guardedarray.hxx"
#include "bridge.hxx" #include <bridge.hxx>
#include "vtablefactory.hxx" #include <vtablefactory.hxx>
#include "com/sun/star/uno/XInterface.hpp" #include <com/sun/star/uno/XInterface.hpp>
#include "osl/getglobalmutex.hxx" #include <osl/getglobalmutex.hxx>
#include "osl/mutex.hxx" #include <osl/mutex.hxx>
#include "rtl/instance.hxx" #include <rtl/instance.hxx>
#include "typelib/typedescription.h" #include <typelib/typedescription.h>
#include <cstddef> #include <cstddef>
#include <new> #include <new>

View File

@@ -18,10 +18,10 @@
*/ */
#include "types.hxx" #include <types.hxx>
#include "typelib/typeclass.h" #include <typelib/typeclass.h>
#include "typelib/typedescription.h" #include <typelib/typedescription.h>
namespace bridges { namespace cpp_uno { namespace shared { namespace bridges { namespace cpp_uno { namespace shared {

View File

@@ -17,13 +17,13 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include "unointerfaceproxy.hxx" #include <unointerfaceproxy.hxx>
#include "bridge.hxx" #include <bridge.hxx>
#include "com/sun/star/uno/XInterface.hpp" #include <com/sun/star/uno/XInterface.hpp>
#include "typelib/typedescription.h" #include <typelib/typedescription.h>
#include "uno/dispatcher.h" #include <uno/dispatcher.h>
namespace bridges { namespace cpp_uno { namespace shared { namespace bridges { namespace cpp_uno { namespace shared {

View File

@@ -18,21 +18,21 @@
*/ */
#include "vtablefactory.hxx" #include <vtablefactory.hxx>
#include "guardedarray.hxx" #include "guardedarray.hxx"
#include "vtables.hxx" #include <vtables.hxx>
#include "osl/thread.h" #include <osl/thread.h>
#include "osl/security.hxx" #include <osl/security.hxx>
#include "osl/file.hxx" #include <osl/file.hxx>
#include "osl/mutex.hxx" #include <osl/mutex.hxx>
#include "rtl/alloc.h" #include <rtl/alloc.h>
#include "rtl/ustring.hxx" #include <rtl/ustring.hxx>
#include "sal/log.hxx" #include <sal/log.hxx>
#include "sal/types.h" #include <sal/types.h>
#include "typelib/typedescription.hxx" #include <typelib/typedescription.hxx>
#include <new> #include <new>
#include <unordered_map> #include <unordered_map>

View File

@@ -18,10 +18,10 @@
*/ */
#include "vtables.hxx" #include <vtables.hxx>
#include "sal/types.h" #include <sal/types.h>
#include "typelib/typedescription.h" #include <typelib/typedescription.h>
#include <algorithm> #include <algorithm>
#include <cassert> #include <cassert>

View File

@@ -24,17 +24,17 @@
#include <cassert> #include <cassert>
#include "jvmaccess/unovirtualmachine.hxx" #include <jvmaccess/unovirtualmachine.hxx>
#include "jvmaccess/virtualmachine.hxx" #include <jvmaccess/virtualmachine.hxx>
#include "osl/diagnose.h" #include <osl/diagnose.h>
#include "rtl/alloc.h" #include <rtl/alloc.h>
#include "rtl/ustring.hxx" #include <rtl/ustring.hxx>
#include "sal/log.hxx" #include <sal/log.hxx>
#include "uno/environment.h" #include <uno/environment.h>
#include "typelib/typedescription.h" #include <typelib/typedescription.h>
namespace jni_uno namespace jni_uno

View File

@@ -25,10 +25,10 @@
#include "jni_bridge.h" #include "jni_bridge.h"
#include "jniunoenvironmentdata.hxx" #include "jniunoenvironmentdata.hxx"
#include "jvmaccess/unovirtualmachine.hxx" #include <jvmaccess/unovirtualmachine.hxx>
#include "rtl/ref.hxx" #include <rtl/ref.hxx>
#include "rtl/strbuf.hxx" #include <rtl/strbuf.hxx>
#include "uno/lbnames.h" #include <uno/lbnames.h>
using namespace ::osl; using namespace ::osl;
using namespace ::jni_uno; using namespace ::jni_uno;

View File

@@ -28,12 +28,12 @@
#include "jni_base.h" #include "jni_base.h"
#include "jni_helper.h" #include "jni_helper.h"
#include "osl/diagnose.h" #include <osl/diagnose.h>
#include "uno/mapping.h" #include <uno/mapping.h>
#include "uno/dispatcher.h" #include <uno/dispatcher.h>
#include "com/sun/star/uno/XInterface.hpp" #include <com/sun/star/uno/XInterface.hpp>
namespace jni_uno namespace jni_uno

View File

@@ -24,8 +24,8 @@
#include "jni_bridge.h" #include "jni_bridge.h"
#include "rtl/strbuf.hxx" #include <rtl/strbuf.hxx>
#include "uno/sequence2.h" #include <uno/sequence2.h>
namespace jni_uno namespace jni_uno
{ {

View File

@@ -23,14 +23,14 @@
#include "jni_bridge.h" #include "jni_bridge.h"
#include "com/sun/star/uno/RuntimeException.hpp" #include <com/sun/star/uno/RuntimeException.hpp>
#include "jvmaccess/unovirtualmachine.hxx" #include <jvmaccess/unovirtualmachine.hxx>
#include "rtl/string.hxx" #include <rtl/string.hxx>
#include "rtl/strbuf.hxx" #include <rtl/strbuf.hxx>
#include "rtl/ustrbuf.hxx" #include <rtl/ustrbuf.hxx>
#include "uno/lbnames.h" #include <uno/lbnames.h>
using namespace ::std; using namespace ::std;

View File

@@ -26,15 +26,15 @@
#include "jni_base.h" #include "jni_base.h"
#include "osl/mutex.hxx" #include <osl/mutex.hxx>
#include "rtl/ref.hxx" #include <rtl/ref.hxx>
#include "rtl/ustring.hxx" #include <rtl/ustring.hxx>
#include "rtl/strbuf.hxx" #include <rtl/strbuf.hxx>
#include "uno/environment.h" #include <uno/environment.h>
#include "typelib/typedescription.hxx" #include <typelib/typedescription.hxx>
#include "com/sun/star/uno/Type.hxx" #include <com/sun/star/uno/Type.hxx>
namespace jvmaccess { class UnoVirtualMachine; } namespace jvmaccess { class UnoVirtualMachine; }

View File

@@ -26,9 +26,9 @@
#include <sal/alloca.h> #include <sal/alloca.h>
#include "com/sun/star/uno/RuntimeException.hpp" #include <com/sun/star/uno/RuntimeException.hpp>
#include "rtl/ustrbuf.hxx" #include <rtl/ustrbuf.hxx>
#include "jni_bridge.h" #include "jni_bridge.h"
#include "jniunoenvironmentdata.hxx" #include "jniunoenvironmentdata.hxx"

View File

@@ -28,7 +28,7 @@
#include <osl/mutex.hxx> #include <osl/mutex.hxx>
#include <rtl/ref.hxx> #include <rtl/ref.hxx>
#include <jni_info.h> #include "jni_info.h"
namespace jni_uno { namespace jni_uno {

View File

@@ -19,14 +19,14 @@
#include <string.h> #include <string.h>
#include "jvmaccess/virtualmachine.hxx" #include <jvmaccess/virtualmachine.hxx>
#include "rtl/byteseq.h" #include <rtl/byteseq.h>
#include "rtl/byteseq.hxx" #include <rtl/byteseq.hxx>
#include "rtl/ref.hxx" #include <rtl/ref.hxx>
#include "sal/types.h" #include <sal/types.h>
#include "uno/threadpool.h" #include <uno/threadpool.h>
#include "jni.h" #include <jni.h>
#include <new> #include <new>