Searched refs:LongCurrencyBox (Results 1 – 3 of 3) sorted by relevance
732 LongCurrencyBox::LongCurrencyBox( Window* pParent, WinBits nWinStyle ) : in LongCurrencyBox() function in LongCurrencyBox741 LongCurrencyBox::LongCurrencyBox( Window* pParent, const ResId& rResId ) : in LongCurrencyBox() function in LongCurrencyBox757 LongCurrencyBox::~LongCurrencyBox() in ~LongCurrencyBox()763 long LongCurrencyBox::PreNotify( NotifyEvent& rNEvt ) in PreNotify()775 long LongCurrencyBox::Notify( NotifyEvent& rNEvt ) in Notify()794 void LongCurrencyBox::Modify() in Modify()802 void LongCurrencyBox::ReformatAll() in ReformatAll()821 void LongCurrencyBox::InsertValue( BigInt nValue, sal_uInt16 nPos ) in InsertValue()829 void LongCurrencyBox::RemoveValue( BigInt nValue ) in RemoveValue()837 BigInt LongCurrencyBox::GetValue( sal_uInt16 nPos ) const in GetValue()[all …]
136 class VCL_DLLPUBLIC LongCurrencyBox : public ComboBox, public LongCurrencyFormatter class139 LongCurrencyBox( Window* pParent, WinBits nWinStyle );140 LongCurrencyBox( Window* pParent, const ResId& rResId );141 ~LongCurrencyBox();
796 pNewWindow = new LongCurrencyBox( pParent, nWinBits ); in ImplCreateWindow()
Completed in 28 milliseconds