Lines Matching refs:eFormat

1180 …ic String ImplGetDateSep( const LocaleDataWrapper& rLocaleDataWrapper, ExtDateFieldFormat eFormat )  in ImplGetDateSep()  argument
1184 …if ( ( eFormat == XTDATEF_SHORT_YYMMDD_DIN5008 ) || ( eFormat == XTDATEF_SHORT_YYYYMMDD_DIN5008 ) ) in ImplGetDateSep()
1190 static sal_Bool ImplDateProcessKeyInput( Edit*, const KeyEvent& rKEvt, ExtDateFieldFormat eFormat, in ImplDateProcessKeyInput() argument
1198 (cChar == ImplGetDateSep( rLocaleDataWrapper, eFormat ).GetChar(0) ) ) in ImplDateProcessKeyInput()
1219 DateFormat eFormat = rLocaleDataWrapper.getLongDateFormat(); in ImplDateGetValue() local
1220 switch( eFormat ) in ImplDateGetValue()
1540 ExtDateFieldFormat eFormat = GetExtDateFormat( sal_True ); in ImplDateSpinArea() local
1541 if ( eFormat == XTDATEF_SYSTEM_LONG ) in ImplDateSpinArea()
1543 eFormat = ImplGetExtFormat( ImplGetLocaleDataWrapper().getLongDateFormat() ); in ImplDateSpinArea()
1550 String aDateSep = ImplGetDateSep( ImplGetLocaleDataWrapper(), eFormat ); in ImplDateSpinArea()
1565 switch( eFormat ) in ImplDateSpinArea()
1709 void DateFormatter::SetExtDateFormat( ExtDateFieldFormat eFormat ) in SetExtDateFormat() argument
1711 mnExtDateFormat = eFormat; in SetExtDateFormat()
2378 TimeFieldFormat eFormat, in ImplTimeProcessKeyInput() argument
2396 ((eFormat == TIMEF_100TH_SEC) && (cChar == rLocaleDataWrapper.getTime100SecSep())) || in ImplTimeProcessKeyInput()
2397 ((eFormat == TIMEF_SEC_CS) && (cChar == rLocaleDataWrapper.getTime100SecSep())) || in ImplTimeProcessKeyInput()
2446 TimeFieldFormat eFormat, sal_Bool bDuration, in ImplTimeGetValue() argument
2483 if ( eFormat != TIMEF_SEC_CS ) in ImplTimeGetValue()
2593 if ( eFormat == TIMEF_NONE ) in ImplTimeGetValue()
2595 else if ( eFormat == TIMEF_SEC ) in ImplTimeGetValue()
3255 void TimeField::SetExtFormat( ExtTimeFieldFormat eFormat ) in SetExtFormat() argument
3257 switch ( eFormat ) in SetExtFormat()