Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
98d48bbb
Kaydet (Commit)
98d48bbb
authored
Kas 09, 2013
tarafından
Norbert Thiebaud
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fdo#65108 inter-module includes <>
Change-Id: I419a1288bc6120d978fc301f127d5d29298f3ede
üst
1a1bb14a
Show whitespace changes
Inline
Side-by-side
Showing
24 changed files
with
27 additions
and
27 deletions
+27
-27
basicdllapi.h
include/basic/basicdllapi.h
+1
-1
basicmanagerrepository.hxx
include/basic/basicmanagerrepository.hxx
+1
-1
basmgr.hxx
include/basic/basmgr.hxx
+1
-1
basrdll.hxx
include/basic/basrdll.hxx
+1
-1
modsizeexceeded.hxx
include/basic/modsizeexceeded.hxx
+1
-1
sbdef.hxx
include/basic/sbdef.hxx
+1
-1
sbmeth.hxx
include/basic/sbmeth.hxx
+1
-1
sbmod.hxx
include/basic/sbmod.hxx
+1
-1
sbobjmod.hxx
include/basic/sbobjmod.hxx
+1
-1
sbprop.hxx
include/basic/sbprop.hxx
+1
-1
sbstar.hxx
include/basic/sbstar.hxx
+1
-1
sbstdobj.hxx
include/basic/sbstdobj.hxx
+1
-1
sbuno.hxx
include/basic/sbuno.hxx
+1
-1
sbx.hxx
include/basic/sbx.hxx
+4
-4
sbxbase.hxx
include/basic/sbxbase.hxx
+1
-1
sbxcore.hxx
include/basic/sbxcore.hxx
+1
-1
sbxdef.hxx
include/basic/sbxdef.hxx
+1
-1
sbxfac.hxx
include/basic/sbxfac.hxx
+1
-1
sbxform.hxx
include/basic/sbxform.hxx
+1
-1
sbxmeth.hxx
include/basic/sbxmeth.hxx
+1
-1
sbxobj.hxx
include/basic/sbxobj.hxx
+1
-1
sbxprop.hxx
include/basic/sbxprop.hxx
+1
-1
sbxvar.hxx
include/basic/sbxvar.hxx
+1
-1
vbahelper.hxx
include/basic/vbahelper.hxx
+1
-1
No files found.
include/basic/basicdllapi.h
Dosyayı görüntüle @
98d48bbb
...
...
@@ -9,7 +9,7 @@
#ifndef INCLUDED_BASIC_BASICDLLAPI_H
#define INCLUDED_BASIC_BASICDLLAPI_H
#include
"sal/types.h"
#include
<sal/types.h>
#if defined(BASIC_DLLIMPLEMENTATION)
#define BASIC_DLLPUBLIC SAL_DLLPUBLIC_EXPORT
...
...
include/basic/basicmanagerrepository.hxx
Dosyayı görüntüle @
98d48bbb
...
...
@@ -22,7 +22,7 @@
#include <com/sun/star/frame/XModel.hpp>
#include <com/sun/star/embed/XStorage.hpp>
#include
"basicdllapi.h"
#include
<basic/basicdllapi.h>
class
BasicManager
;
...
...
include/basic/basmgr.hxx
Dosyayı görüntüle @
98d48bbb
...
...
@@ -23,7 +23,7 @@
#include <basic/sbstar.hxx>
#include <com/sun/star/script/XStorageBasedLibraryContainer.hpp>
#include <com/sun/star/script/XStarBasicAccess.hpp>
#include
"basicdllapi.h"
#include
<basic/basicdllapi.h>
#include <vector>
// Basic XML Import/Export
...
...
include/basic/basrdll.hxx
Dosyayı görüntüle @
98d48bbb
...
...
@@ -23,7 +23,7 @@
class
ResMgr
;
#include <vcl/accel.hxx>
#include
"basicdllapi.h"
#include
<basic/basicdllapi.h>
class
BASIC_DLLPUBLIC
BasicDLL
{
...
...
include/basic/modsizeexceeded.hxx
Dosyayı görüntüle @
98d48bbb
...
...
@@ -22,7 +22,7 @@
#include <com/sun/star/task/XInteractionHandler.hpp>
#include <cppuhelper/implbase1.hxx>
#include
"basicdllapi.h"
#include
<basic/basicdllapi.h>
class
BASIC_DLLPUBLIC
ModuleSizeExceeded
:
public
::
cppu
::
WeakImplHelper1
<
::
com
::
sun
::
star
::
task
::
XInteractionRequest
>
{
...
...
include/basic/sbdef.hxx
Dosyayı görüntüle @
98d48bbb
...
...
@@ -22,7 +22,7 @@
#include <basic/sbxdef.hxx>
#include <rtl/ustring.hxx>
#include
"basicdllapi.h"
#include
<basic/basicdllapi.h>
// Returns type name for Basic type, array flag is ignored
// implementation: basic/source/runtime/methods.cxx
...
...
include/basic/sbmeth.hxx
Dosyayı görüntüle @
98d48bbb
...
...
@@ -23,7 +23,7 @@
#include <tools/errcode.hxx>
#include <basic/sbxmeth.hxx>
#include <basic/sbdef.hxx>
#include
"basicdllapi.h"
#include
<basic/basicdllapi.h>
class
SbModule
;
...
...
include/basic/sbmod.hxx
Dosyayı görüntüle @
98d48bbb
...
...
@@ -28,7 +28,7 @@
#include <vector>
#include <deque>
#include <boost/utility.hpp>
#include
"basicdllapi.h"
#include
<basic/basicdllapi.h>
#include <basic/codecompletecache.hxx>
class
SbMethod
;
...
...
include/basic/sbobjmod.hxx
Dosyayı görüntüle @
98d48bbb
...
...
@@ -27,7 +27,7 @@
#include <com/sun/star/lang/XEventListener.hpp>
#include <com/sun/star/awt/XDialog.hpp>
#include <com/sun/star/frame/XModel.hpp>
#include
"basicdllapi.h"
#include
<basic/basicdllapi.h>
// Basic-Module for excel object.
...
...
include/basic/sbprop.hxx
Dosyayı görüntüle @
98d48bbb
...
...
@@ -22,7 +22,7 @@
#include <basic/sbxprop.hxx>
#include <basic/sbdef.hxx>
#include
"basicdllapi.h"
#include
<basic/basicdllapi.h>
class
SbModule
;
...
...
include/basic/sbstar.hxx
Dosyayı görüntüle @
98d48bbb
...
...
@@ -30,7 +30,7 @@
#include <basic/sberrors.hxx>
#include <com/sun/star/script/ModuleInfo.hpp>
#include <com/sun/star/frame/XModel.hpp>
#include
"basicdllapi.h"
#include
<basic/basicdllapi.h>
class
SbModule
;
// completed module
class
SbiInstance
;
// runtime instance
...
...
include/basic/sbstdobj.hxx
Dosyayı görüntüle @
98d48bbb
...
...
@@ -23,7 +23,7 @@
#include <basic/sbxobj.hxx>
#include <vcl/graph.hxx>
#include <basic/sbxfac.hxx>
#include
"basicdllapi.h"
#include
<basic/basicdllapi.h>
//--------------------
// class SbStdFactory
...
...
include/basic/sbuno.hxx
Dosyayı görüntüle @
98d48bbb
...
...
@@ -24,7 +24,7 @@
#include <com/sun/star/uno/Any.hxx>
#include <com/sun/star/uno/Type.hxx>
#include <basic/sbxobj.hxx>
#include
"basicdllapi.h"
#include
<basic/basicdllapi.h>
namespace
com
{
namespace
sun
{
namespace
star
{
namespace
uno
{
class
Any
;
}}}}
...
...
include/basic/sbx.hxx
Dosyayı görüntüle @
98d48bbb
...
...
@@ -20,16 +20,16 @@
#ifndef INCLUDED_BASIC_SBX_HXX
#define INCLUDED_BASIC_SBX_HXX
#include
"tools/ref.hxx"
#include
"svl/smplhint.hxx"
#include
"svl/lstner.hxx"
#include
<tools/ref.hxx>
#include
<svl/smplhint.hxx>
#include
<svl/lstner.hxx>
#include <basic/sbxdef.hxx>
#include <basic/sbxform.hxx>
#include <basic/sbxobj.hxx>
#include <basic/sbxprop.hxx>
#include <basic/sbxmeth.hxx>
#include
"basicdllapi.h"
#include
<basic/basicdllapi.h>
#include <boost/ptr_container/ptr_vector.hpp>
...
...
include/basic/sbxbase.hxx
Dosyayı görüntüle @
98d48bbb
...
...
@@ -22,7 +22,7 @@
#include <i18nlangtag/lang.h>
#include <basic/sbxdef.hxx>
#include
"basicdllapi.h"
#include
<basic/basicdllapi.h>
#include <boost/ptr_container/ptr_vector.hpp>
class
SbxFactory
;
...
...
include/basic/sbxcore.hxx
Dosyayı görüntüle @
98d48bbb
...
...
@@ -25,7 +25,7 @@
#include <tools/debug.hxx>
#include <basic/sbxdef.hxx>
#include
"basicdllapi.h"
#include
<basic/basicdllapi.h>
class
SvStream
;
...
...
include/basic/sbxdef.hxx
Dosyayı görüntüle @
98d48bbb
...
...
@@ -24,7 +24,7 @@
#ifndef __RSC
#include <tools/solar.h>
#include
"tools/errcode.hxx"
#include
<tools/errcode.hxx>
enum
SbxClassType
{
// SBX-class-IDs (order is important!)
SbxCLASS_DONTCARE
=
1
,
// don't care (search, not 0 due to StarBASIC)
...
...
include/basic/sbxfac.hxx
Dosyayı görüntüle @
98d48bbb
...
...
@@ -22,7 +22,7 @@
#include <basic/sbxdef.hxx>
#include <rtl/ustring.hxx>
#include
"basicdllapi.h"
#include
<basic/basicdllapi.h>
class
SbxBase
;
class
SbxObject
;
...
...
include/basic/sbxform.hxx
Dosyayı görüntüle @
98d48bbb
...
...
@@ -77,7 +77,7 @@
#include <rtl/ustring.hxx>
#include <rtl/ustrbuf.hxx>
#include
"basicdllapi.h"
#include
<basic/basicdllapi.h>
class
BASIC_DLLPUBLIC
SbxBasicFormater
{
public
:
...
...
include/basic/sbxmeth.hxx
Dosyayı görüntüle @
98d48bbb
...
...
@@ -21,7 +21,7 @@
#define INCLUDED_BASIC_SBXMETH_HXX
#include <basic/sbxvar.hxx>
#include
"basicdllapi.h"
#include
<basic/basicdllapi.h>
class
BASIC_DLLPUBLIC
SbxMethod
:
public
SbxVariable
{
...
...
include/basic/sbxobj.hxx
Dosyayı görüntüle @
98d48bbb
...
...
@@ -22,7 +22,7 @@
#include <svl/lstner.hxx>
#include <basic/sbxvar.hxx>
#include
"basicdllapi.h"
#include
<basic/basicdllapi.h>
class
SbxProperty
;
...
...
include/basic/sbxprop.hxx
Dosyayı görüntüle @
98d48bbb
...
...
@@ -21,7 +21,7 @@
#define INCLUDED_BASIC_SBXPROP_HXX
#include <basic/sbxvar.hxx>
#include
"basicdllapi.h"
#include
<basic/basicdllapi.h>
class
BASIC_DLLPUBLIC
SbxProperty
:
public
SbxVariable
{
...
...
include/basic/sbxvar.hxx
Dosyayı görüntüle @
98d48bbb
...
...
@@ -23,7 +23,7 @@
#include <rtl/ustring.hxx>
#include <com/sun/star/bridge/oleautomation/Decimal.hpp>
#include <basic/sbxcore.hxx>
#include
"basicdllapi.h"
#include
<basic/basicdllapi.h>
class
SbxDecimal
;
...
...
include/basic/vbahelper.hxx
Dosyayı görüntüle @
98d48bbb
...
...
@@ -23,7 +23,7 @@
#include <com/sun/star/container/XEnumeration.hpp>
#include <com/sun/star/frame/XModel.hpp>
#include <rtl/ustring.hxx>
#include
"basicdllapi.h"
#include
<basic/basicdllapi.h>
namespace
basic
{
namespace
vba
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment