Kaydet (Commit) 98d48bbb authored tarafından Norbert Thiebaud's avatar Norbert Thiebaud

fdo#65108 inter-module includes <>

Change-Id: I419a1288bc6120d978fc301f127d5d29298f3ede
üst 1a1bb14a
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
#ifndef INCLUDED_BASIC_BASICDLLAPI_H #ifndef INCLUDED_BASIC_BASICDLLAPI_H
#define INCLUDED_BASIC_BASICDLLAPI_H #define INCLUDED_BASIC_BASICDLLAPI_H
#include "sal/types.h" #include <sal/types.h>
#if defined(BASIC_DLLIMPLEMENTATION) #if defined(BASIC_DLLIMPLEMENTATION)
#define BASIC_DLLPUBLIC SAL_DLLPUBLIC_EXPORT #define BASIC_DLLPUBLIC SAL_DLLPUBLIC_EXPORT
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
#include <com/sun/star/frame/XModel.hpp> #include <com/sun/star/frame/XModel.hpp>
#include <com/sun/star/embed/XStorage.hpp> #include <com/sun/star/embed/XStorage.hpp>
#include "basicdllapi.h" #include <basic/basicdllapi.h>
class BasicManager; class BasicManager;
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
#include <basic/sbstar.hxx> #include <basic/sbstar.hxx>
#include <com/sun/star/script/XStorageBasedLibraryContainer.hpp> #include <com/sun/star/script/XStorageBasedLibraryContainer.hpp>
#include <com/sun/star/script/XStarBasicAccess.hpp> #include <com/sun/star/script/XStarBasicAccess.hpp>
#include "basicdllapi.h" #include <basic/basicdllapi.h>
#include <vector> #include <vector>
// Basic XML Import/Export // Basic XML Import/Export
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
class ResMgr; class ResMgr;
#include <vcl/accel.hxx> #include <vcl/accel.hxx>
#include "basicdllapi.h" #include <basic/basicdllapi.h>
class BASIC_DLLPUBLIC BasicDLL class BASIC_DLLPUBLIC BasicDLL
{ {
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
#include <com/sun/star/task/XInteractionHandler.hpp> #include <com/sun/star/task/XInteractionHandler.hpp>
#include <cppuhelper/implbase1.hxx> #include <cppuhelper/implbase1.hxx>
#include "basicdllapi.h" #include <basic/basicdllapi.h>
class BASIC_DLLPUBLIC ModuleSizeExceeded : public ::cppu::WeakImplHelper1< ::com::sun::star::task::XInteractionRequest > class BASIC_DLLPUBLIC ModuleSizeExceeded : public ::cppu::WeakImplHelper1< ::com::sun::star::task::XInteractionRequest >
{ {
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
#include <basic/sbxdef.hxx> #include <basic/sbxdef.hxx>
#include <rtl/ustring.hxx> #include <rtl/ustring.hxx>
#include "basicdllapi.h" #include <basic/basicdllapi.h>
// Returns type name for Basic type, array flag is ignored // Returns type name for Basic type, array flag is ignored
// implementation: basic/source/runtime/methods.cxx // implementation: basic/source/runtime/methods.cxx
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
#include <tools/errcode.hxx> #include <tools/errcode.hxx>
#include <basic/sbxmeth.hxx> #include <basic/sbxmeth.hxx>
#include <basic/sbdef.hxx> #include <basic/sbdef.hxx>
#include "basicdllapi.h" #include <basic/basicdllapi.h>
class SbModule; class SbModule;
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
#include <vector> #include <vector>
#include <deque> #include <deque>
#include <boost/utility.hpp> #include <boost/utility.hpp>
#include "basicdllapi.h" #include <basic/basicdllapi.h>
#include <basic/codecompletecache.hxx> #include <basic/codecompletecache.hxx>
class SbMethod; class SbMethod;
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
#include <com/sun/star/lang/XEventListener.hpp> #include <com/sun/star/lang/XEventListener.hpp>
#include <com/sun/star/awt/XDialog.hpp> #include <com/sun/star/awt/XDialog.hpp>
#include <com/sun/star/frame/XModel.hpp> #include <com/sun/star/frame/XModel.hpp>
#include "basicdllapi.h" #include <basic/basicdllapi.h>
// Basic-Module for excel object. // Basic-Module for excel object.
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
#include <basic/sbxprop.hxx> #include <basic/sbxprop.hxx>
#include <basic/sbdef.hxx> #include <basic/sbdef.hxx>
#include "basicdllapi.h" #include <basic/basicdllapi.h>
class SbModule; class SbModule;
......
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
#include <basic/sberrors.hxx> #include <basic/sberrors.hxx>
#include <com/sun/star/script/ModuleInfo.hpp> #include <com/sun/star/script/ModuleInfo.hpp>
#include <com/sun/star/frame/XModel.hpp> #include <com/sun/star/frame/XModel.hpp>
#include "basicdllapi.h" #include <basic/basicdllapi.h>
class SbModule; // completed module class SbModule; // completed module
class SbiInstance; // runtime instance class SbiInstance; // runtime instance
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
#include <basic/sbxobj.hxx> #include <basic/sbxobj.hxx>
#include <vcl/graph.hxx> #include <vcl/graph.hxx>
#include <basic/sbxfac.hxx> #include <basic/sbxfac.hxx>
#include "basicdllapi.h" #include <basic/basicdllapi.h>
//-------------------- //--------------------
// class SbStdFactory // class SbStdFactory
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
#include <com/sun/star/uno/Any.hxx> #include <com/sun/star/uno/Any.hxx>
#include <com/sun/star/uno/Type.hxx> #include <com/sun/star/uno/Type.hxx>
#include <basic/sbxobj.hxx> #include <basic/sbxobj.hxx>
#include "basicdllapi.h" #include <basic/basicdllapi.h>
namespace com { namespace sun { namespace star { namespace uno { class Any; }}}} namespace com { namespace sun { namespace star { namespace uno { class Any; }}}}
......
...@@ -20,16 +20,16 @@ ...@@ -20,16 +20,16 @@
#ifndef INCLUDED_BASIC_SBX_HXX #ifndef INCLUDED_BASIC_SBX_HXX
#define INCLUDED_BASIC_SBX_HXX #define INCLUDED_BASIC_SBX_HXX
#include "tools/ref.hxx" #include <tools/ref.hxx>
#include "svl/smplhint.hxx" #include <svl/smplhint.hxx>
#include "svl/lstner.hxx" #include <svl/lstner.hxx>
#include <basic/sbxdef.hxx> #include <basic/sbxdef.hxx>
#include <basic/sbxform.hxx> #include <basic/sbxform.hxx>
#include <basic/sbxobj.hxx> #include <basic/sbxobj.hxx>
#include <basic/sbxprop.hxx> #include <basic/sbxprop.hxx>
#include <basic/sbxmeth.hxx> #include <basic/sbxmeth.hxx>
#include "basicdllapi.h" #include <basic/basicdllapi.h>
#include <boost/ptr_container/ptr_vector.hpp> #include <boost/ptr_container/ptr_vector.hpp>
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
#include <i18nlangtag/lang.h> #include <i18nlangtag/lang.h>
#include <basic/sbxdef.hxx> #include <basic/sbxdef.hxx>
#include "basicdllapi.h" #include <basic/basicdllapi.h>
#include <boost/ptr_container/ptr_vector.hpp> #include <boost/ptr_container/ptr_vector.hpp>
class SbxFactory; class SbxFactory;
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
#include <tools/debug.hxx> #include <tools/debug.hxx>
#include <basic/sbxdef.hxx> #include <basic/sbxdef.hxx>
#include "basicdllapi.h" #include <basic/basicdllapi.h>
class SvStream; class SvStream;
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
#ifndef __RSC #ifndef __RSC
#include <tools/solar.h> #include <tools/solar.h>
#include "tools/errcode.hxx" #include <tools/errcode.hxx>
enum SbxClassType { // SBX-class-IDs (order is important!) enum SbxClassType { // SBX-class-IDs (order is important!)
SbxCLASS_DONTCARE = 1, // don't care (search, not 0 due to StarBASIC) SbxCLASS_DONTCARE = 1, // don't care (search, not 0 due to StarBASIC)
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
#include <basic/sbxdef.hxx> #include <basic/sbxdef.hxx>
#include <rtl/ustring.hxx> #include <rtl/ustring.hxx>
#include "basicdllapi.h" #include <basic/basicdllapi.h>
class SbxBase; class SbxBase;
class SbxObject; class SbxObject;
......
...@@ -77,7 +77,7 @@ ...@@ -77,7 +77,7 @@
#include <rtl/ustring.hxx> #include <rtl/ustring.hxx>
#include <rtl/ustrbuf.hxx> #include <rtl/ustrbuf.hxx>
#include "basicdllapi.h" #include <basic/basicdllapi.h>
class BASIC_DLLPUBLIC SbxBasicFormater { class BASIC_DLLPUBLIC SbxBasicFormater {
public: public:
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
#define INCLUDED_BASIC_SBXMETH_HXX #define INCLUDED_BASIC_SBXMETH_HXX
#include <basic/sbxvar.hxx> #include <basic/sbxvar.hxx>
#include "basicdllapi.h" #include <basic/basicdllapi.h>
class BASIC_DLLPUBLIC SbxMethod : public SbxVariable class BASIC_DLLPUBLIC SbxMethod : public SbxVariable
{ {
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
#include <svl/lstner.hxx> #include <svl/lstner.hxx>
#include <basic/sbxvar.hxx> #include <basic/sbxvar.hxx>
#include "basicdllapi.h" #include <basic/basicdllapi.h>
class SbxProperty; class SbxProperty;
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
#define INCLUDED_BASIC_SBXPROP_HXX #define INCLUDED_BASIC_SBXPROP_HXX
#include <basic/sbxvar.hxx> #include <basic/sbxvar.hxx>
#include "basicdllapi.h" #include <basic/basicdllapi.h>
class BASIC_DLLPUBLIC SbxProperty : public SbxVariable class BASIC_DLLPUBLIC SbxProperty : public SbxVariable
{ {
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
#include <rtl/ustring.hxx> #include <rtl/ustring.hxx>
#include <com/sun/star/bridge/oleautomation/Decimal.hpp> #include <com/sun/star/bridge/oleautomation/Decimal.hpp>
#include <basic/sbxcore.hxx> #include <basic/sbxcore.hxx>
#include "basicdllapi.h" #include <basic/basicdllapi.h>
class SbxDecimal; class SbxDecimal;
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
#include <com/sun/star/container/XEnumeration.hpp> #include <com/sun/star/container/XEnumeration.hpp>
#include <com/sun/star/frame/XModel.hpp> #include <com/sun/star/frame/XModel.hpp>
#include <rtl/ustring.hxx> #include <rtl/ustring.hxx>
#include "basicdllapi.h" #include <basic/basicdllapi.h>
namespace basic { namespace basic {
namespace vba { namespace vba {
......
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