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
6854bd6b
Kaydet (Commit)
6854bd6b
authored
Mar 25, 2014
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
These DbgOutf calls do not seem worth keeping
Change-Id: I6da5848ee2d1d23f921e56ac2eae09c6f148ebbd
üst
db3d23ff
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
25 deletions
+0
-25
sbxvar.cxx
basic/source/sbx/sbxvar.cxx
+0
-25
No files found.
basic/source/sbx/sbxvar.cxx
Dosyayı görüntüle @
6854bd6b
...
...
@@ -34,10 +34,6 @@ using namespace com::sun::star::uno;
TYPEINIT1
(
SbxVariable
,
SbxValue
)
TYPEINIT1
(
SbxHint
,
SfxSimpleHint
)
#ifdef DBG_UTIL
static
sal_uIntPtr
nVar
=
0
;
#endif
///////////////////////////// SbxVariableImpl
class
SbxVariableImpl
...
...
@@ -68,9 +64,6 @@ SbxVariable::SbxVariable() : SbxValue()
pParent
=
NULL
;
nUserData
=
0
;
nHash
=
0
;
#ifdef DBG_UTIL
DbgOutf
(
"SbxVariable::Ctor %lx=%ld"
,
(
void
*
)
this
,
++
nVar
);
#endif
}
void
registerComListenerVariableForBasic
(
SbxVariable
*
pVar
,
StarBASIC
*
pBasic
);
...
...
@@ -106,13 +99,6 @@ SbxVariable::SbxVariable( const SbxVariable& r )
nUserData
=
0
;
nHash
=
0
;
}
#ifdef DBG_UTIL
if
(
maName
.
equalsAscii
(
"Cells"
))
{
maName
=
"Cells"
;
}
DbgOutf
(
"SbxVariable::Ctor %lx=%ld"
,
(
void
*
)
this
,
++
nVar
);
#endif
}
SbxVariable
::
SbxVariable
(
SbxDataType
t
,
void
*
p
)
:
SbxValue
(
t
,
p
)
...
...
@@ -122,23 +108,12 @@ SbxVariable::SbxVariable( SbxDataType t, void* p ) : SbxValue( t, p )
pParent
=
NULL
;
nUserData
=
0
;
nHash
=
0
;
#ifdef DBG_UTIL
DbgOutf
(
"SbxVariable::Ctor %lx=%ld"
,
(
void
*
)
this
,
++
nVar
);
#endif
}
void
removeDimAsNewRecoverItem
(
SbxVariable
*
pVar
);
SbxVariable
::~
SbxVariable
()
{
#ifdef DBG_UTIL
OString
aBStr
(
OUStringToOString
(
maName
,
RTL_TEXTENCODING_ASCII_US
));
DbgOutf
(
"SbxVariable::Dtor %lx (%s)"
,
(
void
*
)
this
,
aBStr
.
getStr
()
);
if
(
maName
.
equalsAscii
(
"Cells"
))
{
maName
=
"Cells"
;
}
#endif
#ifndef DISABLE_SCRIPTING
if
(
IsSet
(
SBX_DIM_AS_NEW
))
{
...
...
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