Lines Matching refs:LongCurrencyField
5868 LongCurrencyField* pCurrencyField = (LongCurrencyField*) GetWindow(); in setFirst()
5878 LongCurrencyField* pCurrencyField = (LongCurrencyField*) GetWindow(); in getFirst()
5888 LongCurrencyField* pCurrencyField = (LongCurrencyField*) GetWindow(); in setLast()
5898 LongCurrencyField* pCurrencyField = (LongCurrencyField*) GetWindow(); in getLast()
5908 LongCurrencyField* pCurrencyField = (LongCurrencyField*) GetWindow(); in setSpinSize()
5918 LongCurrencyField* pCurrencyField = (LongCurrencyField*) GetWindow(); in getSpinSize()
5971 ((LongCurrencyField*)GetWindow())->EnableEmptyFieldValue( sal_True ); in setProperty()
5972 ((LongCurrencyField*)GetWindow())->SetEmptyFieldValue(); in setProperty()
6014 ((LongCurrencyField*)GetWindow())->SetCurrencySymbol( aString ); in setProperty()
6021 ((LongCurrencyField*)GetWindow())->SetUseThousandSep( b ); in setProperty()
6065 aProp <<= ::rtl::OUString( ((LongCurrencyField*)GetWindow())->GetCurrencySymbol() ); in getProperty()
6070 aProp <<= (sal_Bool) ((LongCurrencyField*)GetWindow())->IsUseThousandSep(); in getProperty()