summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cui/source/tabpages/backgrnd.cxx23
-rw-r--r--unusedcode.easy5
2 files changed, 5 insertions, 23 deletions
diff --git a/cui/source/tabpages/backgrnd.cxx b/cui/source/tabpages/backgrnd.cxx
index 1151fb5dcdde..f5c6d4ac557c 100644
--- a/cui/source/tabpages/backgrnd.cxx
+++ b/cui/source/tabpages/backgrnd.cxx
@@ -147,8 +147,6 @@ sal_uInt16 GetItemId_Impl( ValueSet& rValueSet, const Color& rCol )
class BackgroundPreviewImpl : public Window
{
public:
- BackgroundPreviewImpl( Window* pParent,
- const ResId& rResId, sal_Bool bIsBmpPreview );
BackgroundPreviewImpl(Window* pParent);
void setBmp(bool bBmp);
~BackgroundPreviewImpl();
@@ -173,27 +171,6 @@ private:
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)
: Window(pParent, WB_BORDER)
, bIsBmp(false)
diff --git a/unusedcode.easy b/unusedcode.easy
index b42c79ad665f..2c9880d37fca 100644
--- a/unusedcode.easy
+++ b/unusedcode.easy
@@ -1,16 +1,20 @@
Application::GetDisplayScreenName(unsigned int)
+BackgroundPreviewImpl::BackgroundPreviewImpl(Window*, ResId const&, unsigned char)
EditTextObject::RemoveParaAttribs(unsigned short)
EditTextObject::SetParaAttribs(unsigned long, SfxItemSet const&)
FontSelectPattern::FontSelectPattern(PhysicalFontFace const&, Size const&, float, int, bool)
Line::Intersection(Rectangle const&, Line&) const
PoHeader::PoHeader()
SanExtensionImpl::setCertExtn(unsigned char*, unsigned int, unsigned char*, unsigned int, unsigned char)
+ScFiltersTest::testCachedMatrixFormulaResultsODS()
ScFiltersTest::testColorScaleODS()
ScFiltersTest::testColorScaleXLSX()
+ScFiltersTest::testVolatileFunctionsODS()
ScVbaFormat<ooo::vba::excel::XStyle>::getAddIndent()
ScVbaFormat<ooo::vba::excel::XStyle>::setAddIndent(com::sun::star::uno::Any const&)
StyleSettings::GetPersonaFooter() const
TemplateAbstractView::deselectOverlayItem(unsigned short)
+Test::test1Table1Page()
TextEngine::GetLeftMargin() const
XclExpPivotCache::GetFieldAcc(rtl::OUString const&)
apitest::XCellRangesQuery::testQueryFormulaCells()
@@ -30,6 +34,7 @@ apitest::XPropertySet::testAddPropertyChangeListener()
apitest::XPropertySet::testAddVetoableChangeListener()
apitest::XPropertySet::testRemovePropertyChangeListener()
apitest::XPropertySet::testRemoveVetoableChangeListener()
+apitest::XSheetOutline::testAutoOutline()
apitest::XSpreadsheetDocument::testGetSheets()
canvas::createSurfaceProxyManager(boost::shared_ptr<canvas::IRenderModule> const&)
comphelper::detail::ConfigurationWrapper::getGroupReadWrite(boost::shared_ptr<comphelper::ConfigurationChanges> const&, rtl::OUString const&) const