Home
last modified time | relevance | path

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

/trunk/main/forms/source/xforms/xpathlib/
H A Dxpathlib.cxx391 sal_Bool bTime = sal_False; // in part after T in parseDuration() local
416 if (!bTime) in parseDuration()
438 bTime = sal_True; in parseDuration()
/trunk/main/reportdesign/source/ui/dlg/
H A DDateTime.cxx130 const bool bTime = util::NumberFormat::TIME == _nNumberFormatId; in InsertEntry() local
132 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() local
239 if (!bDate && !bTime) in IMPL_LINK()
/trunk/main/reportdesign/source/ui/report/
H A DReportController.cxx3282 sal_Bool bTime = aMap.getUnpackedValueOrDefault(PROPERTY_TIME_STATE,sal_False); in createDateTime() local
3283 if ( bTime ) in createDateTime()
/trunk/main/sd/source/ui/app/
H A Doptsitem.cxx1304 bTime( sal_False ), in SdOptionsPrint()
/trunk/main/sd/source/ui/inc/
H A Doptsitem.hxx575 sal_Bool bTime : 1; // Print/Other/Time member in SdOptionsPrint
610 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()

Completed in 60 milliseconds