Kaydet (Commit) 38016f9d authored tarafından Norbert Thiebaud's avatar Norbert Thiebaud

fdo#65108 inter-module includes <>

Change-Id: I6d9f67e26a213d14aa9114e612781fbd8c223637
üst 14677f6a
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
#define INCLUDED_FORMULA_EXTERNALREFERENCEHELPER_HXX #define INCLUDED_FORMULA_EXTERNALREFERENCEHELPER_HXX
#include <rtl/ustring.hxx> #include <rtl/ustring.hxx>
#include "formula/formuladllapi.h" #include <formula/formuladllapi.h>
namespace formula namespace formula
{ {
......
...@@ -30,10 +30,10 @@ ...@@ -30,10 +30,10 @@
#include <com/sun/star/uno/Sequence.hxx> #include <com/sun/star/uno/Sequence.hxx>
#include "formula/opcode.hxx" #include <formula/opcode.hxx>
#include "formula/grammar.hxx" #include <formula/grammar.hxx>
#include "formula/token.hxx" #include <formula/token.hxx>
#include "formula/ExternalReferenceHelper.hxx" #include <formula/ExternalReferenceHelper.hxx>
#define FORMULA_MAXJUMPCOUNT 32 /* maximum number of jumps (ocChose) */ #define FORMULA_MAXJUMPCOUNT 32 /* maximum number of jumps (ocChose) */
#define FORMULA_MAXTOKENS 8192 /* maximum number of tokens in formula */ #define FORMULA_MAXTOKENS 8192 /* maximum number of tokens in formula */
......
...@@ -20,13 +20,13 @@ ...@@ -20,13 +20,13 @@
#ifndef INCLUDED_FORMULA_FORMULAOPCODEMAPPEROBJ_HXX #ifndef INCLUDED_FORMULA_FORMULAOPCODEMAPPEROBJ_HXX
#define INCLUDED_FORMULA_FORMULAOPCODEMAPPEROBJ_HXX #define INCLUDED_FORMULA_FORMULAOPCODEMAPPEROBJ_HXX
#include "formula/formuladllapi.h" #include <formula/formuladllapi.h>
#include <cppuhelper/implbase2.hxx> #include <cppuhelper/implbase2.hxx>
#include <com/sun/star/sheet/XFormulaOpCodeMapper.hpp> #include <com/sun/star/sheet/XFormulaOpCodeMapper.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/uno/XComponentContext.hpp> #include <com/sun/star/uno/XComponentContext.hpp>
#include <memory> #include <memory>
#include "formula/FormulaCompiler.hxx" #include <formula/FormulaCompiler.hxx>
namespace formula namespace formula
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
#ifndef INCLUDED_FORMULA_ICONTROLREFERENCEHANDLER_HXX #ifndef INCLUDED_FORMULA_ICONTROLREFERENCEHANDLER_HXX
#define INCLUDED_FORMULA_ICONTROLREFERENCEHANDLER_HXX #define INCLUDED_FORMULA_ICONTROLREFERENCEHANDLER_HXX
#include "formula/formuladllapi.h" #include <formula/formuladllapi.h>
namespace formula namespace formula
{ {
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
#include <vector> #include <vector>
#include <memory> #include <memory>
#include "formula/formuladllapi.h" #include <formula/formuladllapi.h>
#include <rtl/ustring.hxx> #include <rtl/ustring.hxx>
#include <tools/solar.h> #include <tools/solar.h>
#include <com/sun/star/sheet/XFormulaParser.hpp> #include <com/sun/star/sheet/XFormulaParser.hpp>
......
...@@ -22,8 +22,8 @@ ...@@ -22,8 +22,8 @@
#include <sfx2/basedlgs.hxx> #include <sfx2/basedlgs.hxx>
#include <memory> #include <memory>
#include "formula/formuladllapi.h" #include <formula/formuladllapi.h>
#include "formula/omoduleclient.hxx" #include <formula/omoduleclient.hxx>
#include <formula/IFunctionDescription.hxx> #include <formula/IFunctionDescription.hxx>
namespace formula namespace formula
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#ifndef INCLUDED_FORMULA_FORMULADLLAPI_H #ifndef INCLUDED_FORMULA_FORMULADLLAPI_H
#define INCLUDED_FORMULA_FORMULADLLAPI_H #define INCLUDED_FORMULA_FORMULADLLAPI_H
#include "sal/types.h" #include <sal/types.h>
#if defined(FORMULA_DLLIMPLEMENTATION) #if defined(FORMULA_DLLIMPLEMENTATION)
#define FORMULA_DLLPUBLIC SAL_DLLPUBLIC_EXPORT #define FORMULA_DLLPUBLIC SAL_DLLPUBLIC_EXPORT
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
#include <vcl/fixed.hxx> #include <vcl/fixed.hxx>
#include <vcl/button.hxx> #include <vcl/button.hxx>
#include <vcl/edit.hxx> #include <vcl/edit.hxx>
#include "formula/formuladllapi.h" #include <formula/formuladllapi.h>
namespace formula { namespace formula {
......
...@@ -20,8 +20,8 @@ ...@@ -20,8 +20,8 @@
#ifndef INCLUDED_FORMULA_GRAMMAR_HXX #ifndef INCLUDED_FORMULA_GRAMMAR_HXX
#define INCLUDED_FORMULA_GRAMMAR_HXX #define INCLUDED_FORMULA_GRAMMAR_HXX
#include "com/sun/star/sheet/FormulaLanguage.hpp" #include <com/sun/star/sheet/FormulaLanguage.hpp>
#include "formula/formuladllapi.h" #include <formula/formuladllapi.h>
#include <tools/debug.hxx> #include <tools/debug.hxx>
namespace formula namespace formula
......
...@@ -20,10 +20,10 @@ ...@@ -20,10 +20,10 @@
#ifndef INCLUDED_FORMULA_OMODULECLIENT_HXX #ifndef INCLUDED_FORMULA_OMODULECLIENT_HXX
#define INCLUDED_FORMULA_OMODULECLIENT_HXX #define INCLUDED_FORMULA_OMODULECLIENT_HXX
#include "sal/config.h" #include <sal/config.h>
#include "boost/noncopyable.hpp" #include <boost/noncopyable.hpp>
#include "formula/formuladllapi.h" #include <formula/formuladllapi.h>
namespace formula { namespace formula {
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#ifndef INCLUDED_FORMULA_OPCODE_HXX #ifndef INCLUDED_FORMULA_OPCODE_HXX
#define INCLUDED_FORMULA_OPCODE_HXX #define INCLUDED_FORMULA_OPCODE_HXX
#include "formula/compiler.hrc" #include <formula/compiler.hrc>
#include <tools/solar.h> #include <tools/solar.h>
enum OpCodeEnum enum OpCodeEnum
......
...@@ -23,13 +23,13 @@ ...@@ -23,13 +23,13 @@
#include <memory> #include <memory>
#include <string.h> #include <string.h>
#include <vector> #include <vector>
#include "formula/opcode.hxx" #include <formula/opcode.hxx>
#include <tools/mempool.hxx> #include <tools/mempool.hxx>
#include "formula/IFunctionDescription.hxx" #include <formula/IFunctionDescription.hxx>
#include "formula/formuladllapi.h" #include <formula/formuladllapi.h>
#include "formula/types.hxx" #include <formula/types.hxx>
#include "svl/sharedstring.hxx" #include <svl/sharedstring.hxx>
#include "osl/interlck.h" #include <osl/interlck.h>
namespace formula namespace formula
{ {
......
...@@ -21,8 +21,8 @@ ...@@ -21,8 +21,8 @@
#define INCLUDED_FORMULA_TOKENARRAY_HXX #define INCLUDED_FORMULA_TOKENARRAY_HXX
#include <limits.h> #include <limits.h>
#include "formula/token.hxx" #include <formula/token.hxx>
#include "formula/ExternalReferenceHelper.hxx" #include <formula/ExternalReferenceHelper.hxx>
#include <tools/solar.h> #include <tools/solar.h>
#include <com/sun/star/sheet/FormulaToken.hpp> #include <com/sun/star/sheet/FormulaToken.hpp>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
#ifndef INCLUDED_FORMULA_VECTORTOKEN_HXX #ifndef INCLUDED_FORMULA_VECTORTOKEN_HXX
#define INCLUDED_FORMULA_VECTORTOKEN_HXX #define INCLUDED_FORMULA_VECTORTOKEN_HXX
#include "formula/token.hxx" #include <formula/token.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