Searched refs:CurrencyBox (Results 1 – 5 of 5) sorted by relevance
2381 CurrencyBox::CurrencyBox( Window* pParent, WinBits nWinStyle ) : in CurrencyBox() function in CurrencyBox2390 CurrencyBox::CurrencyBox( Window* pParent, const ResId& rResId ) : in CurrencyBox() function in CurrencyBox2407 CurrencyBox::~CurrencyBox() in ~CurrencyBox()2413 long CurrencyBox::PreNotify( NotifyEvent& rNEvt ) in PreNotify()2426 long CurrencyBox::Notify( NotifyEvent& rNEvt ) in Notify()2460 void CurrencyBox::Modify() in Modify()2468 void CurrencyBox::ReformatAll() in ReformatAll()2492 void CurrencyBox::RemoveValue( sal_Int64 nValue ) in RemoveValue()2499 sal_Int64 CurrencyBox::GetValue( sal_uInt16 nPos ) const in GetValue()2508 sal_uInt16 CurrencyBox::GetValuePos( sal_Int64 nValue ) const in GetValuePos()[all …]
802 class VCL_DLLPUBLIC CurrencyBox : public ComboBox, public CurrencyFormatter class805 explicit CurrencyBox( Window* pParent, WinBits nWinStyle );806 explicit CurrencyBox( Window* pParent, const ResId& );807 virtual ~CurrencyBox();
267 #define CurrencyBox 81
1692 CurrencyBox* pBox = (CurrencyBox*)pChild; in DbgDialogTest()
725 pNewWindow = new CurrencyBox( pParent, nWinBits ); in ImplCreateWindow()
Completed in 41 milliseconds