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
52bb2168
Kaydet (Commit)
52bb2168
authored
Ock 25, 2012
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
tweak the ifdefs to clarify the unused SbxDecimal methods
üst
00856ee8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
27 deletions
+0
-27
sbxdec.cxx
basic/source/sbx/sbxdec.cxx
+0
-16
unusedcode.easy
unusedcode.easy
+0
-11
No files found.
basic/source/sbx/sbxdec.cxx
Dosyayı görüntüle @
52bb2168
...
@@ -428,7 +428,6 @@ bool SbxDecimal::getString( ::rtl::OUString& rString )
...
@@ -428,7 +428,6 @@ bool SbxDecimal::getString( ::rtl::OUString& rString )
SbxDecimal
*
ImpCreateDecimal
(
SbxValues
*
p
)
SbxDecimal
*
ImpCreateDecimal
(
SbxValues
*
p
)
{
{
#ifdef WIN32
if
(
!
p
)
if
(
!
p
)
return
NULL
;
return
NULL
;
...
@@ -439,15 +438,10 @@ SbxDecimal* ImpCreateDecimal( SbxValues* p )
...
@@ -439,15 +438,10 @@ SbxDecimal* ImpCreateDecimal( SbxValues* p )
rpDecimal
->
addRef
();
rpDecimal
->
addRef
();
}
}
return
rpDecimal
;
return
rpDecimal
;
#else
(
void
)
p
;
return
NULL
;
#endif
}
}
SbxDecimal
*
ImpGetDecimal
(
const
SbxValues
*
p
)
SbxDecimal
*
ImpGetDecimal
(
const
SbxValues
*
p
)
{
{
#ifdef WIN32
SbxValues
aTmp
;
SbxValues
aTmp
;
SbxDecimal
*
pnDecRes
;
SbxDecimal
*
pnDecRes
;
...
@@ -563,16 +557,10 @@ start:
...
@@ -563,16 +557,10 @@ start:
SbxBase
::
SetError
(
SbxERR_CONVERSION
);
pnDecRes
->
setShort
(
0
);
SbxBase
::
SetError
(
SbxERR_CONVERSION
);
pnDecRes
->
setShort
(
0
);
}
}
return
pnDecRes
;
return
pnDecRes
;
#else
(
void
)
p
;
return
NULL
;
#endif
}
}
void
ImpPutDecimal
(
SbxValues
*
p
,
SbxDecimal
*
pDec
)
void
ImpPutDecimal
(
SbxValues
*
p
,
SbxDecimal
*
pDec
)
{
{
#ifdef WIN32
if
(
!
pDec
)
if
(
!
pDec
)
return
;
return
;
...
@@ -739,10 +727,6 @@ start:
...
@@ -739,10 +727,6 @@ start:
default
:
default
:
SbxBase
::
SetError
(
SbxERR_CONVERSION
);
SbxBase
::
SetError
(
SbxERR_CONVERSION
);
}
}
#else
(
void
)
p
;
(
void
)
pDec
;
#endif
}
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
unusedcode.easy
Dosyayı görüntüle @
52bb2168
...
@@ -132,20 +132,9 @@ SbiExpression::VBA_Imp()
...
@@ -132,20 +132,9 @@ SbiExpression::VBA_Imp()
SbiIoSystem::NextChannel()
SbiIoSystem::NextChannel()
SbiRuntime::GetParams()
SbiRuntime::GetParams()
SbiSymPool::Clear()
SbiSymPool::Clear()
SbxDecimal::SbxDecimal()
SbxDecimal::getByte(unsigned char&)
SbxDecimal::getByte(unsigned char&)
SbxDecimal::getChar(unsigned short&)
SbxDecimal::getInt(int&)
SbxDecimal::getInt(int&)
SbxDecimal::getLong(int&)
SbxDecimal::getShort(short&)
SbxDecimal::getString(rtl::OUString&)
SbxDecimal::getUInt(unsigned int&)
SbxDecimal::getUInt(unsigned int&)
SbxDecimal::getULong(unsigned int&)
SbxDecimal::getUShort(unsigned short&)
SbxDecimal::setShort(short)
SbxDecimal::setString(rtl::OUString*)
SbxDecimal::setUShort(unsigned short)
SbxValue::PutDecimal(SbxDecimal*)
ScAddInAsyncs::Insert(ScAddInAsync* const&, unsigned short&)
ScAddInAsyncs::Insert(ScAddInAsync* const&, unsigned short&)
ScAddInAsyncs::Insert(ScAddInAsync* const*, unsigned short)
ScAddInAsyncs::Insert(ScAddInAsync* const*, unsigned short)
ScAddInAsyncs::Insert(ScAddInAsyncs const*, unsigned short, unsigned short)
ScAddInAsyncs::Insert(ScAddInAsyncs const*, unsigned short, unsigned short)
...
...
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