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
0ced88ad
Kaydet (Commit)
0ced88ad
authored
Ock 16, 2012
tarafından
August Sodora
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove unused enum SbLanguageMode
üst
2a3d61a0
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
17 deletions
+0
-17
sbdef.hxx
basic/inc/basic/sbdef.hxx
+0
-9
sbstar.hxx
basic/inc/basic/sbstar.hxx
+0
-6
sbintern.cxx
basic/source/classes/sbintern.cxx
+0
-1
sbintern.hxx
basic/source/inc/sbintern.hxx
+0
-1
No files found.
basic/inc/basic/sbdef.hxx
Dosyayı görüntüle @
0ced88ad
...
...
@@ -34,15 +34,6 @@
#include <rtl/ustring.hxx>
#include "basicdllapi.h"
// Active language
enum
SbLanguageMode
{
SB_LANG_GLOBAL
,
// As in SbiGlobals struct
SB_LANG_BASIC
,
// StarBasic (Default)
SB_LANG_VBSCRIPT
,
// Visual-Basic-Script
SB_LANG_JAVASCRIPT
// JavaScript
};
// Returns type name for Basic type, array flag is ignored
// implementation: basic/source/runtime/methods.cxx
BASIC_DLLPUBLIC
String
getBasicTypeName
(
SbxDataType
eType
);
...
...
basic/inc/basic/sbstar.hxx
Dosyayı görüntüle @
0ced88ad
...
...
@@ -74,7 +74,6 @@ class BASIC_DLLPUBLIC StarBASIC : public SbxObject
sal_Bool
bDocBasic
;
sal_Bool
bVBAEnabled
;
BasicLibInfo
*
pLibInfo
;
// Info block for basic manager
SbLanguageMode
eLanguageMode
;
// LanguageMode of the basic object
sal_Bool
bQuit
;
SbxObjectRef
pVBAGlobals
;
...
...
@@ -161,11 +160,6 @@ public:
static
sal_Bool
IsCompilerError
();
static
sal_uInt16
GetVBErrorCode
(
SbError
nError
);
static
SbError
GetSfxFromVBError
(
sal_uInt16
nError
);
// Local settings
void
SetLanguageMode
(
SbLanguageMode
eLangMode
)
{
eLanguageMode
=
eLangMode
;
}
// Specific for break handler
sal_Bool
IsBreak
()
const
{
return
bBreak
;
}
static
Link
GetGlobalErrorHdl
();
...
...
basic/source/classes/sbintern.cxx
Dosyayı görüntüle @
0ced88ad
...
...
@@ -63,7 +63,6 @@ SbiGlobals::SbiGlobals()
bCompiler
=
sal_False
;
bGlobalInitErr
=
sal_False
;
bRunInit
=
sal_False
;
eLanguageMode
=
SB_LANG_BASIC
;
pErrStack
=
NULL
;
pTransliterationWrapper
=
NULL
;
bBlockCompilerError
=
sal_False
;
...
...
basic/source/inc/sbintern.hxx
Dosyayı görüntüle @
0ced88ad
...
...
@@ -172,7 +172,6 @@ struct SbiGlobals
sal_Bool
bGlobalInitErr
;
sal_Bool
bRunInit
;
// sal_True, if RunInit active from the Basic
String
aErrMsg
;
// buffer for GetErrorText()
SbLanguageMode
eLanguageMode
;
// flag for Visual-Basic-Script-Modus
SbErrorStack
*
pErrStack
;
// for the SbiRuntime chain
::
utl
::
TransliterationWrapper
*
pTransliterationWrapper
;
// For StrComp
sal_Bool
bBlockCompilerError
;
...
...
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