Searched refs:aFormatter (Results 1 – 7 of 7) sorted by relevance
/aoo4110/main/basic/source/sbx/ |
H A D | sbxscan.cxx | 749 SvNumberFormatter aFormatter( xFactory, eLangType ); in Format() local 757 sal_Bool bSuccess = aFormatter.IsNumberFormat( aStr, nIndex, nNumber ); in Format() 768 nIndex = aFormatter.GetFormatIndex( pInfo->meOffset, eLangType ); in Format() 775 aFormatter.GetOutputString( nNumber, nIndex, rRes, &pCol ); in Format() 783 nIndex = aFormatter.GetFormatIndex( NF_DATE_SYSTEM_SHORT, eLangType ); in Format() 784 aFormatter.GetOutputString( nNumber, nIndex, rRes, &pCol ); in Format() 792 aFormatter.GetOutputString( nNumber, nIndex, aTime, &pCol ); in Format() 801 … aFormatter.PutandConvertEntry( aFmtStr, nCheckPos, nType, nIndex, LANGUAGE_ENGLISH, eLangType ); in Format() 802 aFormatter.GetOutputString( nNumber, nIndex, rRes, &pCol ); in Format() 836 … aFormatter.PutandConvertEntry( aFmtStr, nCheckPos, nType, nIndex, LANGUAGE_ENGLISH, eLangType ); in Format() [all …]
|
/aoo4110/main/sc/source/ui/formdlg/ |
H A D | formula.cxx | 362 SvNumberFormatter& aFormatter = *(pDoc->GetFormatTable()); in calculateValue() local 367 sal_uLong nFormat = aFormatter.GetStandardFormat( n, 0, in calculateValue() 369 aFormatter.GetOutputString( n, nFormat, in calculateValue() 377 sal_uLong nFormat = aFormatter.GetStandardFormat( in calculateValue() 379 aFormatter.GetOutputString( aStr, nFormat, in calculateValue()
|
/aoo4110/main/forms/source/component/ |
H A D | Filter.cxx | 469 const ::dbtools::FormattedColumnValue aFormatter( m_xFormatter, xDataField ); in implInitFilterList() local 476 const ::rtl::OUString sCurrentValue = aFormatter.getFormattedValue(); in implInitFilterList()
|
/aoo4110/main/sc/source/ui/app/ |
H A D | inputhdl.cxx | 1259 SvNumberFormatter& aFormatter = *(pDoc->GetFormatTable()); in lcl_Calculate() local 1264 sal_uLong nFormat = aFormatter.GetStandardFormat( n, 0, in lcl_Calculate() 1266 aFormatter.GetInputLineString( n, nFormat, aValue ); in lcl_Calculate() 1274 sal_uLong nFormat = aFormatter.GetStandardFormat( in lcl_Calculate() 1276 aFormatter.GetOutputString( aStr, nFormat, in lcl_Calculate()
|
/aoo4110/main/dbaccess/source/ui/misc/ |
H A D | UITools.cxx | 1173 SvxNumberInfoItem aFormatter(_pFormatter, dPreviewVal, SID_ATTR_NUMBERFORMAT_INFO); in callColumnFormatDialog() local 1174 pFormatDescriptor->Put(aFormatter); in callColumnFormatDialog()
|
/aoo4110/main/basic/source/runtime/ |
H A D | methods.cxx | 2005 SvNumberFormatter aFormatter( xFactory, LANGUAGE_ENGLISH_US ); in RTLFUNC() local 2006 bSuccess = aFormatter.IsNumberFormat( aStr, nIndex, fResult ); in RTLFUNC() 2007 nType = aFormatter.GetType( nIndex ); in RTLFUNC()
|
/aoo4110/main/extensions/source/propctrlr/ |
H A D | formcomponenthandler.cxx | 2728 …SvxNumberInfoItem aFormatter( pFormatter, dPreviewVal, String( PcrRes( RID_STR_TEXT_FORMAT ) ), SI… in impl_dialogFormatting_nothrow() local 2729 aCoreSet.Put( aFormatter ); in impl_dialogFormatting_nothrow()
|
Completed in 91 milliseconds