loplugin:includeform: package

Change-Id: I64200b2d03d579c5c83d1ec0cc8aaa839edaa7ed
This commit is contained in:
Stephan Bergmann
2017-10-23 22:34:57 +02:00
parent cb3b0cb54e
commit a50d42929a
26 changed files with 42 additions and 42 deletions

View File

@@ -19,7 +19,7 @@
#ifndef INCLUDED_PACKAGE_INC_HASHMAPS_HXX
#define INCLUDED_PACKAGE_INC_HASHMAPS_HXX
#include <ZipEntry.hxx>
#include "ZipEntry.hxx"
#include <rtl/ref.hxx>
#include <unordered_map>

View File

@@ -19,7 +19,7 @@
#ifndef INCLUDED_PACKAGE_INC_ZIPENUMERATION_HXX
#define INCLUDED_PACKAGE_INC_ZIPENUMERATION_HXX
#include <HashMaps.hxx>
#include "HashMaps.hxx"
class ZipEnumeration
{

View File

@@ -28,9 +28,9 @@
#include <comphelper/refcountedmutex.hxx>
#include <package/Inflater.hxx>
#include <ByteGrabber.hxx>
#include <HashMaps.hxx>
#include <EncryptionData.hxx>
#include "ByteGrabber.hxx"
#include "HashMaps.hxx"
#include "EncryptionData.hxx"
#include <memory>

View File

@@ -27,7 +27,7 @@
#include <com/sun/star/xml/crypto/XDigestContext.hpp>
#include <package/Deflater.hxx>
#include <CRC32.hxx>
#include "CRC32.hxx"
#include <atomic>
struct ZipEntry;

View File

@@ -22,7 +22,7 @@
#include <com/sun/star/uno/Reference.hxx>
#include <com/sun/star/io/XOutputStream.hpp>
#include <ByteChucker.hxx>
#include "ByteChucker.hxx"
#include <comphelper/threadpool.hxx>
#include <vector>

View File

@@ -33,7 +33,7 @@
#include <com/sun/star/lang/IllegalArgumentException.hpp>
#include <comphelper/refcountedmutex.hxx>
#include <HashMaps.hxx>
#include "HashMaps.hxx"
#include <osl/file.h>
#include <vector>
#include <memory>

View File

@@ -27,7 +27,7 @@
#include <com/sun/star/container/XNameContainer.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <ZipEntry.hxx>
#include "ZipEntry.hxx"
#include <cppuhelper/implbase.hxx>
#include <vector>

View File

@@ -23,8 +23,8 @@
#include <com/sun/star/container/XEnumerationAccess.hpp>
#include <com/sun/star/beans/StringPair.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <HashMaps.hxx>
#include <ZipPackageEntry.hxx>
#include "HashMaps.hxx"
#include "ZipPackageEntry.hxx"
#include <cppuhelper/implbase.hxx>
#include <vector>

View File

@@ -24,12 +24,12 @@
#include <com/sun/star/beans/NamedValue.hpp>
#include <com/sun/star/packages/XDataSinkEncrSupport.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <ZipPackageEntry.hxx>
#include "ZipPackageEntry.hxx"
#include <rtl/ref.hxx>
#include <comphelper/refcountedmutex.hxx>
#include <cppuhelper/implbase.hxx>
#include <EncryptionData.hxx>
#include "EncryptionData.hxx"
#define PACKAGE_STREAM_NOTSET 0
#define PACKAGE_STREAM_PACKAGEMEMBER 1

View File

@@ -32,8 +32,8 @@
#include <comphelper/refcountedmutex.hxx>
#include <cppuhelper/implbase.hxx>
#include <ZipFile.hxx>
#include <HashMaps.hxx>
#include "ZipFile.hxx"
#include "HashMaps.hxx"
#include <memory>

View File

@@ -25,8 +25,8 @@
#include <com/sun/star/beans/PropertyValue.hpp>
#include <com/sun/star/uno/RuntimeException.hpp>
#include <ManifestDefines.hxx>
#include <ManifestExport.hxx>
#include "ManifestDefines.hxx"
#include "ManifestExport.hxx"
#include <sax/tools/converter.hxx>
#include <osl/diagnose.h>

View File

@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include <ManifestImport.hxx>
#include <ManifestDefines.hxx>
#include "ManifestImport.hxx"
#include "ManifestDefines.hxx"
#include <sax/tools/converter.hxx>
#include <osl/diagnose.h>
#include <com/sun/star/xml/sax/XAttributeList.hpp>

View File

@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include <ManifestReader.hxx>
#include <ManifestImport.hxx>
#include "ManifestReader.hxx"
#include "ManifestImport.hxx"
#include <comphelper/processfactory.hxx>
#include <comphelper/sequence.hxx>
#include <cppuhelper/factory.hxx>

View File

@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include <ManifestWriter.hxx>
#include <ManifestExport.hxx>
#include "ManifestWriter.hxx"
#include "ManifestExport.hxx"
#include <comphelper/processfactory.hxx>
#include <cppuhelper/factory.hxx>
#include <cppuhelper/supportsservice.hxx>

View File

@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include <ManifestReader.hxx>
#include <ManifestWriter.hxx>
#include "ManifestReader.hxx"
#include "ManifestWriter.hxx"
#include <cppuhelper/factory.hxx>
#include <com/sun/star/registry/XRegistryKey.hpp>
#include <ZipPackage.hxx>

View File

@@ -23,7 +23,7 @@
#include <com/sun/star/io/TempFile.hpp>
#include <comphelper/processfactory.hxx>
#include <comphelper/storagehelper.hxx>
#include <switchpersistencestream.hxx>
#include "switchpersistencestream.hxx"
using namespace ::com::sun::star;

View File

@@ -7,7 +7,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#include <XBufferedThreadedStream.hxx>
#include "XBufferedThreadedStream.hxx"
#include <com/sun/star/packages/zip/ZipIOException.hpp>
using namespace css::uno;

View File

@@ -11,7 +11,7 @@
#define INCLUDED_PACKAGE_SOURCE_ZIPAPI_XBUFFEREDTHREADEDSTREAM_HXX
#include <salhelper/thread.hxx>
#include <XUnbufferedStream.hxx>
#include "XUnbufferedStream.hxx"
#include <queue>
#include <vector>
#include <mutex>

View File

@@ -21,7 +21,7 @@
#include <com/sun/star/packages/zip/ZipIOException.hpp>
#include <com/sun/star/xml/crypto/CipherID.hpp>
#include <XUnbufferedStream.hxx>
#include "XUnbufferedStream.hxx"
#include <EncryptionData.hxx>
#include <PackageConstants.hxx>
#include <ZipFile.hxx>

View File

@@ -43,12 +43,12 @@
#include "sha1context.hxx"
#include <ZipFile.hxx>
#include <ZipEnumeration.hxx>
#include <XUnbufferedStream.hxx>
#include <XBufferedThreadedStream.hxx>
#include "XUnbufferedStream.hxx"
#include "XBufferedThreadedStream.hxx"
#include <PackageConstants.hxx>
#include <EncryptedDataHeader.hxx>
#include <EncryptionData.hxx>
#include <MemoryByteGrabber.hxx>
#include "MemoryByteGrabber.hxx"
#include <CRC32.hxx>

View File

@@ -18,7 +18,7 @@
*/
#include <ZipPackage.hxx>
#include <ZipPackageSink.hxx>
#include "ZipPackageSink.hxx"
#include <ZipEnumeration.hxx>
#include <ZipPackageStream.hxx>
#include <ZipPackageFolder.hxx>
@@ -59,13 +59,13 @@
#include <com/sun/star/xml/crypto/DigestID.hpp>
#include <com/sun/star/xml/crypto/CipherID.hpp>
#include <cppuhelper/implbase.hxx>
#include <ContentInfo.hxx>
#include "ContentInfo.hxx"
#include <cppuhelper/typeprovider.hxx>
#include <rtl/uri.hxx>
#include <rtl/random.h>
#include <osl/time.h>
#include <osl/diagnose.h>
#include "com/sun/star/io/XAsyncOutputMonitor.hpp"
#include <com/sun/star/io/XAsyncOutputMonitor.hpp>
#include <cstring>
#include <memory>

View File

@@ -24,7 +24,7 @@
#include <ZipPackageFolder.hxx>
#include <ZipPackageStream.hxx>
#include <ContentInfo.hxx>
#include "ContentInfo.hxx"
#include <comphelper/storagehelper.hxx>

View File

@@ -24,7 +24,7 @@
#include <ZipOutputStream.hxx>
#include <ZipPackageStream.hxx>
#include <PackageConstants.hxx>
#include <ZipPackageFolderEnumeration.hxx>
#include "ZipPackageFolderEnumeration.hxx"
#include <com/sun/star/packages/zip/ZipConstants.hpp>
#include <com/sun/star/embed/StorageFormats.hpp>
#include <cppuhelper/supportsservice.hxx>
@@ -32,7 +32,7 @@
#include <osl/diagnose.h>
#include <osl/time.h>
#include <rtl/digest.h>
#include <ContentInfo.hxx>
#include "ContentInfo.hxx"
#include <com/sun/star/beans/PropertyValue.hpp>
#include <EncryptedDataHeader.hxx>
#include <rtl/instance.hxx>

View File

@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include <ZipPackageFolderEnumeration.hxx>
#include <ContentInfo.hxx>
#include "ZipPackageFolderEnumeration.hxx"
#include "ContentInfo.hxx"
#include <cppuhelper/supportsservice.hxx>
using namespace com::sun::star;

View File

@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include <ZipPackageSink.hxx>
#include "ZipPackageSink.hxx"
ZipPackageSink::ZipPackageSink()
: xStream ( css::uno::Reference < css::io::XInputStream > (nullptr))

View File

@@ -28,7 +28,7 @@
#include <cppuhelper/supportsservice.hxx>
#include <zipfileaccess.hxx>
#include <ZipEnumeration.hxx>
#include <ZipPackageSink.hxx>
#include "ZipPackageSink.hxx"
#include <EncryptionData.hxx>
#include <ucbhelper/content.hxx>