move some headers inside basic
Change-Id: If711825c36bd4f9836fcd3ba26e5d4f38a5f3e36 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88166 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
This commit is contained in:
@@ -109,11 +109,11 @@
|
||||
#include <basic/sbstar.hxx>
|
||||
#include <basic/sbuno.hxx>
|
||||
#include <basic/sbx.hxx>
|
||||
#include <basic/sbxfac.hxx>
|
||||
#include <basic/sbxform.hxx>
|
||||
#include <sbxfac.hxx>
|
||||
#include <sbxform.hxx>
|
||||
#include <basic/sbxmeth.hxx>
|
||||
#include <basic/sbxobj.hxx>
|
||||
#include <basic/sbxprop.hxx>
|
||||
#include <sbxprop.hxx>
|
||||
#include <basic/sbxvar.hxx>
|
||||
#include <date.hxx>
|
||||
#include <iosys.hxx>
|
||||
|
@@ -20,7 +20,7 @@
|
||||
#ifndef INCLUDED_BASIC_INC_SBPROP_HXX
|
||||
#define INCLUDED_BASIC_INC_SBPROP_HXX
|
||||
|
||||
#include <basic/sbxprop.hxx>
|
||||
#include "sbxprop.hxx"
|
||||
#include <basic/sbdef.hxx>
|
||||
|
||||
class SbModule;
|
||||
|
@@ -22,7 +22,7 @@
|
||||
|
||||
#include <basic/sbxobj.hxx>
|
||||
#include <vcl/graph.hxx>
|
||||
#include <basic/sbxfac.hxx>
|
||||
#include "sbxfac.hxx"
|
||||
#include <basic/basicdllapi.h>
|
||||
|
||||
class SbStdFactory final : public SbxFactory
|
||||
|
@@ -17,8 +17,7 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#ifndef INCLUDED_BASIC_SBXFAC_HXX
|
||||
#define INCLUDED_BASIC_SBXFAC_HXX
|
||||
#pragma once
|
||||
|
||||
#include <rtl/ustring.hxx>
|
||||
#include <basic/basicdllapi.h>
|
||||
@@ -35,6 +34,4 @@ public:
|
||||
virtual SbxObject* CreateObject( const OUString& );
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
@@ -17,8 +17,7 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#ifndef INCLUDED_BASIC_SBXFORM_HXX
|
||||
#define INCLUDED_BASIC_SBXFORM_HXX
|
||||
#pragma once
|
||||
|
||||
|
||||
// Implementation class for Basic command: Format$( d,formatStr )
|
||||
@@ -69,7 +68,6 @@
|
||||
|
||||
#include <rtl/ustring.hxx>
|
||||
#include <rtl/ustrbuf.hxx>
|
||||
#include <basic/basicdllapi.h>
|
||||
|
||||
class SbxBasicFormater {
|
||||
public:
|
||||
@@ -153,6 +151,4 @@ class SbxBasicFormater {
|
||||
short nExpExp; // the number of digits in the exponent
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
@@ -17,11 +17,9 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#ifndef INCLUDED_BASIC_SBXPROP_HXX
|
||||
#define INCLUDED_BASIC_SBXPROP_HXX
|
||||
#pragma once
|
||||
|
||||
#include <basic/sbxvar.hxx>
|
||||
#include <basic/basicdllapi.h>
|
||||
|
||||
class SbxProperty : public SbxVariable
|
||||
{
|
||||
@@ -36,6 +34,4 @@ public:
|
||||
};
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
@@ -23,7 +23,7 @@
|
||||
#include <sal/log.hxx>
|
||||
#include <basic/sbx.hxx>
|
||||
#include <sb.hxx>
|
||||
#include <basic/sbxprop.hxx>
|
||||
#include <sbxprop.hxx>
|
||||
#include <string.h>
|
||||
#include <image.hxx>
|
||||
#include <codegen.hxx>
|
||||
|
@@ -22,7 +22,7 @@
|
||||
|
||||
#include <basic/basicdllapi.h>
|
||||
#include <basic/sbstar.hxx>
|
||||
#include <basic/sbxfac.hxx>
|
||||
#include <sbxfac.hxx>
|
||||
#include <unotools/transliterationwrapper.hxx>
|
||||
#include <vcl/errcode.hxx>
|
||||
|
||||
|
@@ -21,8 +21,8 @@
|
||||
|
||||
#include <basic/sbxobj.hxx>
|
||||
#include <basic/sbxmeth.hxx>
|
||||
#include <basic/sbxprop.hxx>
|
||||
#include <basic/sbxfac.hxx>
|
||||
#include <sbxprop.hxx>
|
||||
#include <sbxfac.hxx>
|
||||
#include <basic/sbx.hxx>
|
||||
#include <com/sun/star/beans/XMaterialHolder.hpp>
|
||||
#include <com/sun/star/beans/XExactName.hpp>
|
||||
|
@@ -23,10 +23,10 @@
|
||||
#include <vcl/svapp.hxx>
|
||||
|
||||
#include <basic/sbx.hxx>
|
||||
#include <basic/sbxfac.hxx>
|
||||
#include <basic/sbxform.hxx>
|
||||
#include <sbxfac.hxx>
|
||||
#include <sbxform.hxx>
|
||||
#include <basic/sbxmeth.hxx>
|
||||
#include <basic/sbxprop.hxx>
|
||||
#include <sbxprop.hxx>
|
||||
#include <sbxbase.hxx>
|
||||
|
||||
#include <rtl/ustring.hxx>
|
||||
|
@@ -20,7 +20,7 @@
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <basic/sbxform.hxx>
|
||||
#include <sbxform.hxx>
|
||||
#include <rtl/ustrbuf.hxx>
|
||||
|
||||
#include <rtl/character.hxx>
|
||||
|
@@ -27,7 +27,7 @@
|
||||
#include <basic/sbx.hxx>
|
||||
#include <basic/sberrors.hxx>
|
||||
#include <basic/sbxmeth.hxx>
|
||||
#include <basic/sbxprop.hxx>
|
||||
#include <sbxprop.hxx>
|
||||
#include <svl/SfxBroadcaster.hxx>
|
||||
#include "sbxres.hxx"
|
||||
|
||||
|
@@ -33,7 +33,7 @@
|
||||
|
||||
#include <sbxbase.hxx>
|
||||
#include <sbintern.hxx>
|
||||
#include <basic/sbxform.hxx>
|
||||
#include <sbxform.hxx>
|
||||
|
||||
#include <date.hxx>
|
||||
#include <runtime.hxx>
|
||||
|
@@ -375,6 +375,9 @@ basic/inc/sbobjmod.hxx
|
||||
basic/inc/sbprop.hxx
|
||||
basic/inc/sbstdobj.hxx
|
||||
basic/inc/sbxbase.hxx
|
||||
basic/inc/sbxfac.hxx
|
||||
basic/inc/sbxform.hxx
|
||||
basic/inc/sbxprop.hxx
|
||||
basic/qa/cppunit/basic_coverage.cxx
|
||||
basic/qa/cppunit/basictest.cxx
|
||||
basic/qa/cppunit/basictest.hxx
|
||||
@@ -5581,11 +5584,8 @@ include/basic/sbuno.hxx
|
||||
include/basic/sbx.hxx
|
||||
include/basic/sbxcore.hxx
|
||||
include/basic/sbxdef.hxx
|
||||
include/basic/sbxfac.hxx
|
||||
include/basic/sbxform.hxx
|
||||
include/basic/sbxmeth.hxx
|
||||
include/basic/sbxobj.hxx
|
||||
include/basic/sbxprop.hxx
|
||||
include/basic/sbxvar.hxx
|
||||
include/basic/vbahelper.hxx
|
||||
include/canvas/base/basemutexhelper.hxx
|
||||
|
Reference in New Issue
Block a user