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

callcatcher: update unused method list

Change-Id: Idbd84e9d22d130361e7d9e0d7c27d3d6df73095d
üst dd20592c
...@@ -147,8 +147,6 @@ sal_uInt16 GetItemId_Impl( ValueSet& rValueSet, const Color& rCol ) ...@@ -147,8 +147,6 @@ sal_uInt16 GetItemId_Impl( ValueSet& rValueSet, const Color& rCol )
class BackgroundPreviewImpl : public Window class BackgroundPreviewImpl : public Window
{ {
public: public:
BackgroundPreviewImpl( Window* pParent,
const ResId& rResId, sal_Bool bIsBmpPreview );
BackgroundPreviewImpl(Window* pParent); BackgroundPreviewImpl(Window* pParent);
void setBmp(bool bBmp); void setBmp(bool bBmp);
~BackgroundPreviewImpl(); ~BackgroundPreviewImpl();
...@@ -173,27 +171,6 @@ private: ...@@ -173,27 +171,6 @@ private:
sal_uInt8 nTransparency; sal_uInt8 nTransparency;
}; };
//-----------------------------------------------------------------------
BackgroundPreviewImpl::BackgroundPreviewImpl
(
Window* pParent,
const ResId& rResId,
sal_Bool bIsBmpPreview
) :
Window( pParent, rResId ),
bIsBmp ( bIsBmpPreview ),
pBitmap ( NULL ),
aDrawRect( Point(0,0), GetOutputSizePixel() ),
nTransparency(0)
{
SetBorderStyle(WINDOW_BORDER_MONO);
Paint( aDrawRect );
}
BackgroundPreviewImpl::BackgroundPreviewImpl(Window* pParent) BackgroundPreviewImpl::BackgroundPreviewImpl(Window* pParent)
: Window(pParent, WB_BORDER) : Window(pParent, WB_BORDER)
, bIsBmp(false) , bIsBmp(false)
......
Application::GetDisplayScreenName(unsigned int) Application::GetDisplayScreenName(unsigned int)
BackgroundPreviewImpl::BackgroundPreviewImpl(Window*, ResId const&, unsigned char)
EditTextObject::RemoveParaAttribs(unsigned short) EditTextObject::RemoveParaAttribs(unsigned short)
EditTextObject::SetParaAttribs(unsigned long, SfxItemSet const&) EditTextObject::SetParaAttribs(unsigned long, SfxItemSet const&)
FontSelectPattern::FontSelectPattern(PhysicalFontFace const&, Size const&, float, int, bool) FontSelectPattern::FontSelectPattern(PhysicalFontFace const&, Size const&, float, int, bool)
Line::Intersection(Rectangle const&, Line&) const Line::Intersection(Rectangle const&, Line&) const
PoHeader::PoHeader() PoHeader::PoHeader()
SanExtensionImpl::setCertExtn(unsigned char*, unsigned int, unsigned char*, unsigned int, unsigned char) SanExtensionImpl::setCertExtn(unsigned char*, unsigned int, unsigned char*, unsigned int, unsigned char)
ScFiltersTest::testCachedMatrixFormulaResultsODS()
ScFiltersTest::testColorScaleODS() ScFiltersTest::testColorScaleODS()
ScFiltersTest::testColorScaleXLSX() ScFiltersTest::testColorScaleXLSX()
ScFiltersTest::testVolatileFunctionsODS()
ScVbaFormat<ooo::vba::excel::XStyle>::getAddIndent() ScVbaFormat<ooo::vba::excel::XStyle>::getAddIndent()
ScVbaFormat<ooo::vba::excel::XStyle>::setAddIndent(com::sun::star::uno::Any const&) ScVbaFormat<ooo::vba::excel::XStyle>::setAddIndent(com::sun::star::uno::Any const&)
StyleSettings::GetPersonaFooter() const StyleSettings::GetPersonaFooter() const
TemplateAbstractView::deselectOverlayItem(unsigned short) TemplateAbstractView::deselectOverlayItem(unsigned short)
Test::test1Table1Page()
TextEngine::GetLeftMargin() const TextEngine::GetLeftMargin() const
XclExpPivotCache::GetFieldAcc(rtl::OUString const&) XclExpPivotCache::GetFieldAcc(rtl::OUString const&)
apitest::XCellRangesQuery::testQueryFormulaCells() apitest::XCellRangesQuery::testQueryFormulaCells()
...@@ -30,6 +34,7 @@ apitest::XPropertySet::testAddPropertyChangeListener() ...@@ -30,6 +34,7 @@ apitest::XPropertySet::testAddPropertyChangeListener()
apitest::XPropertySet::testAddVetoableChangeListener() apitest::XPropertySet::testAddVetoableChangeListener()
apitest::XPropertySet::testRemovePropertyChangeListener() apitest::XPropertySet::testRemovePropertyChangeListener()
apitest::XPropertySet::testRemoveVetoableChangeListener() apitest::XPropertySet::testRemoveVetoableChangeListener()
apitest::XSheetOutline::testAutoOutline()
apitest::XSpreadsheetDocument::testGetSheets() apitest::XSpreadsheetDocument::testGetSheets()
canvas::createSurfaceProxyManager(boost::shared_ptr<canvas::IRenderModule> const&) canvas::createSurfaceProxyManager(boost::shared_ptr<canvas::IRenderModule> const&)
comphelper::detail::ConfigurationWrapper::getGroupReadWrite(boost::shared_ptr<comphelper::ConfigurationChanges> const&, rtl::OUString const&) const comphelper::detail::ConfigurationWrapper::getGroupReadWrite(boost::shared_ptr<comphelper::ConfigurationChanges> const&, rtl::OUString const&) const
......
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