Home
last modified time | relevance | path

Searched refs:rOutStr (Results 1 – 5 of 5) sorted by path

/trunk/main/sw/source/ui/index/
H A Dcnttab.cxx228 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()
/trunk/main/vcl/inc/vcl/
H A Dfield.hxx181 …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 );
/trunk/main/vcl/source/control/
H A Dfield.cxx442 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 Dfield2.cxx1317 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 Dlongcurr.cxx284 const LocaleDataWrapper& rLocaleDataWrapper, String& rOutStr, in ImplLongCurrencyReformat() argument
312rOutStr = ImplGetCurr( rLocaleDataWrapper, nTempVal, nDecDigits, rFormatter.GetCurrencySymbol(), r… in ImplLongCurrencyReformat()

Completed in 76 milliseconds