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
82380478
Kaydet (Commit)
82380478
authored
Mar 13, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
callcatcher: update unused code
Change-Id: I0cfdeefea35d3cb9f00ec4351a1f0f8c58ba5843
üst
41776e53
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
44 deletions
+2
-44
morebtn.hxx
include/vcl/morebtn.hxx
+1
-4
unusedcode.easy
unusedcode.easy
+0
-13
morebtn.cxx
vcl/source/control/morebtn.cxx
+1
-27
No files found.
include/vcl/morebtn.hxx
Dosyayı görüntüle @
82380478
...
@@ -51,15 +51,12 @@ protected:
...
@@ -51,15 +51,12 @@ protected:
public
:
public
:
explicit
MoreButton
(
Window
*
pParent
,
WinBits
nStyle
=
0
);
explicit
MoreButton
(
Window
*
pParent
,
WinBits
nStyle
=
0
);
explicit
MoreButton
(
Window
*
pParent
,
const
ResId
&
);
virtual
~
MoreButton
();
virtual
~
MoreButton
();
void
Click
();
void
Click
();
void
AddWindow
(
Window
*
pWindow
);
void
SetDelta
(
sal_uLong
nNewDelta
)
{
mnDelta
=
nNewDelta
;
}
void
SetDelta
(
sal_uLong
nNewDelta
)
{
mnDelta
=
nNewDelta
;
}
sal_uLong
GetDelta
()
const
{
return
mnDelta
;
}
sal_uLong
GetDelta
()
const
{
return
mnDelta
;
}
void
SetMapUnit
(
MapUnit
eNewUnit
=
MAP_PIXEL
)
{
meUnit
=
eNewUnit
;
}
void
SetMapUnit
(
MapUnit
eNewUnit
=
MAP_PIXEL
)
{
meUnit
=
eNewUnit
;
}
MapUnit
GetMapUnit
()
const
{
return
meUnit
;
}
MapUnit
GetMapUnit
()
const
{
return
meUnit
;
}
...
...
unusedcode.easy
Dosyayı görüntüle @
82380478
...
@@ -177,19 +177,6 @@ connectivity::file::OStatement_Base::reset()
...
@@ -177,19 +177,6 @@ connectivity::file::OStatement_Base::reset()
connectivity::firebird::release(int&, cppu::OBroadcastHelperVar<cppu::OMultiTypeInterfaceContainerHelper, com::sun::star::uno::Type>&, com::sun::star::uno::Reference<com::sun::star::uno::XInterface>&, com::sun::star::lang::XComponent*)
connectivity::firebird::release(int&, cppu::OBroadcastHelperVar<cppu::OMultiTypeInterfaceContainerHelper, com::sun::star::uno::Type>&, com::sun::star::uno::Reference<com::sun::star::uno::XInterface>&, com::sun::star::lang::XComponent*)
connectivity::sdbcx::OGroup::OGroup(rtl::OUString const&, unsigned char)
connectivity::sdbcx::OGroup::OGroup(rtl::OUString const&, unsigned char)
connectivity::sdbcx::OGroup::OGroup(unsigned char)
connectivity::sdbcx::OGroup::OGroup(unsigned char)
dbaccess::OCommandContainer::getUnoTunnelImplementationId()
dbaccess::OCommandDefinition::getUnoTunnelImplementationId()
dbaccess::OComponentDefinition::getUnoTunnelImplementationId()
dbaccess::ODefinitionContainer::getUnoTunnelImplementationId()
dbaccess::ODocumentContainer::getUnoTunnelImplementationId()
dbaccess::ODocumentDefinition::getUnoTunnelImplementationId()
dbaccess::OQuery::getUnoTunnelImplementationId()
dbaccess::OQueryDescriptor::getUnoTunnelImplementationId()
dbaccess::OSingleSelectQueryComposer::getUnoTunnelImplementationId()
dbaui::ComposerDialog::getUnoTunnelImplementationId()
dbaui::OColumnControlModel::getUnoTunnelImplementationId()
dbaui::ODirectSQLDialog::getUnoTunnelImplementationId()
dbaui::OTextConnectionSettingsDialog::getUnoTunnelImplementationId()
oglcanvas::CanvasHelper::flush() const
oglcanvas::CanvasHelper::flush() const
oglcanvas::TextLayout::draw(com::sun::star::rendering::ViewState const&, com::sun::star::rendering::RenderState const&, com::sun::star::uno::Reference<com::sun::star::rendering::XGraphicDevice> const&) const
oglcanvas::TextLayout::draw(com::sun::star::rendering::ViewState const&, com::sun::star::rendering::RenderState const&, com::sun::star::uno::Reference<com::sun::star::rendering::XGraphicDevice> const&) const
oox::xls::BiffDrawingObjectBase::BiffDrawingObjectBase(oox::xls::WorksheetHelper const&)
oox::xls::BiffDrawingObjectBase::BiffDrawingObjectBase(oox::xls::WorksheetHelper const&)
...
...
vcl/source/control/morebtn.cxx
Dosyayı görüntüle @
82380478
...
@@ -78,18 +78,6 @@ MoreButton::MoreButton( Window* pParent, WinBits nStyle ) :
...
@@ -78,18 +78,6 @@ MoreButton::MoreButton( Window* pParent, WinBits nStyle ) :
ImplInit
(
pParent
,
nStyle
);
ImplInit
(
pParent
,
nStyle
);
}
}
MoreButton
::
MoreButton
(
Window
*
pParent
,
const
ResId
&
rResId
)
:
PushButton
(
WINDOW_MOREBUTTON
)
{
rResId
.
SetRT
(
RSC_MOREBUTTON
);
WinBits
nStyle
=
ImplInitRes
(
rResId
);
ImplInit
(
pParent
,
nStyle
);
ImplLoadRes
(
rResId
);
if
(
!
(
nStyle
&
WB_HIDE
)
)
Show
();
}
void
MoreButton
::
ImplLoadRes
(
const
ResId
&
rResId
)
void
MoreButton
::
ImplLoadRes
(
const
ResId
&
rResId
)
{
{
PushButton
::
ImplLoadRes
(
rResId
);
PushButton
::
ImplLoadRes
(
rResId
);
...
@@ -112,8 +100,7 @@ void MoreButton::ImplLoadRes( const ResId& rResId )
...
@@ -112,8 +100,7 @@ void MoreButton::ImplLoadRes( const ResId& rResId )
MoreButton
::~
MoreButton
()
MoreButton
::~
MoreButton
()
{
{
if
(
mpMBData
->
mpItemList
)
delete
mpMBData
->
mpItemList
;
delete
mpMBData
->
mpItemList
;
delete
mpMBData
;
delete
mpMBData
;
}
}
...
@@ -171,19 +158,6 @@ void MoreButton::Click()
...
@@ -171,19 +158,6 @@ void MoreButton::Click()
PushButton
::
Click
();
PushButton
::
Click
();
}
}
void
MoreButton
::
AddWindow
(
Window
*
pWindow
)
{
if
(
!
mpMBData
->
mpItemList
)
mpMBData
->
mpItemList
=
new
ImplMoreWindowList
();
mpMBData
->
mpItemList
->
push_back
(
pWindow
);
if
(
mbState
)
pWindow
->
Show
();
else
pWindow
->
Hide
();
}
void
MoreButton
::
SetText
(
const
OUString
&
rText
)
void
MoreButton
::
SetText
(
const
OUString
&
rText
)
{
{
PushButton
::
SetText
(
rText
);
PushButton
::
SetText
(
rText
);
...
...
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