Lines Matching refs:NumericBox
950 NumericBox::NumericBox( Window* pParent, WinBits nWinStyle ) : in NumericBox() function in NumericBox
959 NumericBox::NumericBox( Window* pParent, const ResId& rResId ) : in NumericBox() function in NumericBox
976 NumericBox::~NumericBox() in ~NumericBox()
982 long NumericBox::PreNotify( NotifyEvent& rNEvt ) in PreNotify()
995 long NumericBox::Notify( NotifyEvent& rNEvt ) in Notify()
1010 void NumericBox::DataChanged( const DataChangedEvent& rDCEvt ) in DataChanged()
1029 void NumericBox::Modify() in Modify()
1037 void NumericBox::ReformatAll() in ReformatAll()
1055 void NumericBox::InsertValue( sal_Int64 nValue, sal_uInt16 nPos ) in InsertValue()
1062 void NumericBox::RemoveValue( sal_Int64 nValue ) in RemoveValue()
1069 sal_Int64 NumericBox::GetValue( sal_uInt16 nPos ) const in GetValue()
1078 sal_uInt16 NumericBox::GetValuePos( sal_Int64 nValue ) const in GetValuePos()