summaryrefslogtreecommitdiff
path: root/unusedcode.easy
diff options
context:
space:
mode:
authorJulien Chaffraix <julien.chaffraix@gmail.com>2011-11-13 22:35:28 -0800
committerNoel Power <noel.power@novell.com>2011-11-15 10:41:35 +0000
commite5f5167e848237e7ca4cfc00fa916d07f8b73f1a (patch)
tree49beded082dbed8872c022fab167f31c7c6f8815 /unusedcode.easy
parent57ecb72e86f68aaea06053d71b1063264a0aa140 (diff)
FDO#39446 [EasyHack] Bloat Removal. Removing uncallable code with callcatcher
Removed most unused symbols in basic/. The remaining symbols (SdxDecimal) are Windows specific and thus should be double-checked on a Windows machine prior to removal.
Diffstat (limited to 'unusedcode.easy')
-rw-r--r--unusedcode.easy23
1 files changed, 0 insertions, 23 deletions
diff --git a/unusedcode.easy b/unusedcode.easy
index c1ec1e300cd0..ba23ba9c7f90 100644
--- a/unusedcode.easy
+++ b/unusedcode.easy
@@ -336,9 +336,6 @@ SbiImage::Load(SvStream&)
SbiIoSystem::NextChannel()
SbiRuntime::GetParams()
SbiSymPool::Clear()
-SbxAlias::SbxAlias(String const&, SbxVariable*)
-SbxDecimal::SbxDecimal()
-SbxDecimal::getByte(unsigned char&)
SbxDecimal::getChar(unsigned short&)
SbxDecimal::getInt(int&)
SbxDecimal::getLong(int&)
@@ -350,26 +347,6 @@ SbxDecimal::getUShort(unsigned short&)
SbxDecimal::setShort(short)
SbxDecimal::setString(rtl::OUString*)
SbxDecimal::setUShort(unsigned short)
-SbxDimArray::GetRef(SbxArray*)
-SbxDimArray::GetRef(short const*)
-SbxDimArray::GetRef32(int const*)
-SbxDimArray::Offset(SbxArray*)
-SbxDimArray::Put(SbxVariable*, SbxArray*)
-SbxInfo::AddParam(SbxParamInfo const&)
-SbxObject::GarbageCollection(unsigned long)
-SbxObject::SetPos(SbxVariable*, unsigned short)
-SbxObject::VCPtrInsert(SbxVariable*)
-SbxObject::VCPtrRemove(SbxVariable*)
-SbxValue::GetData() const
-SbxValue::GetErr() const
-SbxValue::GetInt() const
-SbxValue::GetNoBroadcast(SbxValues&)
-SbxValue::HasObject() const
-SbxValue::PutData(void*)
-SbxValue::PutDecimal(SbxDecimal*)
-SbxValue::PutInt(int)
-SbxValue::PutString(unsigned short const*)
-SbxValue::PutpChar(unsigned short const*)
ScAddInAsyncs::Insert(ScAddInAsync* const&, unsigned short&)
ScAddInAsyncs::Insert(ScAddInAsync* const*, unsigned short)
ScAddInAsyncs::Insert(ScAddInAsyncs const*, unsigned short, unsigned short)