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

loplugin:includeform: formula

Change-Id: I50b898e477e0842577bcc648540e7f4b66d5b693
üst 3f9e9940
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#ifndef INCLUDED_FORMULA_INC_CORE_RESOURCE_HRC #ifndef INCLUDED_FORMULA_INC_CORE_RESOURCE_HRC
#define INCLUDED_FORMULA_INC_CORE_RESOURCE_HRC #define INCLUDED_FORMULA_INC_CORE_RESOURCE_HRC
#include "formula/compiler.hxx" #include <formula/compiler.hxx>
#include <utility> #include <utility>
#define NC_(Context, String) (Context "\004" u8##String) #define NC_(Context, String) (Context "\004" u8##String)
......
...@@ -17,14 +17,14 @@ ...@@ -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/macros.h> #include <sal/macros.h>
#include "formula/FormulaCompiler.hxx" #include <formula/FormulaCompiler.hxx>
#include "formula/errorcodes.hxx" #include <formula/errorcodes.hxx>
#include "formula/token.hxx" #include <formula/token.hxx>
#include "formula/tokenarray.hxx" #include <formula/tokenarray.hxx>
#include "core_resource.hxx" #include <core_resource.hxx>
#include "core_resource.hrc" #include <core_resource.hrc>
#include "osl/mutex.hxx" #include <osl/mutex.hxx>
#include <svl/zforlist.hxx> #include <svl/zforlist.hxx>
#include <unotools/resmgr.hxx> #include <unotools/resmgr.hxx>
......
...@@ -23,8 +23,8 @@ ...@@ -23,8 +23,8 @@
#include <utility> #include <utility>
#include <formula/FormulaCompiler.hxx> #include <formula/FormulaCompiler.hxx>
#include "formula/FormulaOpCodeMapperObj.hxx" #include <formula/FormulaOpCodeMapperObj.hxx>
#include "formula/opcode.hxx" #include <formula/opcode.hxx>
#include <comphelper/sequence.hxx> #include <comphelper/sequence.hxx>
#include <cppuhelper/supportsservice.hxx> #include <cppuhelper/supportsservice.hxx>
#include <o3tl/make_unique.hxx> #include <o3tl/make_unique.hxx>
......
...@@ -16,10 +16,10 @@ ...@@ -16,10 +16,10 @@
* except in compliance with the License. You may obtain a copy of * except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include "sal/types.h" #include <sal/types.h>
#include <cppuhelper/factory.hxx> #include <cppuhelper/factory.hxx>
#include <cppuhelper/implementationentry.hxx> #include <cppuhelper/implementationentry.hxx>
#include "formula/FormulaOpCodeMapperObj.hxx" #include <formula/FormulaOpCodeMapperObj.hxx>
/********************************************************************************************/ /********************************************************************************************/
......
...@@ -27,10 +27,10 @@ ...@@ -27,10 +27,10 @@
#include <osl/diagnose.h> #include <osl/diagnose.h>
#include <com/sun/star/sheet/FormulaToken.hpp> #include <com/sun/star/sheet/FormulaToken.hpp>
#include "formula/errorcodes.hxx" #include <formula/errorcodes.hxx>
#include "formula/token.hxx" #include <formula/token.hxx>
#include "formula/tokenarray.hxx" #include <formula/tokenarray.hxx>
#include "formula/FormulaCompiler.hxx" #include <formula/FormulaCompiler.hxx>
#include <formula/compiler.hxx> #include <formula/compiler.hxx>
#include <svl/sharedstringpool.hxx> #include <svl/sharedstringpool.hxx>
#include <memory> #include <memory>
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. * file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/ */
#include "formula/vectortoken.hxx" #include <formula/vectortoken.hxx>
namespace formula { namespace formula {
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
*/ */
#include <unotools/resmgr.hxx> #include <unotools/resmgr.hxx>
#include "core_resource.hxx" #include <core_resource.hxx>
OUString ForResId(const char *pId) OUString ForResId(const char *pId)
{ {
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
#ifndef INCLUDED_FORMULA_SOURCE_UI_DLG_CONTROLHELPER_HXX #ifndef INCLUDED_FORMULA_SOURCE_UI_DLG_CONTROLHELPER_HXX
#define INCLUDED_FORMULA_SOURCE_UI_DLG_CONTROLHELPER_HXX #define INCLUDED_FORMULA_SOURCE_UI_DLG_CONTROLHELPER_HXX
#include "formula/funcutl.hxx" #include <formula/funcutl.hxx>
#include <svtools/svmedit.hxx> #include <svtools/svmedit.hxx>
namespace formula namespace formula
{ {
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
#include <algorithm> #include <algorithm>
#include "formula/formulahelper.hxx" #include <formula/formulahelper.hxx>
#include <formula/IFunctionDescription.hxx> #include <formula/IFunctionDescription.hxx>
#include <unotools/charclass.hxx> #include <unotools/charclass.hxx>
#include <unotools/syslocale.hxx> #include <unotools/syslocale.hxx>
......
...@@ -41,17 +41,17 @@ ...@@ -41,17 +41,17 @@
#include <tools/diagnose_ex.h> #include <tools/diagnose_ex.h>
#include "funcpage.hxx" #include "funcpage.hxx"
#include "formula/formula.hxx" #include <formula/formula.hxx>
#include "formula/IFunctionDescription.hxx" #include <formula/IFunctionDescription.hxx>
#include "formula/FormulaCompiler.hxx" #include <formula/FormulaCompiler.hxx>
#include "formula/token.hxx" #include <formula/token.hxx>
#include "formula/tokenarray.hxx" #include <formula/tokenarray.hxx>
#include "formula/formdata.hxx" #include <formula/formdata.hxx>
#include "formula/formulahelper.hxx" #include <formula/formulahelper.hxx>
#include "structpg.hxx" #include "structpg.hxx"
#include "parawin.hxx" #include "parawin.hxx"
#include "strings.hrc" #include <strings.hrc>
#include "core_resource.hxx" #include <core_resource.hxx>
#include <com/sun/star/sheet/FormulaToken.hpp> #include <com/sun/star/sheet/FormulaToken.hpp>
#include <com/sun/star/sheet/FormulaLanguage.hpp> #include <com/sun/star/sheet/FormulaLanguage.hpp>
#include <com/sun/star/sheet/FormulaMapGroup.hpp> #include <com/sun/star/sheet/FormulaMapGroup.hpp>
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
#include <svl/zforlist.hxx> #include <svl/zforlist.hxx>
#include <svl/stritem.hxx> #include <svl/stritem.hxx>
#include <vcl/builderfactory.hxx> #include <vcl/builderfactory.hxx>
#include "formula/IFunctionDescription.hxx" #include <formula/IFunctionDescription.hxx>
#include "funcpage.hxx" #include "funcpage.hxx"
#include <unotools/syslocale.hxx> #include <unotools/syslocale.hxx>
......
...@@ -23,13 +23,13 @@ ...@@ -23,13 +23,13 @@
#include <vcl/builderfactory.hxx> #include <vcl/builderfactory.hxx>
#include <vcl/fixed.hxx> #include <vcl/fixed.hxx>
#include "formula/funcutl.hxx" #include <formula/funcutl.hxx>
#include "formula/IControlReferenceHandler.hxx" #include <formula/IControlReferenceHandler.hxx>
#include "ControlHelper.hxx" #include "ControlHelper.hxx"
#include "strings.hrc" #include <strings.hrc>
#include "bitmaps.hlst" #include <bitmaps.hlst>
#include "core_resource.hxx" #include <core_resource.hxx>
#include "com/sun/star/accessibility/AccessibleRole.hpp" #include <com/sun/star/accessibility/AccessibleRole.hpp>
namespace formula namespace formula
{ {
......
...@@ -23,12 +23,12 @@ ...@@ -23,12 +23,12 @@
#include <vcl/settings.hxx> #include <vcl/settings.hxx>
#include "parawin.hxx" #include "parawin.hxx"
#include "formula/formdata.hxx" #include <formula/formdata.hxx>
#include "formula/IFunctionDescription.hxx" #include <formula/IFunctionDescription.hxx>
#include <formula/funcvarargs.h> #include <formula/funcvarargs.h>
#include "strings.hrc" #include <strings.hrc>
#include "bitmaps.hlst" #include <bitmaps.hlst>
#include "core_resource.hxx" #include <core_resource.hxx>
namespace formula namespace formula
{ {
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
#include <vcl/scrbar.hxx> #include <vcl/scrbar.hxx>
#include <vector> #include <vector>
#include "formula/funcutl.hxx" #include <formula/funcutl.hxx>
#include "ControlHelper.hxx" #include "ControlHelper.hxx"
namespace formula namespace formula
......
...@@ -20,13 +20,13 @@ ...@@ -20,13 +20,13 @@
#include <svl/zforlist.hxx> #include <svl/zforlist.hxx>
#include <svl/stritem.hxx> #include <svl/stritem.hxx>
#include <vcl/builderfactory.hxx> #include <vcl/builderfactory.hxx>
#include "svtools/treelistentry.hxx" #include <svtools/treelistentry.hxx>
#include "structpg.hxx" #include "structpg.hxx"
#include "formula/formdata.hxx" #include <formula/formdata.hxx>
#include "formula/formula.hxx" #include <formula/formula.hxx>
#include "formula/IFunctionDescription.hxx" #include <formula/IFunctionDescription.hxx>
#include "bitmaps.hlst" #include <bitmaps.hlst>
namespace formula namespace formula
{ {
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
#include <vcl/tabpage.hxx> #include <vcl/tabpage.hxx>
#include <vcl/tabctrl.hxx> #include <vcl/tabctrl.hxx>
#include <svtools/treelistbox.hxx> #include <svtools/treelistbox.hxx>
#include "formula/IFunctionDescription.hxx" #include <formula/IFunctionDescription.hxx>
namespace formula namespace formula
{ {
......
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