Kaydet (Commit) 12ffc366 authored tarafından Caolán McNamara's avatar Caolán McNamara

callcatcher: update list

üst 4c5fd05c
......@@ -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 {
......
......@@ -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()
......
......@@ -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&)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment