Home
last modified time | relevance | path

Searched refs:CreateFieldText (Results 1 – 4 of 4) sorted by relevance

/trunk/main/vcl/source/control/
H A Dfield.cxx467 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 …]
/trunk/main/vcl/inc/vcl/
H A Dfield.hxx173 virtual XubString CreateFieldText( sal_Int64 nValue ) const;
243 virtual XubString CreateFieldText( sal_Int64 nValue ) const;
298 virtual XubString CreateFieldText( sal_Int64 nValue ) const;
/trunk/main/svtools/source/control/
H A Dctrlbox.cxx1419 XubString FontSizeBox::CreateFieldText( sal_Int64 nValue ) const in CreateFieldText() function in FontSizeBox
1421 XubString sRet( MetricBox::CreateFieldText( nValue ) ); in CreateFieldText()
/trunk/main/svtools/inc/svtools/
H A Dctrlbox.hxx463 virtual XubString CreateFieldText( sal_Int64 nValue ) const;

Completed in 51 milliseconds