Searched refs:FX_SYSTEMTIME (Results 1 – 7 of 7) sorted by relevance
35 CPDFSDK_DateTime(const FX_SYSTEMTIME& st);38 CPDFSDK_DateTime& operator=(const FX_SYSTEMTIME& st);50 void ToSystemTime(FX_SYSTEMTIME& st);148 void SetModifiedDate(const FX_SYSTEMTIME& st);149 FX_SYSTEMTIME GetModifiedDate() const;
39 } FX_SYSTEMTIME; typedef101 virtual FX_SYSTEMTIME GetLocalTime() = 0;
86 FX_SYSTEMTIME FFI_GetLocalTime() const { in FFI_GetLocalTime()87 FX_SYSTEMTIME fxtime; in FFI_GetLocalTime()
62 virtual void SetDateTime(FX_SYSTEMTIME time) = 0;76 virtual FX_SYSTEMTIME GetDateTime() const = 0;238 void SetDateTime(FX_SYSTEMTIME time) override;250 FX_SYSTEMTIME GetDateTime() const override;285 FX_SYSTEMTIME m_dtNote;
79 CPDFSDK_DateTime::CPDFSDK_DateTime(const FX_SYSTEMTIME& st) { in CPDFSDK_DateTime()108 CPDFSDK_DateTime& CPDFSDK_DateTime::operator=(const FX_SYSTEMTIME& st) { in operator =()389 void CPDFSDK_DateTime::ToSystemTime(FX_SYSTEMTIME& st) { in ToSystemTime()625 void CPDFSDK_BAAnnot::SetModifiedDate(const FX_SYSTEMTIME& st) { in SetModifiedDate()635 FX_SYSTEMTIME CPDFSDK_BAAnnot::GetModifiedDate() const { in GetModifiedDate()636 FX_SYSTEMTIME systime; in GetModifiedDate()
87 FX_SYSTEMTIME GetLocalTime() override;207 FX_SYSTEMTIME CFX_SystemHandler::GetLocalTime() { in GetLocalTime()
400 FX_SYSTEMTIME st; in CreateSubItem()739 void CPWL_NoteItem::SetDateTime(FX_SYSTEMTIME time) { in SetDateTime()806 FX_SYSTEMTIME CPWL_NoteItem::GetDateTime() const { in GetDateTime()