Kaydet (Commit) c71de82e authored tarafından Caolán McNamara's avatar Caolán McNamara

callcatcher: update unused code

Change-Id: Ibecd2458fb50ea6e9aff4e0c8ed76f9bfa25b8f4
üst 17285a7d
......@@ -44,13 +44,6 @@ sal_Unicode lclGetGroupSep()
} // namespace
ScDoubleField::ScDoubleField( Window* pParent, const ResId& rResId ) :
Edit( pParent, rResId )
{
}
ScDoubleField::ScDoubleField( Window* pParent, WinBits nStyle ) :
Edit( pParent, nStyle )
{
......
......@@ -28,7 +28,6 @@
class ScDoubleField : public Edit
{
public:
explicit ScDoubleField( Window* pParent, const ResId& rResId );
explicit ScDoubleField( Window* pParent, WinBits nStyle );
bool GetValue( double& rfValue ) const;
......
......@@ -487,10 +487,12 @@ public:
);
void AdjustEntryAtGrid( SvxIconChoiceCtrlEntry* pStart = 0 );
#ifdef DBG_UTIL
void SetEntryTextMode(
SvxIconChoiceCtrlTextMode,
SvxIconChoiceCtrlEntry* pEntry = 0
);
#endif
void EnableEntryEditing( sal_Bool bEnable ) { bEntryEditingEnabled = bEnable; }
sal_Bool IsEntryEditingEnabled() const { return bEntryEditingEnabled; }
sal_Bool IsEntryEditing() const { return (sal_Bool)(pCurEditedEntry!=0); }
......
......@@ -3052,6 +3052,7 @@ Point SvxIconChoiceCtrl_Impl::AdjustAtGrid( const Rectangle& rCenterRect,
return aPos;
}
#ifdef DBG_UTIL
void SvxIconChoiceCtrl_Impl::SetEntryTextMode( SvxIconChoiceCtrlTextMode eMode, SvxIconChoiceCtrlEntry* pEntry )
{
if( !pEntry )
......@@ -3075,6 +3076,7 @@ void SvxIconChoiceCtrl_Impl::SetEntryTextMode( SvxIconChoiceCtrlTextMode eMode,
}
}
}
#endif
SvxIconChoiceCtrlTextMode SvxIconChoiceCtrl_Impl::GetEntryTextModeSmart( const SvxIconChoiceCtrlEntry* pEntry ) const
{
......
......@@ -48,9 +48,18 @@ StyleSettings::SetTitleHeight(long)
StyleSettings::SetUseFlatBorders(bool)
StyleSettings::SetUseFlatMenus(bool)
SvpSalInstance::PostedEventsInQueue()
SvtAccessibilityOptions_Impl::SetColorValueSetColumnCount(short)
SvtAccessibilityOptions_Impl::SetEdgeBlending(short)
SvtAccessibilityOptions_Impl::SetListBoxMaximumLineCount(short)
SvtAccessibilityOptions_Impl::SetPreviewUsesCheckeredBackground(unsigned char)
SvtListener::IsListening(SvtBroadcaster&) const
SvxNumberFormatShell::IsAdded_Impl(unsigned long)
SwAccessibleField::SwAccessibleField(SwField*, SwAccessibleParagraph*, short)
SwAccessibleMap::FireColumnChangeEvent(unsigned short, unsigned short)
SwAccessibleMap::FirePageChangeEvent(unsigned short, unsigned short)
SwAccessibleMap::FireSectionChangeEvent(unsigned short, unsigned short)
SwExtraRedlineTbl::GetPos(SwExtraRedline const*) const
SwExtraRedlineTbl::Remove(unsigned short)
TextDoc::IsValidPaM(TextPaM const&)
UnoApiTest::closeDocument(com::sun::star::uno::Reference<com::sun::star::lang::XComponent>)
apitest::CellProperties::testRotateReference()
......
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