Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
dcdf61f5
Kaydet (Commit)
dcdf61f5
authored
Ock 25, 2013
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
callcatcher: update unused method list
Change-Id: Idbd84e9d22d130361e7d9e0d7c27d3d6df73095d
üst
dd20592c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
23 deletions
+5
-23
backgrnd.cxx
cui/source/tabpages/backgrnd.cxx
+0
-23
unusedcode.easy
unusedcode.easy
+5
-0
No files found.
cui/source/tabpages/backgrnd.cxx
Dosyayı görüntüle @
dcdf61f5
...
@@ -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
)
...
...
unusedcode.easy
Dosyayı görüntüle @
dcdf61f5
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment