Searched refs:IsEmptyDate (Results 1 – 4 of 4) sorted by relevance
2885 if ( IsEmptyDate() || ( aNewDate != GetDate() ) ) in IMPL_LINK()2907 if ( (aToday != GetDate()) || IsEmptyDate() ) in IMPL_LINK()2916 if ( !IsEmptyDate() ) in IMPL_LINK()2954 if ( IsEmptyDate() || !aDate.IsValid() ) in ShowDropDown()
387 sal_Bool IsEmptyDate() const;
1958 sal_Bool DateFormatter::IsEmptyDate() const in IsEmptyDate() function in DateFormatter1982 return !IsEmptyDate(); in IsDateModified()
4806 return pDateField ? pDateField->IsEmptyDate() : sal_False; in isEmpty()
Completed in 78 milliseconds