Lines Matching refs:rOutStr
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()
2703 …rOutStr += String( RTL_CONSTASCII_USTRINGPARAM( "AM" ) ); // ImplGetLocaleDataWrapper().getTimeAM(… in ImplTimeReformat()
2705 …rOutStr += String( RTL_CONSTASCII_USTRINGPARAM( "PM" ) ); // ImplGetLocaleDataWrapper().getTimePM(… in ImplTimeReformat()