Kaydet (Commit) 9c28c7d6 authored tarafından Caolán McNamara's avatar Caolán McNamara

callcatcher: update list

üst d7829740
...@@ -168,7 +168,6 @@ public: ...@@ -168,7 +168,6 @@ public:
INetURLObject GetURL() const; INetURLObject GetURL() const;
String GetFilterName() const; String GetFilterName() const;
Graphic GetGraphic() const; Graphic GetGraphic() const;
sal_Bool GetVCDrawModel( FmFormModel& rModel ) const;
sal_Bool IsLinkage() const; sal_Bool IsLinkage() const;
sal_Int8 AcceptDrop( DropTargetHelper& rTarget, const AcceptDropEvent& rEvt ); sal_Int8 AcceptDrop( DropTargetHelper& rTarget, const AcceptDropEvent& rEvt );
......
...@@ -1197,18 +1197,6 @@ Graphic GalleryBrowser2::GetGraphic() const ...@@ -1197,18 +1197,6 @@ Graphic GalleryBrowser2::GetGraphic() const
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
sal_Bool GalleryBrowser2::GetVCDrawModel( FmFormModel& rModel ) const
{
sal_Bool bRet = sal_False;
if( mpCurTheme && mnCurActionPos != 0xffffffff )
bRet = mpCurTheme->GetModel( mnCurActionPos, rModel );
return bRet;
}
// -----------------------------------------------------------------------------
sal_Bool GalleryBrowser2::IsLinkage() const sal_Bool GalleryBrowser2::IsLinkage() const
{ {
return mbCurActionIsLinkage; return mbCurActionIsLinkage;
......
...@@ -799,7 +799,6 @@ StgCache::Pos2Page(int) ...@@ -799,7 +799,6 @@ StgCache::Pos2Page(int)
StgHeader::SetClassId(ClsId const&) StgHeader::SetClassId(ClsId const&)
StorageStream::ValidateMode(unsigned short, StgDirEntry*) const StorageStream::ValidateMode(unsigned short, StgDirEntry*) const
SvBorder::SvBorder(Rectangle const&, Rectangle const&) SvBorder::SvBorder(Rectangle const&, Rectangle const&)
SvByteStrings::DeleteAndDestroy(unsigned short, unsigned short)
SvFileStream::UnlockFile() SvFileStream::UnlockFile()
SvI18NMap_Impl::Insert(SvI18NMapEntry_Impl* const&, unsigned short&) SvI18NMap_Impl::Insert(SvI18NMapEntry_Impl* const&, unsigned short&)
SvI18NMap_Impl::Insert(SvI18NMapEntry_Impl* const*, unsigned short) SvI18NMap_Impl::Insert(SvI18NMapEntry_Impl* const*, unsigned short)
...@@ -840,11 +839,6 @@ SvStringsSortDtor::Insert(SvStringsSortDtor const*, unsigned short, unsigned sho ...@@ -840,11 +839,6 @@ SvStringsSortDtor::Insert(SvStringsSortDtor const*, unsigned short, unsigned sho
SvStringsSortDtor::Remove(String* const&, unsigned short) SvStringsSortDtor::Remove(String* const&, unsigned short)
SvStringsSortDtor::Remove(unsigned short, unsigned short) SvStringsSortDtor::Remove(unsigned short, unsigned short)
SvTabListBox::GetTabJustify(unsigned short) const SvTabListBox::GetTabJustify(unsigned short) const
SvULongs::Insert(SvULongs const*, unsigned short, unsigned short, unsigned short)
SvULongs::Remove(unsigned short, unsigned short)
SvULongs::Replace(unsigned long const&, unsigned short)
SvULongs::Replace(unsigned long const*, unsigned short, unsigned short)
SvULongs::_ForEach(unsigned short, unsigned short, unsigned char (*)(unsigned long const&, void*), void*)
SvUShorts::Insert(SvUShorts const*, unsigned short, unsigned short, unsigned short) SvUShorts::Insert(SvUShorts const*, unsigned short, unsigned short, unsigned short)
SvUShorts::Replace(unsigned short const&, unsigned short) SvUShorts::Replace(unsigned short const&, unsigned short)
SvUShorts::Replace(unsigned short const*, unsigned short, unsigned short) SvUShorts::Replace(unsigned short const*, unsigned short, unsigned short)
...@@ -1774,7 +1768,6 @@ binfilter::SvBools::Insert(binfilter::SvBools const*, unsigned short, unsigned s ...@@ -1774,7 +1768,6 @@ binfilter::SvBools::Insert(binfilter::SvBools const*, unsigned short, unsigned s
binfilter::SvBools::Replace(unsigned char const&, unsigned short) binfilter::SvBools::Replace(unsigned char const&, unsigned short)
binfilter::SvBools::Replace(unsigned char const*, unsigned short, unsigned short) binfilter::SvBools::Replace(unsigned char const*, unsigned short, unsigned short)
binfilter::SvBools::_ForEach(unsigned short, unsigned short, unsigned char (*)(unsigned char const&, void*), void*) binfilter::SvBools::_ForEach(unsigned short, unsigned short, unsigned char (*)(unsigned char const&, void*), void*)
binfilter::SvByteStrings::DeleteAndDestroy(unsigned short, unsigned short)
binfilter::SvBytes::Insert(binfilter::SvBytes const*, unsigned short, unsigned short, unsigned short) binfilter::SvBytes::Insert(binfilter::SvBytes const*, unsigned short, unsigned short, unsigned short)
binfilter::SvBytes::Replace(unsigned char const&, unsigned short) binfilter::SvBytes::Replace(unsigned char const&, unsigned short)
binfilter::SvBytes::Replace(unsigned char const*, unsigned short, unsigned short) binfilter::SvBytes::Replace(unsigned char const*, unsigned short, unsigned short)
......
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