Searched refs:b100Sec (Results 1 – 3 of 3) sorted by relevance
| /AOO41X/main/vcl/source/control/ |
| H A D | field2.cxx | 2671 sal_Bool b100Sec = sal_False; in ImplTimeReformat() local 2675 b100Sec = sal_True; 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() 2966 sal_Bool b100Sec = sal_False; in ImplSetUserTime() local 2970 b100Sec = sal_True; in ImplSetUserTime() 2984 aStr = ImplGetLocaleDataWrapper().getDuration( aNewTime, bSec, b100Sec ); in ImplSetUserTime() 2988 aStr = ImplGetLocaleDataWrapper().getTime( aNewTime, bSec, b100Sec ); in ImplSetUserTime() 2995 aStr = ImplGetLocaleDataWrapper().getTime( aT, bSec, b100Sec ); in ImplSetUserTime() [all …]
|
| /AOO41X/main/unotools/inc/unotools/ |
| H A D | localedatawrapper.hxx | 251 sal_Bool b100Sec = sal_False ) const; 253 sal_Bool bSec = sal_True, sal_Bool b100Sec = sal_False ) const;
|
| /AOO41X/main/unotools/source/i18n/ |
| H A D | localedatawrapper.cxx | 1554 String LocaleDataWrapper::getTime( const Time& rTime, sal_Bool bSec, sal_Bool b100Sec ) const in getTime() 1581 if ( b100Sec ) in getTime() 1664 String LocaleDataWrapper::getDuration( const Time& rTime, sal_Bool bSec, sal_Bool b100Sec ) const in getDuration() 1684 if ( b100Sec ) in getDuration()
|