Remove unused ComboBox::SetSeparatorPos().
This commit is contained in:
@@ -136,7 +136,6 @@ ComboBox::GetSeparatorPos() const
|
|||||||
ComboBox::GetUserItemSize() const
|
ComboBox::GetUserItemSize() const
|
||||||
ComboBox::IsDDAutoWidthEnabled() const
|
ComboBox::IsDDAutoWidthEnabled() const
|
||||||
ComboBox::IsUserDrawEnabled() const
|
ComboBox::IsUserDrawEnabled() const
|
||||||
ComboBox::SetSeparatorPos()
|
|
||||||
ComboBox::ShowProminentEntry(unsigned short)
|
ComboBox::ShowProminentEntry(unsigned short)
|
||||||
CommandExtTextInputData::CommandExtTextInputData()
|
CommandExtTextInputData::CommandExtTextInputData()
|
||||||
CommandLine::get_arg(unsigned long) const
|
CommandLine::get_arg(unsigned long) const
|
||||||
|
@@ -29,6 +29,8 @@
|
|||||||
#ifndef _SV_COMBOBOX_H
|
#ifndef _SV_COMBOBOX_H
|
||||||
#define _SV_COMBOBOX_H
|
#define _SV_COMBOBOX_H
|
||||||
|
|
||||||
|
#include <vcl/lstbox.h>
|
||||||
|
|
||||||
#define COMBOBOX_APPEND ((sal_uInt16)0xFFFF)
|
#define COMBOBOX_APPEND ((sal_uInt16)0xFFFF)
|
||||||
#define COMBOBOX_ENTRY_NOTFOUND ((sal_uInt16)0xFFFF)
|
#define COMBOBOX_ENTRY_NOTFOUND ((sal_uInt16)0xFFFF)
|
||||||
#define COMBOBOX_ERROR ((sal_uInt16)0xFFFF)
|
#define COMBOBOX_ERROR ((sal_uInt16)0xFFFF)
|
||||||
|
@@ -156,8 +156,7 @@ public:
|
|||||||
void DrawEntry( const UserDrawEvent& rEvt, sal_Bool bDrawImage, sal_Bool bDrawText, sal_Bool bDrawTextAtImagePos = sal_False );
|
void DrawEntry( const UserDrawEvent& rEvt, sal_Bool bDrawImage, sal_Bool bDrawText, sal_Bool bDrawTextAtImagePos = sal_False );
|
||||||
void SetBorderStyle( sal_uInt16 nBorderStyle );
|
void SetBorderStyle( sal_uInt16 nBorderStyle );
|
||||||
|
|
||||||
void SetSeparatorPos( sal_uInt16 n );
|
void SetSeparatorPos( sal_uInt16 n = LISTBOX_ENTRY_NOTFOUND );
|
||||||
void SetSeparatorPos();
|
|
||||||
sal_uInt16 GetSeparatorPos() const;
|
sal_uInt16 GetSeparatorPos() const;
|
||||||
|
|
||||||
void EnableAutocomplete( sal_Bool bEnable, sal_Bool bMatchCase = sal_False );
|
void EnableAutocomplete( sal_Bool bEnable, sal_Bool bMatchCase = sal_False );
|
||||||
|
@@ -1374,13 +1374,6 @@ void ComboBox::SetSeparatorPos( sal_uInt16 n )
|
|||||||
|
|
||||||
// -----------------------------------------------------------------------
|
// -----------------------------------------------------------------------
|
||||||
|
|
||||||
void ComboBox::SetSeparatorPos()
|
|
||||||
{
|
|
||||||
mpImplLB->SetSeparatorPos( LISTBOX_ENTRY_NOTFOUND );
|
|
||||||
}
|
|
||||||
|
|
||||||
// -----------------------------------------------------------------------
|
|
||||||
|
|
||||||
sal_uInt16 ComboBox::GetSeparatorPos() const
|
sal_uInt16 ComboBox::GetSeparatorPos() const
|
||||||
{
|
{
|
||||||
return mpImplLB->GetSeparatorPos();
|
return mpImplLB->GetSeparatorPos();
|
||||||
|
Reference in New Issue
Block a user