summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-12-02 08:17:27 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-12-06 10:33:05 +0000
commit12ffc366c27c44941336398414251f9f9174212a (patch)
treec9380d7c03d13cb02d991b1ff7b24b691d0044bc
parent4c5fd05cd1017dea7b18b06784b1fb0f753b586a (diff)
callcatcher: update list
-rw-r--r--svx/inc/svx/svdetc.hxx1
-rw-r--r--svx/source/svdraw/svdetc.cxx6
-rw-r--r--unusedcode.easy18
3 files changed, 7 insertions, 18 deletions
diff --git a/svx/inc/svx/svdetc.hxx b/svx/inc/svx/svdetc.hxx
index 42c1c3d5a3ab..b5472894c827 100644
--- a/svx/inc/svx/svdetc.hxx
+++ b/svx/inc/svx/svdetc.hxx
@@ -132,7 +132,6 @@ public:
sal_uInt16 GetObject(sal_uIntPtr nPos) const { return sal_uInt16(sal_uIntPtr(aArr.GetObject(nPos))); }
sal_uIntPtr GetPos(sal_uInt16 nElem) const { return aArr.GetPos((void*)(sal_uIntPtr)nElem); }
sal_uIntPtr GetCount() const { return aArr.Count(); }
- void Sort();
};
class ContainerSorter {
diff --git a/svx/source/svdraw/svdetc.cxx b/svx/source/svdraw/svdetc.cxx
index 0e1d3e25c525..f8322443be15 100644
--- a/svx/source/svdraw/svdetc.cxx
+++ b/svx/source/svdraw/svdetc.cxx
@@ -295,12 +295,6 @@ int ImpUShortContainerSorter::Compare(const void* pElem1, const void* pElem2) co
return n1<n2 ? -1 : n1>n2 ? 1 : 0;
}
-void UShortCont::Sort()
-{
- ImpUShortContainerSorter aSorter(aArr);
- aSorter.DoSort();
-}
-
////////////////////////////////////////////////////////////////////////////////////////////////////
void SdrLinkList::Clear()
diff --git a/unusedcode.easy b/unusedcode.easy
index 521398089b47..aa93d3d712d1 100644
--- a/unusedcode.easy
+++ b/unusedcode.easy
@@ -80,7 +80,6 @@ CurrencyBox::RemoveValue(long)
CurrencyField::CurrencyField(Window*, ResId const&)
CurrencyFormatter::SetCurrencySymbol(String const&)
CustomToolBarImportHelper::showToolbar(rtl::OUString const&)
-Date::IsValidDate() const
DateBox::DateBox(Window*, ResId const&)
DateBox::GetDate(unsigned short) const
DateBox::GetDatePos(Date const&) const
@@ -332,6 +331,11 @@ SbxDecimal::getUShort(unsigned short&)
SbxDecimal::setShort(short)
SbxDecimal::setString(rtl::OUString*)
SbxDecimal::setUShort(unsigned short)
+SbxItem::SetDocument(basctl::ScriptDocument const&)
+SbxItem::SetLibName(rtl::OUString const&)
+SbxItem::SetMethodName(rtl::OUString const&)
+SbxItem::SetName(rtl::OUString const&)
+SbxItem::SetType(BasicIDEType)
SbxValue::PutDecimal(SbxDecimal*)
ScAddInAsyncs::Insert(ScAddInAsync* const&, unsigned short&)
ScAddInAsyncs::Insert(ScAddInAsync* const*, unsigned short)
@@ -1049,7 +1053,8 @@ ToolBox::GetToolbarLayoutMode()
TransferableDataHelper::GetInterface(com::sun::star::datatransfer::DataFlavor const&, com::sun::star::uno::Reference<com::sun::star::uno::XInterface>&)
UCBStorage::IsStorageFile(String const&)
UCBStream::UCBStream(com::sun::star::uno::Reference<com::sun::star::io::XOutputStream>&)
-UShortCont::Sort()
+UnoApiTest::UnoApiTest()
+UnoApiTest::createFileURL(rtl::OUString const&, rtl::OUString&)
UnoComboBoxControl::getActionListeners()
UnoComboBoxControl::getItemListeners()
UnoControlBase::UnoControlBase()
@@ -1808,7 +1813,6 @@ comphelper::getPathToUserRegistry()
comphelper::string::isalnumAsciiString(rtl::OUString const&)
comphelper::string::islowerAsciiString(rtl::OUString const&)
comphelper::string::isupperAsciiString(rtl::OUString const&)
-comphelper::string::searchAndReplaceAllAsciiWithAscii(rtl::OUString const&, char const*, char const*, int)
connectivity::OKeyValue::OKeyValue()
connectivity::ORowSetValue::setFromDouble(double const&, int)
connectivity::OSQLInternalNode::OSQLInternalNode(unsigned short const*, connectivity::SQLNodeType, unsigned int)
@@ -2025,7 +2029,6 @@ oox::dump::TextStreamObjectBase::construct(oox::dump::InputObjectBase const&, un
oox::dump::XmlStreamObject::XmlStreamObject(oox::dump::OutputObjectBase const&, oox::dump::BinaryInputStreamRef const&)
oox::dump::biff::BiffObjectBase::dumpRowRange(oox::dump::String const&, bool)
oox::dump::biff::FormulaObject::dumpCellFormula(oox::dump::String const&, unsigned short)
-oox::formulaimport::XmlStream::AttributeList::attribute(int, unsigned short) const
oox::formulaimport::XmlStream::AttributeList::hasAttribute(int) const
oox::formulaimport::XmlStream::skipElement(int)
oox::ole::VbaHelper::getBasicScriptUrl(rtl::OUString const&, rtl::OUString const&, rtl::OUString const&)
@@ -2244,13 +2247,6 @@ sw::util::AuthorInfos::Insert(sw::util::AuthorInfo* const*, unsigned short)
sw::util::AuthorInfos::Insert(sw::util::AuthorInfos const*, unsigned short, unsigned short)
sw::util::AuthorInfos::Remove(sw::util::AuthorInfo* const&, unsigned short)
sw::util::AuthorInfos::Remove(unsigned short, unsigned short)
-test::OfficeConnection::OfficeConnection()
-test::OfficeConnection::getComponentContext() const
-test::OfficeConnection::isStillAlive() const
-test::OfficeConnection::setUp()
-test::OfficeConnection::tearDown()
-test::OfficeConnection::~OfficeConnection()
-test::getTestArgument(rtl::OUString const&, rtl::OUString*)
toolkit::registerServices(com::sun::star::uno::Reference<com::sun::star::registry::XRegistryKey> const&, char const*, char const*, char const*)
ucbhelper::Content::getPropertyValues(com::sun::star::uno::Sequence<int> const&)
ucbhelper::Content::insertNewContent(rtl::OUString const&, com::sun::star::uno::Sequence<int> const&, com::sun::star::uno::Sequence<com::sun::star::uno::Any> const&, com::sun::star::uno::Reference<com::sun::star::io::XInputStream> const&, ucbhelper::Content&)