Kaydet (Commit) 8f4aaed8 authored tarafından Noel Grandin's avatar Noel Grandin

debug only code SvtIconChoiceCtrl::SetEntryTextMode

Change-Id: I840294fd8ae03ecfef614fea7c6f3a552596446e
üst 6c8f8b02
...@@ -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;
......
...@@ -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
{ {
......
...@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment