Lines Matching refs:NumFormatListBox
69 NumFormatListBox::NumFormatListBox( Window* pWin, const ResId& rResId, in NumFormatListBox() function in NumFormatListBox
89 NumFormatListBox::NumFormatListBox( Window* pWin, SwView* pView, in NumFormatListBox() function in NumFormatListBox
109 void NumFormatListBox::Init(short nFormatType, sal_Bool bUsrFmts) in Init()
127 SetSelectHdl(LINK(this, NumFormatListBox, SelectHdl)); in Init()
134 NumFormatListBox::~NumFormatListBox() in ~NumFormatListBox()
143 SwView* NumFormatListBox::GetView() in GetView()
154 void NumFormatListBox::SetFormatType(const short nFormatType) in SetFormatType()
301 void NumFormatListBox::SetDefFormat(const sal_uLong nDefFmt) in SetDefFormat()
394 sal_uLong NumFormatListBox::GetFormat() const in GetFormat()
405 IMPL_LINK( NumFormatListBox, SelectHdl, ListBox *, pBox ) in IMPL_LINK() argument
490 double NumFormatListBox::GetDefValue(const short nFormatType) const in GetDefValue()
540 void NumFormatListBox::Clear() in Clear()