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
b2fdaed4
Kaydet (Commit)
b2fdaed4
authored
Nis 20, 2012
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
WaE: MSVC2008 C2220 unsafe mix of types in operation
üst
6f9971f3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 deletions
+7
-5
sbmod.hxx
basic/inc/basic/sbmod.hxx
+3
-3
sbxmod.cxx
basic/source/classes/sbxmod.cxx
+4
-2
No files found.
basic/inc/basic/sbmod.hxx
Dosyayı görüntüle @
b2fdaed4
...
@@ -73,7 +73,7 @@ protected:
...
@@ -73,7 +73,7 @@ protected:
SbiImage
*
pImage
;
// the Image
SbiImage
*
pImage
;
// the Image
SbiBreakpoints
*
pBreaks
;
// Breakpoints
SbiBreakpoints
*
pBreaks
;
// Breakpoints
SbClassData
*
pClassData
;
SbClassData
*
pClassData
;
sal_B
ool
mbVBACompat
;
b
ool
mbVBACompat
;
sal_Int32
mnType
;
sal_Int32
mnType
;
SbxObjectRef
pDocObject
;
// an impl object ( used by Document Modules )
SbxObjectRef
pDocObject
;
// an impl object ( used by Document Modules )
bool
bIsProxyModule
;
bool
bIsProxyModule
;
...
@@ -139,8 +139,8 @@ public:
...
@@ -139,8 +139,8 @@ public:
sal_Bool
ExceedsLegacyModuleSize
();
sal_Bool
ExceedsLegacyModuleSize
();
void
fixUpMethodStart
(
bool
bCvtToLegacy
,
SbiImage
*
pImg
=
NULL
)
const
;
void
fixUpMethodStart
(
bool
bCvtToLegacy
,
SbiImage
*
pImg
=
NULL
)
const
;
bool
HasExeCode
();
bool
HasExeCode
();
sal_B
ool
IsVBACompat
()
const
;
b
ool
IsVBACompat
()
const
;
void
SetVBACompat
(
sal_B
ool
bCompat
);
void
SetVBACompat
(
b
ool
bCompat
);
sal_Int32
GetModuleType
()
{
return
mnType
;
}
sal_Int32
GetModuleType
()
{
return
mnType
;
}
void
SetModuleType
(
sal_Int32
nType
)
{
mnType
=
nType
;
}
void
SetModuleType
(
sal_Int32
nType
)
{
mnType
=
nType
;
}
bool
isProxyModule
()
{
return
bIsProxyModule
;
}
bool
isProxyModule
()
{
return
bIsProxyModule
;
}
...
...
basic/source/classes/sbxmod.cxx
Dosyayı görüntüle @
b2fdaed4
...
@@ -1077,15 +1077,17 @@ void ClearUnoObjectsInRTL_Impl( StarBASIC* pBasic )
...
@@ -1077,15 +1077,17 @@ void ClearUnoObjectsInRTL_Impl( StarBASIC* pBasic )
if
(
((
StarBASIC
*
)
p
)
!=
pBasic
)
if
(
((
StarBASIC
*
)
p
)
!=
pBasic
)
ClearUnoObjectsInRTL_Impl_Rek
(
(
StarBASIC
*
)
p
);
ClearUnoObjectsInRTL_Impl_Rek
(
(
StarBASIC
*
)
p
);
}
}
sal_Bool
SbModule
::
IsVBACompat
()
const
bool
SbModule
::
IsVBACompat
()
const
{
{
return
mbVBACompat
;
return
mbVBACompat
;
}
}
void
SbModule
::
SetVBACompat
(
sal_B
ool
bCompat
)
void
SbModule
::
SetVBACompat
(
b
ool
bCompat
)
{
{
mbVBACompat
=
bCompat
;
mbVBACompat
=
bCompat
;
}
}
// Run a Basic-subprogram
// Run a Basic-subprogram
sal_uInt16
SbModule
::
Run
(
SbMethod
*
pMeth
)
sal_uInt16
SbModule
::
Run
(
SbMethod
*
pMeth
)
{
{
...
...
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