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
8f4aaed8
Kaydet (Commit)
8f4aaed8
authored
Mar 04, 2014
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
debug only code SvtIconChoiceCtrl::SetEntryTextMode
Change-Id: I840294fd8ae03ecfef614fea7c6f3a552596446e
üst
6c8f8b02
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
1 deletion
+4
-1
ivctrl.hxx
include/svtools/ivctrl.hxx
+2
-0
ivctrl.cxx
svtools/source/contnr/ivctrl.cxx
+2
-0
unusedcode.easy
unusedcode.easy
+0
-1
No files found.
include/svtools/ivctrl.hxx
Dosyayı görüntüle @
8f4aaed8
...
@@ -322,7 +322,9 @@ public:
...
@@ -322,7 +322,9 @@ public:
// in dem sal_uLong wird die Position in der Liste des gefunden Eintrags zurueckgegeben
// in dem sal_uLong wird die Position in der Liste des gefunden Eintrags zurueckgegeben
SvxIconChoiceCtrlEntry
*
GetSelectedEntry
(
sal_uLong
&
rPos
)
const
;
SvxIconChoiceCtrlEntry
*
GetSelectedEntry
(
sal_uLong
&
rPos
)
const
;
#ifdef DBG_UTIL
void
SetEntryTextMode
(
SvxIconChoiceCtrlTextMode
eMode
,
SvxIconChoiceCtrlEntry
*
pEntry
=
0
);
void
SetEntryTextMode
(
SvxIconChoiceCtrlTextMode
eMode
,
SvxIconChoiceCtrlEntry
*
pEntry
=
0
);
#endif
virtual
sal_Bool
HasBackground
()
const
;
virtual
sal_Bool
HasBackground
()
const
;
virtual
sal_Bool
HasFont
()
const
;
virtual
sal_Bool
HasFont
()
const
;
...
...
svtools/source/contnr/ivctrl.cxx
Dosyayı görüntüle @
8f4aaed8
...
@@ -278,10 +278,12 @@ void SvtIconChoiceCtrl::Command( const CommandEvent& rCEvt )
...
@@ -278,10 +278,12 @@ void SvtIconChoiceCtrl::Command( const CommandEvent& rCEvt )
_pImp
->
Command
(
rCEvt
);
_pImp
->
Command
(
rCEvt
);
}
}
#ifdef DBG_UTIL
void
SvtIconChoiceCtrl
::
SetEntryTextMode
(
SvxIconChoiceCtrlTextMode
eMode
,
SvxIconChoiceCtrlEntry
*
pEntry
)
void
SvtIconChoiceCtrl
::
SetEntryTextMode
(
SvxIconChoiceCtrlTextMode
eMode
,
SvxIconChoiceCtrlEntry
*
pEntry
)
{
{
_pImp
->
SetEntryTextMode
(
eMode
,
pEntry
);
_pImp
->
SetEntryTextMode
(
eMode
,
pEntry
);
}
}
#endif
sal_uLong
SvtIconChoiceCtrl
::
GetEntryCount
()
const
sal_uLong
SvtIconChoiceCtrl
::
GetEntryCount
()
const
{
{
...
...
unusedcode.easy
Dosyayı görüntüle @
8f4aaed8
...
@@ -68,7 +68,6 @@ SvtAccessibilityOptions::SetColorValueSetColumnCount(short)
...
@@ -68,7 +68,6 @@ SvtAccessibilityOptions::SetColorValueSetColumnCount(short)
SvtAccessibilityOptions::SetEdgeBlending(short)
SvtAccessibilityOptions::SetEdgeBlending(short)
SvtAccessibilityOptions::SetListBoxMaximumLineCount(short)
SvtAccessibilityOptions::SetListBoxMaximumLineCount(short)
SvtAccessibilityOptions::SetPreviewUsesCheckeredBackground(unsigned char)
SvtAccessibilityOptions::SetPreviewUsesCheckeredBackground(unsigned char)
SvtIconChoiceCtrl::SetEntryTextMode(SvxIconChoiceCtrlTextMode, SvxIconChoiceCtrlEntry*)
SvtListener::IsListening(SvtBroadcaster&) const
SvtListener::IsListening(SvtBroadcaster&) const
SvxNumberFormatShell::IsAdded_Impl(unsigned long)
SvxNumberFormatShell::IsAdded_Impl(unsigned long)
SwAccessibleField::SwAccessibleField(SwField*, SwAccessibleParagraph*, short)
SwAccessibleField::SwAccessibleField(SwField*, SwAccessibleParagraph*, short)
...
...
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