Home
last modified time | relevance | path

Searched refs:aFormatter (Results 1 – 7 of 7) sorted by relevance

/trunk/main/basic/source/sbx/
H A Dsbxscan.cxx749 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()
801aFormatter.PutandConvertEntry( aFmtStr, nCheckPos, nType, nIndex, LANGUAGE_ENGLISH, eLangType ); in Format()
802 aFormatter.GetOutputString( nNumber, nIndex, rRes, &pCol ); in Format()
836aFormatter.PutandConvertEntry( aFmtStr, nCheckPos, nType, nIndex, LANGUAGE_ENGLISH, eLangType ); in Format()
[all …]
/trunk/main/sc/source/ui/formdlg/
H A Dformula.cxx362 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()
/trunk/main/forms/source/component/
H A DFilter.cxx469 const ::dbtools::FormattedColumnValue aFormatter( m_xFormatter, xDataField ); in implInitFilterList() local
476 const ::rtl::OUString sCurrentValue = aFormatter.getFormattedValue(); in implInitFilterList()
/trunk/main/sc/source/ui/app/
H A Dinputhdl.cxx1259 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()
/trunk/main/dbaccess/source/ui/misc/
H A DUITools.cxx1173 SvxNumberInfoItem aFormatter(_pFormatter, dPreviewVal, SID_ATTR_NUMBERFORMAT_INFO); in callColumnFormatDialog() local
1174 pFormatDescriptor->Put(aFormatter); in callColumnFormatDialog()
/trunk/main/basic/source/runtime/
H A Dmethods.cxx2020 SvNumberFormatter aFormatter( xFactory, LANGUAGE_ENGLISH_US ); in RTLFUNC() local
2021 bSuccess = aFormatter.IsNumberFormat( aStr, nIndex, fResult ); in RTLFUNC()
2022 nType = aFormatter.GetType( nIndex ); in RTLFUNC()
/trunk/main/extensions/source/propctrlr/
H A Dformcomponenthandler.cxx2728 …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 82 milliseconds