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
b0f4052c
Kaydet (Commit)
b0f4052c
authored
Ock 31, 2013
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
callcatcher: update unused code list
Change-Id: I6a935ced687b1076dfdd6c6ae0cf3bce1fc6adbd
üst
a852c028
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
21 deletions
+0
-21
cfgutil.cxx
cui/source/customize/cfgutil.cxx
+0
-18
cfgutil.hxx
cui/source/inc/cfgutil.hxx
+0
-1
unusedcode.easy
unusedcode.easy
+0
-2
No files found.
cui/source/customize/cfgutil.cxx
Dosyayı görüntüle @
b0f4052c
...
...
@@ -443,24 +443,6 @@ void SfxConfigGroupListBox_Impl::SetStylesInfo(SfxStylesInfo_Impl* pStyles)
pStylesInfo
=
pStyles
;
}
String
SfxConfigGroupListBox_Impl
::
GetGroup
()
/* Description
Returns the name of the selected function group/the selected basic.
*/
{
SvTreeListEntry
*
pEntry
=
FirstSelected
();
while
(
pEntry
)
{
SfxGroupInfo_Impl
*
pInfo
=
(
SfxGroupInfo_Impl
*
)
pEntry
->
GetUserData
();
if
(
pInfo
->
nKind
==
SFX_CFGGROUP_FUNCTION
)
return
GetEntryText
(
pEntry
);
pEntry
=
GetParent
(
pEntry
);
}
return
String
();
}
//-----------------------------------------------
void
SfxConfigGroupListBox_Impl
::
InitModule
()
{
...
...
cui/source/inc/cfgutil.hxx
Dosyayı görüntüle @
b0f4052c
...
...
@@ -181,7 +181,6 @@ public:
void
GroupSelected
();
void
SelectMacro
(
const
SfxMacroInfoItem
*
);
void
SelectMacro
(
const
String
&
,
const
String
&
);
String
GetGroup
();
void
SetStylesInfo
(
SfxStylesInfo_Impl
*
pStyles
);
};
...
...
unusedcode.easy
Dosyayı görüntüle @
b0f4052c
...
...
@@ -10,8 +10,6 @@ ScFiltersTest::testColorScaleXLSX()
ScVbaFormat<ooo::vba::excel::XStyle>::getAddIndent()
ScVbaFormat<ooo::vba::excel::XStyle>::setAddIndent(com::sun::star::uno::Any const&)
StyleSettings::GetPersonaFooter() const
SvxBrushItem::SetFillStyle(com::sun::star::drawing::FillStyle)
SvxBrushItem::SetGradient(Gradient&)
TemplateAbstractView::deselectOverlayItem(unsigned short)
Test::test1Table1Page()
TextEngine::GetLeftMargin() 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