Searched refs:bTime (Results 1 – 5 of 5) sorted by relevance
130 const bool bTime = util::NumberFormat::TIME == _nNumberFormatId; in InsertEntry() local132 if ( bTime ) in InsertEntry()142 … const sal_Int16 nPos = pListBox->InsertEntry(getFormatStringByKey(*pIter,xFormats,bTime)); in InsertEntry()238 sal_Bool bTime = m_aTime.IsChecked(); in IMPL_LINK() local239 if (!bDate && !bTime) in IMPL_LINK()
391 sal_Bool bTime = sal_False; // in part after T in parseDuration() local416 if (!bTime) in parseDuration()438 bTime = sal_True; in parseDuration()
575 sal_Bool bTime : 1; // Print/Other/Time member in SdOptionsPrint610 sal_Bool IsTime() const { Init(); return (sal_Bool) bTime; } in IsTime()632 void SetTime( sal_Bool bOn = sal_True ) { if( bTime != bOn ) { OptionsChanged(); bTime = bOn; } } in SetTime()
1304 bTime( sal_False ), in SdOptionsPrint()
3282 sal_Bool bTime = aMap.getUnpackedValueOrDefault(PROPERTY_TIME_STATE,sal_False); in createDateTime() local3283 if ( bTime ) in createDateTime()
Completed in 46 milliseconds