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

callcatcher: update list

Change-Id: If9b76e5282c22a479ff709174fbc8ee4d3c337cc
üst 24e0e7ca
......@@ -134,10 +134,6 @@ void OSortIndex::Freeze()
m_bFrozen = sal_True;
}
// -----------------------------------------------------------------------------
OKeyValue::OKeyValue()
{
}
// -----------------------------------------------------------------------------
OKeyValue::OKeyValue(sal_Int32 nVal)
: m_nValue(nVal)
......
......@@ -31,7 +31,6 @@ namespace connectivity
sal_Int32 m_nValue;
protected:
OKeyValue();
OKeyValue(sal_Int32 nVal);
public:
......
......@@ -599,12 +599,6 @@ sal_Int32 ScXMLExport::GetNumberFormatStyleIndex(sal_Int32 nNumFmt) const
return itr->second;
}
bool ScXMLExport::HasDrawPages(uno::Reference <sheet::XSpreadsheetDocument>& xDoc)
{
uno::Reference <beans::XPropertySet> xDocProps( xDoc, uno::UNO_QUERY );
return (xDocProps.is() && ::cppu::any2bool( xDocProps->getPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNO_HASDRAWPAGES))) ));
}
namespace {
/**
......
......@@ -131,7 +131,6 @@ class ScXMLExport : public SvXMLExport
bool mbShowProgress;
sal_Int32 GetNumberFormatStyleIndex(sal_Int32 nNumFmt) const;
bool HasDrawPages(com::sun::star::uno::Reference <com::sun::star::sheet::XSpreadsheetDocument>& xDoc);
void CollectSharedData(sal_Int32& nTableCount, sal_Int32& nShapesCount);
void CollectShapesAutoStyles(const sal_Int32 nTableCount);
void WriteTablesView(const com::sun::star::uno::Any& aTableView);
......
......@@ -60,8 +60,6 @@ public:
void** GetObjectPtr( sal_uInt16 nIndex );
void* GetObject( sal_uInt16 nIndex ) const;
void SetSize( sal_uInt16 nNewSize );
sal_uInt16 GetSize() const { return nCount; }
sal_uInt16 Count() const { return nCount; }
void SetPrevBlock( CBlock* p ) { pPrev = p; }
......
......@@ -419,44 +419,6 @@ inline void** CBlock::GetObjectPtr( sal_uInt16 nIndex )
return &(pNodes[nIndex]);
}
/*************************************************************************
|*
|* CBlock::SetSize()
|*
|* Beschreibung Aendert die Groesse des Blocks
|*
*************************************************************************/
void CBlock::SetSize( sal_uInt16 nNewSize )
{
DBG_CHKTHIS( CBlock, DbgCheckCBlock );
DBG_ASSERT( nNewSize, "CBlock::SetSize(): nNewSize == 0" );
// Unterscheidet sich die Groesse
if ( nNewSize != nCount )
{
// Array erweitern
void** pNewNodes = new PVOID[nNewSize];
// Alte Tabelle in die Neue kopieren
if ( nNewSize < nCount )
memcpy( pNewNodes, pNodes, nNewSize*sizeof(PVOID) );
else
{
memcpy( pNewNodes, pNodes, nCount*sizeof(PVOID) );
// Array mit 0 initialisieren
memset( pNewNodes+nCount, 0, (nNewSize-nCount)*sizeof(PVOID) );
}
// Altes Array loeschen und neue Werte setzen
nSize = nNewSize;
nCount = nSize;
delete[] pNodes;
pNodes = pNewNodes;
}
}
//------------------------------------------------------------------------
/*************************************************************************
......
......@@ -7,10 +7,8 @@ ScVbaFormat<ooo::vba::excel::XRange>::setNumberFormat(com::sun::star::lang::Loca
ScVbaFormat<ooo::vba::excel::XStyle>::getAddIndent()
ScVbaFormat<ooo::vba::excel::XStyle>::setAddIndent(com::sun::star::uno::Any const&)
ScVbaFormat<ooo::vba::excel::XStyle>::setNumberFormat(com::sun::star::lang::Locale, rtl::OUString const&)
ScXMLExport::HasDrawPages(com::sun::star::uno::Reference<com::sun::star::sheet::XSpreadsheetDocument>&)
SecurityEnvironment_NssImpl::getImplementation(com::sun::star::uno::Reference<com::sun::star::uno::XInterface>)
SotStorage::GetProperty(String const&, String const&, com::sun::star::uno::Any&)
SpinButton::SpinButton(Window*, ResId const&)
StgCache::Pos2Page(int)
SvtSlideSorterBarOptions::AddListenerLink(Link const&)
SvtSlideSorterBarOptions::RemoveListenerLink(Link const&)
......@@ -82,7 +80,6 @@ cmis::Content::exchangeIdentity(com::sun::star::uno::Reference<com::sun::star::u
comphelper::detail::ConfigurationWrapper::getGroupReadWrite(boost::shared_ptr<comphelper::ConfigurationChanges> const&, rtl::OUString const&) const
comphelper::detail::ConfigurationWrapper::getLocalizedPropertyValue(rtl::OUString const&) const
comphelper::detail::ConfigurationWrapper::setLocalizedPropertyValue(boost::shared_ptr<comphelper::ConfigurationChanges> const&, rtl::OUString const&, com::sun::star::uno::Any const&) const
connectivity::OKeyValue::OKeyValue()
connectivity::file::OStatement_Base::reset()
connectivity::mozab::MQueryHelper::next()
connectivity::sdbcx::OGroup::OGroup(rtl::OUString const&, unsigned char)
......@@ -93,10 +90,19 @@ formula::FormulaTokenIterator::First()
jfw_plugin::VendorBase::createInstance()
oox::drawingml::TextParagraphProperties::dump() const
oox::xls::BiffDrawingObjectBase::BiffDrawingObjectBase(oox::xls::WorksheetHelper const&)
sd::ClientBox::GetMinOutputSizePixel() const
sd::ClientBox::RemoveUnlocked()
sd::ClientBox::SetScrollHdl(Link const&)
sd::ClientBox::checkEntries()
sd::ClientBox::checkIndex(int) const
sd::ClientBox::prepareChecking()
sd::ClientBox::removeEntry(sd::ClientInfo const&)
sd::ClientBox::updateEntry(sd::ClientInfo const&)
sd::Communicator::getTransmitter()
sd::ImagePreparer::notesToHtml(unsigned int)
sd::LeftDrawPaneShell::RegisterInterface(SfxModule*)
sd::LeftImpressPaneShell::RegisterInterface(SfxModule*)
sd::RemoteServer::pairClient()
sd::RemoteServer::connectClient(sd::ClientInfo*, rtl::OUString)
sd::ToolPanelPaneShell::RegisterInterface(SfxModule*)
sd::ViewShellBase::RegisterFactory(unsigned short)
std::__cxx1998::vector<SfxFilter*, std::allocator<SfxFilter*> >::~vector()
......
......@@ -57,7 +57,6 @@ private:
public:
SpinButton( Window* pParent, WinBits nStyle = 0 );
SpinButton( Window* pParent, const ResId& rResId );
~SpinButton();
virtual void Up();
......
......@@ -69,18 +69,6 @@ SpinButton::SpinButton( Window* pParent, WinBits nStyle )
// -----------------------------------------------------------------------
SpinButton::SpinButton( Window* pParent, const ResId& rResId )
:Control( WINDOW_SPINBUTTON )
,mbUpperIsFocused( sal_False )
{
rResId.SetRT( RSC_SPINBUTTON );
ImplInit( pParent, ImplInitRes( rResId ) );
ImplLoadRes( rResId );
Resize();
}
// -----------------------------------------------------------------------
SpinButton::~SpinButton()
{
}
......
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