loplugin:includeform: testtools
Change-Id: I5449b1d38b2ae2d2d92b40cd3b67b60cbb3447f1
This commit is contained in:
parent
b0c76a6336
commit
4c8eac645b
7 changed files with 79 additions and 79 deletions
|
@ -22,15 +22,15 @@
|
|||
#include <string.h>
|
||||
#include <o3tl/any.hxx>
|
||||
#include <osl/diagnose.h>
|
||||
#include "osl/diagnose.hxx"
|
||||
#include <osl/diagnose.hxx>
|
||||
#include <osl/time.h>
|
||||
#include <sal/types.h>
|
||||
#include "typelib/typedescription.hxx"
|
||||
#include <typelib/typedescription.hxx>
|
||||
#include <uno/dispatcher.hxx>
|
||||
#include <uno/lbnames.h>
|
||||
#include "uno/mapping.hxx"
|
||||
#include <uno/mapping.hxx>
|
||||
#include <uno/data.h>
|
||||
#include "uno/environment.hxx"
|
||||
#include <uno/environment.hxx>
|
||||
|
||||
#include <cppuhelper/factory.hxx>
|
||||
#include <cppuhelper/implbase.hxx>
|
||||
|
@ -41,14 +41,14 @@
|
|||
#include <com/sun/star/lang/XMain.hpp>
|
||||
#include <com/sun/star/bridge/UnoUrlResolver.hpp>
|
||||
#include <com/sun/star/bridge/XUnoUrlResolver.hpp>
|
||||
#include "com/sun/star/uno/RuntimeException.hpp"
|
||||
#include "com/sun/star/uno/Type.hxx"
|
||||
#include <com/sun/star/uno/RuntimeException.hpp>
|
||||
#include <com/sun/star/uno/Type.hxx>
|
||||
|
||||
#include "test/testtools/bridgetest/BadConstructorArguments.hpp"
|
||||
#include "test/testtools/bridgetest/TestPolyStruct.hpp"
|
||||
#include "test/testtools/bridgetest/XBridgeTest.hpp"
|
||||
#include "test/testtools/bridgetest/XBridgeTest2.hpp"
|
||||
#include "test/testtools/bridgetest/XMulti.hpp"
|
||||
#include <test/testtools/bridgetest/BadConstructorArguments.hpp>
|
||||
#include <test/testtools/bridgetest/TestPolyStruct.hpp>
|
||||
#include <test/testtools/bridgetest/XBridgeTest.hpp>
|
||||
#include <test/testtools/bridgetest/XBridgeTest2.hpp>
|
||||
#include <test/testtools/bridgetest/XMulti.hpp>
|
||||
|
||||
#include "currentcontextchecker.hxx"
|
||||
#include "multi.hxx"
|
||||
|
|
|
@ -18,32 +18,32 @@
|
|||
*/
|
||||
|
||||
|
||||
#include "sal/config.h"
|
||||
#include <sal/config.h>
|
||||
|
||||
#include "com/sun/star/lang/XInitialization.hpp"
|
||||
#include "com/sun/star/lang/XComponent.hpp"
|
||||
#include "com/sun/star/uno/Any.hxx"
|
||||
#include "com/sun/star/uno/Exception.hpp"
|
||||
#include "com/sun/star/uno/Reference.hxx"
|
||||
#include "com/sun/star/uno/Sequence.hxx"
|
||||
#include "com/sun/star/uno/Type.hxx"
|
||||
#include "com/sun/star/uno/XComponentContext.hpp"
|
||||
#include "com/sun/star/uno/XInterface.hpp"
|
||||
#include "cppu/unotype.hxx"
|
||||
#include "cppuhelper/factory.hxx"
|
||||
#include <com/sun/star/lang/XInitialization.hpp>
|
||||
#include <com/sun/star/lang/XComponent.hpp>
|
||||
#include <com/sun/star/uno/Any.hxx>
|
||||
#include <com/sun/star/uno/Exception.hpp>
|
||||
#include <com/sun/star/uno/Reference.hxx>
|
||||
#include <com/sun/star/uno/Sequence.hxx>
|
||||
#include <com/sun/star/uno/Type.hxx>
|
||||
#include <com/sun/star/uno/XComponentContext.hpp>
|
||||
#include <com/sun/star/uno/XInterface.hpp>
|
||||
#include <cppu/unotype.hxx>
|
||||
#include <cppuhelper/factory.hxx>
|
||||
#include <cppuhelper/implbase.hxx>
|
||||
#include "cppuhelper/implementationentry.hxx"
|
||||
#include "cppuhelper/weak.hxx"
|
||||
#include "rtl/string.h"
|
||||
#include "rtl/ustring.h"
|
||||
#include "rtl/ustring.hxx"
|
||||
#include "sal/types.h"
|
||||
#include "test/testtools/bridgetest/BadConstructorArguments.hpp"
|
||||
#include "test/testtools/bridgetest/TestEnum.hpp"
|
||||
#include "test/testtools/bridgetest/TestStruct.hpp"
|
||||
#include "test/testtools/bridgetest/TestPolyStruct.hpp"
|
||||
#include "test/testtools/bridgetest/TestPolyStruct2.hpp"
|
||||
#include "test/testtools/bridgetest/XMultiBase1.hpp"
|
||||
#include <cppuhelper/implementationentry.hxx>
|
||||
#include <cppuhelper/weak.hxx>
|
||||
#include <rtl/string.h>
|
||||
#include <rtl/ustring.h>
|
||||
#include <rtl/ustring.hxx>
|
||||
#include <sal/types.h>
|
||||
#include <test/testtools/bridgetest/BadConstructorArguments.hpp>
|
||||
#include <test/testtools/bridgetest/TestEnum.hpp>
|
||||
#include <test/testtools/bridgetest/TestStruct.hpp>
|
||||
#include <test/testtools/bridgetest/TestPolyStruct.hpp>
|
||||
#include <test/testtools/bridgetest/TestPolyStruct2.hpp>
|
||||
#include <test/testtools/bridgetest/XMultiBase1.hpp>
|
||||
|
||||
namespace {
|
||||
|
||||
|
|
|
@ -19,31 +19,31 @@
|
|||
|
||||
#include <stdio.h>
|
||||
|
||||
#include "cppu/unotype.hxx"
|
||||
#include <cppu/unotype.hxx>
|
||||
#include <osl/diagnose.h>
|
||||
#include "osl/diagnose.hxx"
|
||||
#include <osl/diagnose.hxx>
|
||||
#include <osl/thread.h>
|
||||
#include <osl/mutex.hxx>
|
||||
#include <osl/time.h>
|
||||
|
||||
#include <cppuhelper/implbase.hxx>
|
||||
#include <cppuhelper/factory.hxx>
|
||||
#include "cppuhelper/exc_hlp.hxx"
|
||||
#include "cppuhelper/compbase_ex.hxx"
|
||||
#include <cppuhelper/exc_hlp.hxx>
|
||||
#include <cppuhelper/compbase_ex.hxx>
|
||||
#include <cppuhelper/supportsservice.hxx>
|
||||
#include <com/sun/star/lang/IllegalArgumentException.hpp>
|
||||
#include <com/sun/star/lang/XServiceInfo.hpp>
|
||||
#include <com/sun/star/lang/XComponent.hpp>
|
||||
#include "com/sun/star/uno/Any.hxx"
|
||||
#include "com/sun/star/uno/RuntimeException.hpp"
|
||||
#include "com/sun/star/uno/Sequence.hxx"
|
||||
#include <com/sun/star/uno/Any.hxx>
|
||||
#include <com/sun/star/uno/RuntimeException.hpp>
|
||||
#include <com/sun/star/uno/Sequence.hxx>
|
||||
|
||||
#include "test/testtools/bridgetest/Constructors.hpp"
|
||||
#include "test/testtools/bridgetest/Constructors2.hpp"
|
||||
#include "test/testtools/bridgetest/TestPolyStruct.hpp"
|
||||
#include "test/testtools/bridgetest/TestPolyStruct2.hpp"
|
||||
#include "test/testtools/bridgetest/XBridgeTest2.hpp"
|
||||
#include "test/testtools/bridgetest/XMulti.hpp"
|
||||
#include <test/testtools/bridgetest/Constructors.hpp>
|
||||
#include <test/testtools/bridgetest/Constructors2.hpp>
|
||||
#include <test/testtools/bridgetest/TestPolyStruct.hpp>
|
||||
#include <test/testtools/bridgetest/TestPolyStruct2.hpp>
|
||||
#include <test/testtools/bridgetest/XBridgeTest2.hpp>
|
||||
#include <test/testtools/bridgetest/XMulti.hpp>
|
||||
|
||||
#include "currentcontextchecker.hxx"
|
||||
#include "multi.hxx"
|
||||
|
|
|
@ -18,23 +18,23 @@
|
|||
*/
|
||||
|
||||
|
||||
#include "sal/config.h"
|
||||
#include <sal/config.h>
|
||||
|
||||
#include "currentcontextchecker.hxx"
|
||||
|
||||
#include "com/sun/star/uno/Any.hxx"
|
||||
#include "com/sun/star/uno/Reference.hxx"
|
||||
#include "com/sun/star/uno/RuntimeException.hpp"
|
||||
#include "com/sun/star/uno/XCurrentContext.hpp"
|
||||
#include "cppu/unotype.hxx"
|
||||
#include <com/sun/star/uno/Any.hxx>
|
||||
#include <com/sun/star/uno/Reference.hxx>
|
||||
#include <com/sun/star/uno/RuntimeException.hpp>
|
||||
#include <com/sun/star/uno/XCurrentContext.hpp>
|
||||
#include <cppu/unotype.hxx>
|
||||
#include <cppuhelper/implbase.hxx>
|
||||
#include "osl/diagnose.h"
|
||||
#include "osl/diagnose.hxx"
|
||||
#include "rtl/string.h"
|
||||
#include "rtl/ustring.hxx"
|
||||
#include "sal/types.h"
|
||||
#include "test/testtools/bridgetest/XCurrentContextChecker.hpp"
|
||||
#include "uno/current_context.hxx"
|
||||
#include <osl/diagnose.h>
|
||||
#include <osl/diagnose.hxx>
|
||||
#include <rtl/string.h>
|
||||
#include <rtl/ustring.hxx>
|
||||
#include <sal/types.h>
|
||||
#include <test/testtools/bridgetest/XCurrentContextChecker.hpp>
|
||||
#include <uno/current_context.hxx>
|
||||
|
||||
namespace {
|
||||
|
||||
|
|
|
@ -20,15 +20,15 @@
|
|||
#ifndef INCLUDED_TESTTOOLS_SOURCE_BRIDGETEST_CURRENTCONTEXTCHECKER_HXX
|
||||
#define INCLUDED_TESTTOOLS_SOURCE_BRIDGETEST_CURRENTCONTEXTCHECKER_HXX
|
||||
|
||||
#include "sal/config.h"
|
||||
#include "com/sun/star/uno/Reference.hxx"
|
||||
#include "com/sun/star/uno/RuntimeException.hpp"
|
||||
#include <sal/config.h>
|
||||
#include <com/sun/star/uno/Reference.hxx>
|
||||
#include <com/sun/star/uno/RuntimeException.hpp>
|
||||
#include <cppuhelper/implbase.hxx>
|
||||
#include "osl/diagnose.hxx"
|
||||
#include "sal/types.h"
|
||||
#include "test/testtools/bridgetest/XCurrentContextChecker.hpp"
|
||||
#include <osl/diagnose.hxx>
|
||||
#include <sal/types.h>
|
||||
#include <test/testtools/bridgetest/XCurrentContextChecker.hpp>
|
||||
|
||||
#include <dllapi.hxx>
|
||||
#include "dllapi.hxx"
|
||||
|
||||
namespace testtools { namespace bridgetest {
|
||||
|
||||
|
|
|
@ -18,13 +18,13 @@
|
|||
*/
|
||||
|
||||
|
||||
#include "sal/config.h"
|
||||
#include <sal/config.h>
|
||||
|
||||
#include "multi.hxx"
|
||||
|
||||
#include "rtl/string.hxx"
|
||||
#include "rtl/textenc.h"
|
||||
#include "rtl/ustring.hxx"
|
||||
#include <rtl/string.hxx>
|
||||
#include <rtl/textenc.h>
|
||||
#include <rtl/ustring.hxx>
|
||||
|
||||
#include <sstream>
|
||||
|
||||
|
|
|
@ -20,16 +20,16 @@
|
|||
#ifndef INCLUDED_TESTTOOLS_SOURCE_BRIDGETEST_MULTI_HXX
|
||||
#define INCLUDED_TESTTOOLS_SOURCE_BRIDGETEST_MULTI_HXX
|
||||
|
||||
#include "sal/config.h"
|
||||
#include <sal/config.h>
|
||||
|
||||
#include "com/sun/star/uno/Reference.hxx"
|
||||
#include "com/sun/star/uno/RuntimeException.hpp"
|
||||
#include <com/sun/star/uno/Reference.hxx>
|
||||
#include <com/sun/star/uno/RuntimeException.hpp>
|
||||
#include <cppuhelper/implbase.hxx>
|
||||
#include "rtl/ustring.hxx"
|
||||
#include "sal/types.h"
|
||||
#include "test/testtools/bridgetest/XMulti.hpp"
|
||||
#include <rtl/ustring.hxx>
|
||||
#include <sal/types.h>
|
||||
#include <test/testtools/bridgetest/XMulti.hpp>
|
||||
|
||||
#include <dllapi.hxx>
|
||||
#include "dllapi.hxx"
|
||||
|
||||
namespace testtools { namespace bridgetest {
|
||||
|
||||
|
|
Loading…
Reference in a new issue