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
735fba05
Kaydet (Commit)
735fba05
authored
Eyl 29, 2010
tarafından
Andreas Mantke
Kaydeden (comit)
Cédric Bosdonnat
Eyl 29, 2010
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
the German comments translated to English
üst
17d59dae
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
17 additions
and
17 deletions
+17
-17
basmgr.hxx
basic/inc/basic/basmgr.hxx
+2
-2
sbmeth.hxx
basic/inc/basic/sbmeth.hxx
+1
-1
sbx.hxx
basic/inc/basic/sbx.hxx
+3
-3
sbxdef.hxx
basic/inc/basic/sbxdef.hxx
+11
-11
No files found.
basic/inc/basic/basmgr.hxx
Dosyayı görüntüle @
735fba05
...
...
@@ -166,7 +166,7 @@ protected:
BasicLibInfo
*
FindLibInfo
(
StarBASIC
*
pBasic
)
const
;
void
CheckModules
(
StarBASIC
*
pBasic
,
BOOL
bReference
)
const
;
void
SetFlagToAllLibs
(
short
nFlag
,
BOOL
bSet
)
const
;
BasicManager
();
//
Nur zum anpassen von Pfaden bei 'Speichern unter
'.
BasicManager
();
//
This is used only to customize the paths of 'Save as
'.
~
BasicManager
();
public
:
...
...
@@ -211,7 +211,7 @@ public:
BOOL
LoadLib
(
USHORT
nLib
);
BOOL
RemoveLib
(
USHORT
nLib
,
BOOL
bDelBasicFromStorage
);
// Modify-Flag wi
rd nur beim Speichern zurueckgesetzt
.
// Modify-Flag wi
ll be reset only during save
.
BOOL
IsModified
()
const
;
BOOL
IsBasicModified
()
const
;
...
...
basic/inc/basic/sbmeth.hxx
Dosyayı görüntüle @
735fba05
...
...
@@ -71,7 +71,7 @@ public:
void
SetDebugFlags
(
USHORT
n
)
{
nDebugFlags
=
n
;
}
void
GetLineRange
(
USHORT
&
,
USHORT
&
);
//
Schnittstelle zum Ausfuehren einer Methode aus den Applikationen
//
Interface to execute a method from the applications
virtual
ErrCode
Call
(
SbxValue
*
pRet
=
NULL
);
virtual
void
Broadcast
(
ULONG
nHintId
);
};
...
...
basic/inc/basic/sbx.hxx
Dosyayı görüntüle @
735fba05
...
...
@@ -158,9 +158,9 @@ public:
#ifndef __SBX_SBXARRAY
#define __SBX_SBXARRAY
// SbxArray is
t ein eindimensionales, dynamisches
Array
//
von SbxVariablen. Put()/Insert() konvertieren die Variablen in den
//
angegebenen Datentyp, falls er nicht SbxVARIANT ist
.
// SbxArray is
an unidimensional, dynamic
Array
//
The variables convert from SbxVariablen. Put()/Insert() into the
//
declared datatype, if they are not SbxVARIANT
.
class
SbxVarRefs
;
class
SbxVariableRef
;
...
...
basic/inc/basic/sbxdef.hxx
Dosyayı görüntüle @
735fba05
...
...
@@ -67,7 +67,7 @@ enum SbxDataType {
SbxOBJECT
=
9
,
// * SbxBase object pointer
SbxERROR
=
10
,
// * Error (UINT16)
SbxBOOL
=
11
,
// * Boolean (0 or -1)
SbxVARIANT
=
12
,
// *
Anzeige fuer varianten Datentyp
SbxVARIANT
=
12
,
// *
Display for variant datatype
SbxDATAOBJECT
=
13
,
// * Common data object w/o ref count
SbxCHAR
=
16
,
// * signed char
...
...
@@ -86,9 +86,9 @@ enum SbxDataType {
SbxUSERDEF
=
29
,
// user defined
SbxLPSTR
=
30
,
// * null terminated string
SbxLPWSTR
=
31
,
// wide null terminated string
SbxCoreSTRING
=
32
,
//
AB 10.4.97, fuer GetCoreString(), nur zum Konvertieren
SbxWSTRING
=
33
,
//
AB 4.10.2000
Reimplemented for backwards compatibility (#78919)
SbxWCHAR
=
34
,
//
AB 4.10.2000
Reimplemented for backwards compatibility (#78919)
SbxCoreSTRING
=
32
,
//
from 1997/4/10 for GetCoreString(), only for converting
SbxWSTRING
=
33
,
//
from 2000/10/4
Reimplemented for backwards compatibility (#78919)
SbxWCHAR
=
34
,
//
from 2000/10/4
Reimplemented for backwards compatibility (#78919)
SbxSALINT64
=
35
,
// for UNO hyper
SbxSALUINT64
=
36
,
// for UNO unsigned hyper
SbxDECIMAL
=
37
,
// for UNO/automation Decimal
...
...
@@ -155,7 +155,7 @@ enum SbxNameType { // Type of the questioned name of a variable
#endif
//
AB: 20.3.96
: New error messages
//
from 1996/3/20
: New error messages
typedef
ULONG
SbxError
;
// Preserve old type
#endif
...
...
@@ -189,7 +189,7 @@ typedef ULONG SbxError; // Preserve old type
#define ERRCODE_SBX_BAD_INDEX (12UL | ERRCODE_AREA_SBX | \
ERRCODE_CLASS_SBX) // Invalid object index
#define ERRCODE_SBX_NO_ACTIVE_OBJECT (13UL | ERRCODE_AREA_SBX | \
ERRCODE_CLASS_ACCESS) // Object is
t
not activated
ERRCODE_CLASS_ACCESS) // Object is not activated
#define ERRCODE_SBX_BAD_PROP_VALUE (14UL | ERRCODE_AREA_SBX | \
ERRCODE_CLASS_RUNTIME) // Bad property value
#define ERRCODE_SBX_PROP_READONLY (15UL | ERRCODE_AREA_SBX | \
...
...
@@ -270,7 +270,7 @@ enum SbxError { // Ergebnis einer Rechenoperation/Konversion
SbxERR_BOUNDS = 9, // Array-Index ungueltig
SbxERR_ZERODIV = 11, // Division durch Null
SbxERR_CONVERSION = 13, // falscher Datentyp
SbxERR_BAD_PARAMETER = 14, // ungltiger Parameter
SbxERR_BAD_PARAMETER = 14, // ung
�
ltiger Parameter
SbxERR_PROC_UNDEFINED = 35, // BASIC-Sub oder Function undefiniert
SbxERR_ERROR = 51, // andere Fehler
// Objektbezogene Fehler
...
...
@@ -285,15 +285,15 @@ enum SbxError { // Ergebnis einer Rechenoperation/Konversion
SbxERR_NO_METHOD = 423, // Property oder Methode unbekannt
SbxERR_INVALID_USAGE_OBJECT=425,// Falsche Verwendung eines Objekts
SbxERR_NO_OLE = 430, // Kein OLE-Objekt
SbxERR_BAD_METHOD = 438, // Methode nicht untersttzt
SbxERR_BAD_METHOD = 438, // Methode nicht unterst
�
tzt
SbxERR_OLE_ERROR = 440, // OLE Automation-Fehler
SbxERR_BAD_ACTION = 445, // Aktion nicht untersttzt
SbxERR_BAD_ACTION = 445, // Aktion nicht unterst
�
tzt
SbxERR_NO_NAMED_ARGS = 446, // Keine benannten Argumente
SbxERR_BAD_LOCALE = 447, // Laenderspezifische Einstellungen nicht untersttzt
SbxERR_BAD_LOCALE = 447, // Laenderspezifische Einstellungen nicht unterst
�
tzt
SbxERR_NAMED_NOT_FOUND = 448,// Unbekanntes benanntes Argument
SbxERR_NOT_OPTIONAL = 449, // Argument nicht optional
SbxERR_WRONG_ARGS = 450, // Falsche Zahl von Argumenten
SbxERR_NOT_A_COLL = 451 // Objekt enthlt keine Elemente
SbxERR_NOT_A_COLL = 451 // Objekt enth
�
lt keine Elemente
};
*/
...
...
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