Home
last modified time | relevance | path

Searched refs:DateFormatter (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/vcl/source/control/
H A Dfield2.cxx1306 DateFormatter::ExpandCentury( aNewDate, utl::MiscCfg().GetYear2000() ); in ImplDateGetValue()
1317 sal_Bool DateFormatter::ImplDateReformat( const XubString& rStr, XubString& rOutStr, const AllSetti… in ImplDateReformat()
1348 XubString DateFormatter::ImplGetDateAsText( const Date& rDate, in ImplGetDateAsText()
1444 DateFormatter::ExpandCentury( rDate ); in ImplDateIncrementDay()
1462 DateFormatter::ExpandCentury( rDate ); in ImplDateIncrementMonth()
1502 DateFormatter::ExpandCentury( rDate ); in ImplDateIncrementYear()
1518 sal_Bool DateFormatter::ImplAllowMalformedInput() const in ImplAllowMalformedInput()
1617 void DateFormatter::ImplInit() in ImplInit()
1628 DateFormatter::DateFormatter() : in DateFormatter() function in DateFormatter
1640 void DateFormatter::ImplLoadRes( const ResId& rResId ) in ImplLoadRes()
[all …]
/AOO41X/main/vcl/inc/vcl/
H A Dfield.hxx318 class VCL_DLLPUBLIC DateFormatter : public FormatterBase class
337 DateFormatter();
353 ~DateFormatter();
640 class VCL_DLLPUBLIC DateField : public SpinField, public DateFormatter
831 class VCL_DLLPUBLIC DateBox : public ComboBox, public DateFormatter
848 using DateFormatter::GetDate;