Lines Matching refs:LongCurrencyField
5862 LongCurrencyField* pCurrencyField = (LongCurrencyField*) GetWindow(); in setFirst()
5872 LongCurrencyField* pCurrencyField = (LongCurrencyField*) GetWindow(); in getFirst()
5882 LongCurrencyField* pCurrencyField = (LongCurrencyField*) GetWindow(); in setLast()
5892 LongCurrencyField* pCurrencyField = (LongCurrencyField*) GetWindow(); in getLast()
5902 LongCurrencyField* pCurrencyField = (LongCurrencyField*) GetWindow(); in setSpinSize()
5912 LongCurrencyField* pCurrencyField = (LongCurrencyField*) GetWindow(); in getSpinSize()
5965 ((LongCurrencyField*)GetWindow())->EnableEmptyFieldValue( sal_True ); in setProperty()
5966 ((LongCurrencyField*)GetWindow())->SetEmptyFieldValue(); in setProperty()
6008 ((LongCurrencyField*)GetWindow())->SetCurrencySymbol( aString ); in setProperty()
6015 ((LongCurrencyField*)GetWindow())->SetUseThousandSep( b ); in setProperty()
6059 aProp <<= ::rtl::OUString( ((LongCurrencyField*)GetWindow())->GetCurrencySymbol() ); in getProperty()
6064 aProp <<= (sal_Bool) ((LongCurrencyField*)GetWindow())->IsUseThousandSep(); in getProperty()