Searched refs:rOutStr (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/vcl/inc/vcl/ |
H A D | field.hxx | 181 …VATE sal_Bool ImplNumericReformat( const XubString& rStr, double& rValue, XubString& rOutStr ); 246 …IVATE sal_Bool ImplMetricReformat( const XubString& rStr, double& rValue, XubString& rOutStr ); 299 SAL_DLLPRIVATE sal_Bool ImplCurrencyReformat( const XubString& rStr, XubString& rOutStr ); 341 SAL_DLLPRIVATE sal_Bool ImplDateReformat( const XubString& rStr, XubString& rOutStr, 439 SAL_DLLPRIVATE sal_Bool ImplTimeReformat( const XubString& rStr, XubString& rOutStr );
|
/aoo41x/main/vcl/source/control/ |
H A D | field2.cxx | 1317 sal_Bool DateFormatter::ImplDateReformat( const XubString& rStr, XubString& rOutStr, const AllSetti… in ImplDateReformat() argument 1341 rOutStr = ImplGetDateAsText( aTempDate, rSettings ); in ImplDateReformat() 2646 sal_Bool TimeFormatter::ImplTimeReformat( const XubString& rStr, XubString& rOutStr ) in ImplTimeReformat() argument 2682 rOutStr = String::CreateFromInt32( n ); in ImplTimeReformat() 2683 rOutStr += ImplGetLocaleDataWrapper().getTime100SecSep(); in ImplTimeReformat() 2685 rOutStr += '0'; in ImplTimeReformat() 2686 rOutStr += String::CreateFromInt32( aTempTime.Get100Sec() ); in ImplTimeReformat() 2689 rOutStr = ImplGetLocaleDataWrapper().getDuration( aTempTime, bSecond, b100Sec ); in ImplTimeReformat() 2692 rOutStr = ImplGetLocaleDataWrapper().getTime( aTempTime, bSecond, b100Sec ); in ImplTimeReformat() 2699 rOutStr = ImplGetLocaleDataWrapper().getTime( aT, bSecond, b100Sec ); in ImplTimeReformat() [all …]
|
H A D | field.cxx | 442 XubString& rOutStr ) in ImplNumericReformat() argument 467 rOutStr = CreateFieldText( (sal_Int64)nTempVal ); in ImplNumericReformat() 1478 …ol MetricFormatter::ImplMetricReformat( const XubString& rStr, double& rValue, XubString& rOutStr ) in ImplMetricReformat() argument 1503 rOutStr = CreateFieldText( (sal_Int64)nTempVal ); in ImplMetricReformat() 2114 XubString& rOutStr ) in ImplCurrencyReformat() argument 2140 rOutStr = CreateFieldText( (long)nTempVal ); in ImplCurrencyReformat()
|
H A D | longcurr.cxx | 284 const LocaleDataWrapper& rLocaleDataWrapper, String& rOutStr, in ImplLongCurrencyReformat() argument 312 …rOutStr = ImplGetCurr( rLocaleDataWrapper, nTempVal, nDecDigits, rFormatter.GetCurrencySymbol(), r… in ImplLongCurrencyReformat()
|
/aoo41x/main/sw/source/ui/index/ |
H A D | cnttab.cxx | 228 void WriteEntries(SvStream& rOutStr); 4560 void SwEntryBrowseBox::WriteEntries(SvStream& rOutStr) in WriteEntries() argument 4580 rOutStr.WriteByteStringLine( sWrite, eTEnc ); in WriteEntries() 4596 rOutStr.WriteByteStringLine( sWrite, eTEnc ); in WriteEntries()
|
Completed in 105 milliseconds