Searched refs:bSec (Results 1 – 3 of 3) sorted by relevance
| /AOO42X/main/vcl/source/control/ |
| H A D | field2.cxx | 2965 sal_Bool bSec = sal_False; in ImplSetUserTime() local 2968 bSec = 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() 3420 sal_Bool bSec = sal_False; in InsertTime() local 3423 bSec = sal_True; in InsertTime() 3425 bSec = b100Sec = sal_True; in InsertTime() 3426 ComboBox::InsertEntry( ImplGetLocaleDataWrapper().getTime( aTime, bSec, b100Sec ), nPos ); in InsertTime() 3433 sal_Bool bSec = sal_False; in RemoveTime() local [all …]
|
| /AOO42X/main/unotools/inc/unotools/ |
| H A D | localedatawrapper.hxx | 250 String getTime( const Time& rTime, sal_Bool bSec = sal_True, 253 sal_Bool bSec = sal_True, sal_Bool b100Sec = sal_False ) const;
|
| /AOO42X/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() argument 1576 if ( bSec ) in getTime() 1664 String LocaleDataWrapper::getDuration( const Time& rTime, sal_Bool bSec, sal_Bool b100Sec ) const in getDuration() argument 1679 if ( bSec ) in getDuration()
|