diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-07-28 12:13:28 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-07-28 12:14:44 +0100 |
commit | 1e38b346cc99714fcbef4ba46b8659feea268b58 (patch) | |
tree | d4a5dd52d4f977cfc29ca4080036ae92c5a80ace | |
parent | b98e598cc43653952c9668d93f072f68646875c4 (diff) |
callcatcher: update list, more stlification
Change-Id: I03b82de231835db6a59c7c674e3ffbec6bd56009
-rwxr-xr-x | unusedcode.easy | 25 |
1 files changed, 3 insertions, 22 deletions
diff --git a/unusedcode.easy b/unusedcode.easy index 628563f6b4fd..10f716359855 100755 --- a/unusedcode.easy +++ b/unusedcode.easy @@ -5,6 +5,7 @@ InsCapOptArr::Insert(InsCaptionOpt* const*, unsigned short) InsCapOptArr::Remove(InsCaptionOpt* const&, unsigned short) InsCapOptArr::Remove(unsigned short, unsigned short) PopupMenu::SetSelectedEntry(unsigned short) +RtfAttributeOutput::WriteHex(rtl::OString) SanExtensionImpl::setCertExtn(com::sun::star::uno::Sequence<signed char>, com::sun::star::uno::Sequence<signed char>, unsigned char) SanExtensionImpl::setCertExtn(unsigned char*, unsigned int, unsigned char*, unsigned int, unsigned char) ScCompressedArray<int, unsigned char>::GetEntryCount() const @@ -42,16 +43,13 @@ SvXMLAutoStylePoolParentsP_Impl::GetPos(SvXMLAutoStylePoolParentP_Impl const*) c SvXMLAutoStylePoolParentsP_Impl::Remove(SvXMLAutoStylePoolParentP_Impl*) SvXMLStyleIndices_Impl::GetPos(SvXMLStyleIndex_Impl const*) const SvXMLStyleIndices_Impl::Remove(SvXMLStyleIndex_Impl*) +SvtSlideSorterBarOptions::AddListenerLink(Link const&) +SvtSlideSorterBarOptions::RemoveListenerLink(Link const&) SvxMSDffShapeInfos::Insert(SvxMSDffShapeInfo* const&, unsigned short&) SvxMSDffShapeInfos::Insert(SvxMSDffShapeInfo* const*, unsigned short) SvxMSDffShapeInfos::Insert(SvxMSDffShapeInfos const*, unsigned short, unsigned short) SvxMSDffShapeInfos::Remove(SvxMSDffShapeInfo* const&, unsigned short) SvxPositionSizeTabPage::GetRect() -SwBlockNames::Insert(SwBlockName const*&, unsigned short&) -SwBlockNames::Insert(SwBlockName const**, unsigned short) -SwBlockNames::Insert(SwBlockNames const*, unsigned short, unsigned short) -SwBlockNames::Remove(SwBlockName const*&, unsigned short) -SwBlockNames::Remove(unsigned short, unsigned short) SwSortElements::Insert(SwSortElement* const&, unsigned short&) SwSortElements::Insert(SwSortElement* const*, unsigned short) SwSortElements::Insert(SwSortElements const*, unsigned short, unsigned short) @@ -98,23 +96,6 @@ XMLTextListAutoStylePool_Impl::GetPos(XMLTextListAutoStylePoolEntry_Impl const*) XMLTextListAutoStylePool_Impl::Remove(XMLTextListAutoStylePoolEntry_Impl*) XclExpColorScale::XclExpColorScale(XclExpRoot const&, ScColorScaleFormat const&) XclExpPivotCache::GetFieldAcc(rtl::OUString const&) -_CpyTabFrms::Insert(_CpyTabFrm const&, unsigned short&) -_CpyTabFrms::Insert(_CpyTabFrm const*, unsigned short) -_CpyTabFrms::Insert(_CpyTabFrms const*, unsigned short, unsigned short) -_CpyTabFrms::Remove(_CpyTabFrm const&, unsigned short) -_CpyTabFrms_SAR::Replace(_CpyTabFrm const&, unsigned short) -_CpyTabFrms_SAR::Replace(_CpyTabFrm const*, unsigned short, unsigned short) -_CpyTabFrms_SAR::_ForEach(unsigned short, unsigned short, unsigned char (*)(_CpyTabFrm const&, void*), void*) -_MergePos::Insert(_CmpLPt const&, unsigned short&) -_MergePos::Insert(_CmpLPt const*, unsigned short) -_MergePos::Insert(_MergePos const*, unsigned short, unsigned short) -_MergePos::Remove(_CmpLPt const&, unsigned short) -_MergePos_SAR::Replace(_CmpLPt const&, unsigned short) -_MergePos_SAR::Replace(_CmpLPt const*, unsigned short, unsigned short) -_MergePos_SAR::_ForEach(unsigned short, unsigned short, unsigned char (*)(_CmpLPt const&, void*), void*) -_SwRedlineTbl::Insert(SwRedline* const*, unsigned short) -_SwRedlineTbl::Insert(_SwRedlineTbl const*, unsigned short, unsigned short) -_SwRedlineTbl::Remove(SwRedline* const&, unsigned short) binfilter::Dictionary::~Dictionary() binfilter::ImpSvtData::~ImpSvtData() binfilter::PCodeBuffConvertor<unsigned int, unsigned short>::GetBuffer() |