Searched refs:CreateFieldText (Results 1 – 4 of 4) sorted by relevance
467 rOutStr = CreateFieldText( (sal_Int64)nTempVal ); in ImplNumericReformat()1057 ComboBox::InsertEntry( CreateFieldText( nValue ), nPos ); in InsertValue()1064 ComboBox::RemoveEntry( CreateFieldText( nValue ) ); in RemoveValue()1080 return ComboBox::GetEntryPos( CreateFieldText( nValue ) ); in GetValuePos()1503 rOutStr = CreateFieldText( (sal_Int64)nTempVal ); in ImplMetricReformat()2038 ComboBox::InsertEntry( CreateFieldText( nValue ), nPos ); in InsertValue()2048 ComboBox::RemoveEntry( CreateFieldText( nValue ) ); in RemoveValue()2073 return ComboBox::GetEntryPos( CreateFieldText( nValue ) ); in GetValuePos()2140 rOutStr = CreateFieldText( (long)nTempVal ); in ImplCurrencyReformat()2487 ComboBox::InsertEntry( CreateFieldText( nValue ), nPos ); in InsertValue()[all …]
173 virtual XubString CreateFieldText( sal_Int64 nValue ) const;243 virtual XubString CreateFieldText( sal_Int64 nValue ) const;298 virtual XubString CreateFieldText( sal_Int64 nValue ) const;
1419 XubString FontSizeBox::CreateFieldText( sal_Int64 nValue ) const in CreateFieldText() function in FontSizeBox1421 XubString sRet( MetricBox::CreateFieldText( nValue ) ); in CreateFieldText()
463 virtual XubString CreateFieldText( sal_Int64 nValue ) const;
Completed in 44 milliseconds