Kaydet (Commit) cf98d5ba authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:includeform: shell (Windows)

Change-Id: I80109e4e60b0f72efee53509d5539918cec789bd
üst 6092fd42
......@@ -28,7 +28,7 @@
#include "xml_parser.hxx"
#include "zipfile.hxx"
#include <filepath.hxx>
#include "filepath.hxx"
class CBaseReader : public i_xml_parser_event_handler
{
......
......@@ -22,7 +22,7 @@
#include "basereader.hxx"
#include <stack>
#include <filepath.hxx>
#include "filepath.hxx"
class ITag;
class StreamInterface;
......
......@@ -23,7 +23,7 @@
#include "global.hxx"
#include <string>
#include <filepath.hxx>
#include "filepath.hxx"
// A simple table with information about the currently used OO file extensions
// for instance ".sxw" and information about windows registry keys which are
......
......@@ -30,7 +30,7 @@
#pragma warning(pop)
#endif
#include <string>
#include <filepath.hxx>
#include "filepath.hxx"
class CInfoTip : public IQueryInfo, public IPersistFile
{
......
......@@ -23,7 +23,7 @@
#include "basereader.hxx"
#include "types.hxx"
#include <stack>
#include <filepath.hxx>
#include "filepath.hxx"
class ITag;
class CKeywordsTag;
......
......@@ -31,7 +31,7 @@
#endif
#include <string>
#include <memory>
#include <filepath.hxx>
#include "filepath.hxx"
class CPropertySheet : public IShellExtInit, public IShellPropSheetExt
{
......
......@@ -32,7 +32,7 @@
#pragma warning(pop)
#endif
#include <string>
#include <filepath.hxx>
#include "filepath.hxx"
/** Sets a value of the specified registry key, an empty ValueName sets the default
value
......
......@@ -14,13 +14,13 @@
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wnon-virtual-dtor"
#endif
#include "spsupp_h.h"
#include <spsupp_h.h>
#if defined __clang__
#pragma clang diagnostic pop
#endif
#include "COMRefCounted.hpp"
#include "Objsafe.h"
#include "assert.h"
#include <Objsafe.h>
#include <assert.h>
class COMOpenDocuments : public COMRefCounted<IOWSNewDocument3>
{
......
......@@ -10,8 +10,8 @@
#ifndef INCLUDED_SHELL_INC_SPSUPP_COMREFCOUNTED_HPP
#define INCLUDED_SHELL_INC_SPSUPP_COMREFCOUNTED_HPP
#include "objbase.h"
#include "assert.h"
#include <objbase.h>
#include <assert.h>
template <class Interface>
class COMRefCounted : public Interface
......
......@@ -13,7 +13,7 @@
#if !defined WIN32_LEAN_AND_MEAN
# define WIN32_LEAN_AND_MEAN
#endif
#include "windows.h"
#include <windows.h>
class Registrar {
public:
......
......@@ -21,7 +21,7 @@
#define INCLUDED_SHELL_INC_INTERNAL_STREAM_HELPER_HXX
#include "types.hxx"
#include <filepath.hxx>
#include "filepath.hxx"
struct IStream;
......
......@@ -25,7 +25,7 @@
#include <string>
#include <vector>
#include <memory>
#include <filepath.hxx>
#include "filepath.hxx"
class StreamInterface;
......
......@@ -20,11 +20,11 @@
#ifndef INCLUDED_SHELL_QA_ZIP_TESTZIPIMPL_HXX
#define INCLUDED_SHELL_QA_ZIP_TESTZIPIMPL_HXX
#include "zipfile.hxx"
#include <zipfile.hxx>
#include <string>
#include <vector>
#include <algorithm>
#include "sal/types.h"
#include <sal/types.h>
using namespace std;
......
......@@ -30,12 +30,12 @@
#include <ole2.h>
#include <stdio.h>
#include "cppunit/TestAssert.h"
#include "cppunit/TestFixture.h"
#include "cppunit/extensions/HelperMacros.h"
#include "cppunit/plugin/TestPlugIn.h"
#include <cppunit/TestAssert.h>
#include <cppunit/TestFixture.h>
#include <cppunit/extensions/HelperMacros.h>
#include <cppunit/plugin/TestPlugIn.h>
#include <string>
#include "stream_helper.hxx"
#include <stream_helper.hxx>
#include "testzipimpl.hxx"
using namespace std;
......
......@@ -22,7 +22,7 @@
#include <i_xml_parser_event_handler.hxx>
#ifdef _WIN32
#include "utilities.hxx"
#include <utilities.hxx>
#else
#define UTF8ToWString(s) s
#endif
......
......@@ -18,7 +18,7 @@
*/
#include <cppuhelper/supportsservice.hxx>
#include "rtl/ustrbuf.hxx"
#include <rtl/ustrbuf.hxx>
#include "wininetbackend.hxx"
......
......@@ -18,7 +18,7 @@
*/
#include <wininetbackend.hxx>
#include "wininetbackend.hxx"
#include <com/sun/star/registry/XRegistryKey.hpp>
#include <cppuhelper/implementationentry.hxx>
......
......@@ -17,11 +17,11 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include "basereader.hxx"
#include <basereader.hxx>
#include "xml_parser.hxx"
#include <xml_parser.hxx>
#include "assert.h"
#include <assert.h>
#include <memory>
/** constructor of CBaseReader.
......
......@@ -17,12 +17,12 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include "contentreader.hxx"
#include <contentreader.hxx>
#include "dummytag.hxx"
#include "simpletag.hxx"
#include "autostyletag.hxx"
#include "assert.h"
#include <assert.h>
/** constructor.
*/
......
......@@ -21,8 +21,8 @@
#ifndef INCLUDED_SHELL_SOURCE_WIN32_OOOFILEREADER_ITAG_HXX
#define INCLUDED_SHELL_SOURCE_WIN32_OOOFILEREADER_ITAG_HXX
#include "config.hxx"
#include "types.hxx"
#include <config.hxx>
#include <types.hxx>
/*************************** interface of tag readers ***************************/
......
......@@ -17,12 +17,12 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include "metainforeader.hxx"
#include <metainforeader.hxx>
#include "dummytag.hxx"
#include "simpletag.hxx"
#include "keywordstag.hxx"
#include "assert.h"
#include <assert.h>
/** constructor.
*/
......
......@@ -17,13 +17,13 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include "global.hxx"
#include <global.hxx>
#include "classfactory.hxx"
#include "infotips.hxx"
#include "propsheets.hxx"
#include "columninfo.hxx"
#include "thumbviewer.hxx"
#include "shlxthdl.hxx"
#include <infotips.hxx>
#include <propsheets.hxx>
#include <columninfo.hxx>
#include <thumbviewer.hxx>
#include <shlxthdl.hxx>
long CClassFactory::s_ServerLocks = 0;
......
......@@ -17,12 +17,12 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include "global.hxx"
#include "columninfo.hxx"
#include "fileextensions.hxx"
#include "metainforeader.hxx"
#include "utilities.hxx"
#include "config.hxx"
#include <global.hxx>
#include <columninfo.hxx>
#include <fileextensions.hxx>
#include <metainforeader.hxx>
#include <utilities.hxx>
#include <config.hxx>
#include <sal/macros.h>
#include <malloc.h>
......
......@@ -17,18 +17,18 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include "global.hxx"
#include "infotips.hxx"
#include "shlxthdl.hxx"
#include "metainforeader.hxx"
#include "contentreader.hxx"
#include "utilities.hxx"
#include "registry.hxx"
#include "fileextensions.hxx"
#include "iso8601_converter.hxx"
#include "config.hxx"
#include "resource.h"
#include <global.hxx>
#include <infotips.hxx>
#include <shlxthdl.hxx>
#include <metainforeader.hxx>
#include <contentreader.hxx>
#include <utilities.hxx>
#include <registry.hxx>
#include <fileextensions.hxx>
#include <iso8601_converter.hxx>
#include <config.hxx>
#include <resource.h>
#include <stdio.h>
#include <utility>
#include <stdlib.h>
......
......@@ -28,10 +28,10 @@
// Platform: Windows 2000, Windows XP
#include "contentreader.hxx"
#include "metainforeader.hxx"
#include "registry.hxx"
#include "fileextensions.hxx"
#include <contentreader.hxx>
#include <metainforeader.hxx>
#include <registry.hxx>
#include <fileextensions.hxx>
// Include file Purpose
......@@ -59,13 +59,13 @@
#include <filter.h>
#include <filterr.h>
#include <ntquery.h>
#include "assert.h"
#include <assert.h>
#include "ooofilt.hxx"
#include <objidl.h>
#include <stdio.h>
#include "propspec.hxx"
#include "stream_helper.hxx"
#include <stream_helper.hxx>
//C-------------------------------------------------------------------------
// Class: COooFilter
......
......@@ -20,7 +20,7 @@
#ifndef INCLUDED_SHELL_SOURCE_WIN32_SHLXTHANDLER_OOOFILT_OOOFILT_HXX
#define INCLUDED_SHELL_SOURCE_WIN32_SHLXTHANDLER_OOOFILT_OOOFILT_HXX
#include "types.hxx"
#include <types.hxx>
//+-------------------------------------------------------------------------
// Contents: LibreOffice filter declarations
......
......@@ -31,7 +31,7 @@
#include <stdio.h>
#include <objidl.h>
#include "stream_helper.hxx"
#include <stream_helper.hxx>
BufferStream::BufferStream(IStream *str) :
stream(str)
......
......@@ -17,12 +17,12 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include "global.hxx"
#include "propertyhdl.hxx"
#include "fileextensions.hxx"
#include "metainforeader.hxx"
#include "utilities.hxx"
#include "config.hxx"
#include <global.hxx>
#include <propertyhdl.hxx>
#include <fileextensions.hxx>
#include <metainforeader.hxx>
#include <utilities.hxx>
#include <config.hxx>
#include <propkey.h>
#include <propvarutil.h>
......@@ -31,7 +31,7 @@
#include <malloc.h>
#include <strsafe.h>
#include "stream_helper.hxx"
#include <stream_helper.hxx>
// Module global
......
......@@ -22,12 +22,12 @@
#pragma warning (disable : 4786 4503)
#endif
#include "document_statistic.hxx"
#include "utilities.hxx"
#include "metainforeader.hxx"
#include "resource.h"
#include "fileextensions.hxx"
#include "config.hxx"
#include "iso8601_converter.hxx"
#include <utilities.hxx>
#include <metainforeader.hxx>
#include <resource.h>
#include <fileextensions.hxx>
#include <config.hxx>
#include <iso8601_converter.hxx>
const bool READONLY = false;
......
......@@ -24,7 +24,7 @@
#include <string>
#include <memory>
#include <vector>
#include "metainforeader.hxx"
#include <metainforeader.hxx>
struct statistic_item
......
......@@ -24,11 +24,11 @@
#include "listviewbuilder.hxx"
#include "document_statistic.hxx"
#include "utilities.hxx"
#include "config.hxx"
#include <utilities.hxx>
#include <config.hxx>
#include <commctrl.h>
#include "resource.h"
#include <resource.h>
// Unicode-only defines to break dependence on UNICODE define
#if !defined ListView_InsertColumnW
......
......@@ -17,12 +17,12 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include "config.hxx"
#include "global.hxx"
#include <config.hxx>
#include <global.hxx>
#include "propsheets.hxx"
#include "utilities.hxx"
#include "resource.h"
#include <propsheets.hxx>
#include <utilities.hxx>
#include <resource.h>
#include "listviewbuilder.hxx"
#if defined _MSC_VER
......
......@@ -17,13 +17,13 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include "config.hxx"
#include "global.hxx"
#include "shlxthdl.hxx"
#include <config.hxx>
#include <global.hxx>
#include <shlxthdl.hxx>
#include "classfactory.hxx"
#include "registry.hxx"
#include "fileextensions.hxx"
#include "utilities.hxx"
#include <registry.hxx>
#include <fileextensions.hxx>
#include <utilities.hxx>
#include <string>
#include <shlobj.h>
......
......@@ -20,17 +20,17 @@
#ifndef DONT_HAVE_GDIPLUS
#include "global.hxx"
#include <global.hxx>
#include "thumbviewer.hxx"
#include "shlxthdl.hxx"
#include "registry.hxx"
#include "fileextensions.hxx"
#include "config.hxx"
#include "zipfile.hxx"
#include "utilities.hxx"
#include <thumbviewer.hxx>
#include <shlxthdl.hxx>
#include <registry.hxx>
#include <fileextensions.hxx>
#include <config.hxx>
#include <zipfile.hxx>
#include <utilities.hxx>
#include "resource.h"
#include <resource.h>
#include <stdio.h>
#include <utility>
......
......@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include "algorithm"
#include "fileextensions.hxx"
#include <algorithm>
#include <fileextensions.hxx>
#include <rtl/character.hxx>
#include <sal/macros.h>
......
......@@ -17,12 +17,12 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include "sal/config.h"
#include <sal/config.h>
#include <stdlib.h>
#include "iso8601_converter.hxx"
#include "utilities.hxx"
#include <iso8601_converter.hxx>
#include <utilities.hxx>
#include <sstream>
#include <iomanip>
......
......@@ -29,7 +29,7 @@
#pragma warning(pop)
#endif
#include <malloc.h>
#include "registry.hxx"
#include <registry.hxx>
#if defined _MSC_VER
#pragma warning(push, 1)
......
......@@ -21,8 +21,8 @@
#include <memory>
#include "config.hxx"
#include "utilities.hxx"
#include <config.hxx>
#include <utilities.hxx>
// constants
......
......@@ -12,9 +12,9 @@
#include <cstring>
#include <vector>
#include "COMOpenDocuments.hpp"
#include "spsuppServ.hpp"
#include "stdio.h"
#include <COMOpenDocuments.hpp>
#include <spsuppServ.hpp>
#include <stdio.h>
// Display confirmation dialog, return false on negative answer
bool SecurityWarning(const wchar_t* sProgram, const wchar_t* sDocument)
......
......@@ -7,9 +7,9 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#include "registrar.hpp"
#include "wchar.h"
#include "objbase.h"
#include <registrar.hpp>
#include <wchar.h>
#include <objbase.h>
namespace {
......
......@@ -7,8 +7,8 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#include "spsuppClassFactory.hpp"
#include "COMOpenDocuments.hpp"
#include <spsuppClassFactory.hpp>
#include <COMOpenDocuments.hpp>
long ClassFactory::m_nObjCount = 0;
long ClassFactory::m_nLockCount = 0;
......
......@@ -13,18 +13,18 @@
#pragma clang diagnostic ignored "-Wextra-tokens"
// "#endif !_MIDL_USE_GUIDDEF_" in midl-generated code
#endif
#include "spsupp_i.c"
#include <spsupp_i.c>
#if defined __clang__
#pragma clang diagnostic pop
#endif
#include <memory>
#include "olectl.h"
#include "wchar.h"
#include "spsuppServ.hpp"
#include "spsuppClassFactory.hpp"
#include "COMOpenDocuments.hpp"
#include "registrar.hpp"
#include <olectl.h>
#include <wchar.h>
#include <spsuppServ.hpp>
#include <spsuppClassFactory.hpp>
#include <COMOpenDocuments.hpp>
#include <registrar.hpp>
namespace {
......
......@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include "global.hxx"
#include <global.hxx>
#include "zipexcptn.hxx"
......
......@@ -18,10 +18,10 @@
*/
#include "zipexcptn.hxx"
#include "zipfile.hxx"
#include "global.hxx"
#include "types.hxx"
#include "stream_helper.hxx"
#include <zipfile.hxx>
#include <global.hxx>
#include <types.hxx>
#include <stream_helper.hxx>
#include <malloc.h>
#include <algorithm>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment