27#include <rtl/ustring.hxx>
28#include <com/sun/star/util/DateTime.hpp>
40 :
public css::util::DateTime
52 void SetNanoSec(sal_uInt32 nanoSec) { NanoSeconds = nanoSec; }
105 const char *pBuffer );
109 const char *pBuffer );
113 const char *pBuffer );
static bool parseUNIX_isTime(const char *pStart, const char *pEnd, sal_uInt16 nHour, DateTime &rDateTime)
static bool parseUNIX_isYearTimeField(const char *pStart, const char *pEnd, DateTime &rDateTime)
static void setYear(DateTime &rDateTime, sal_uInt16 nYear)
static bool parseUNIX_isMonthField(const char *pStart, const char *pEnd, DateTime &rDateTime)
static bool parseDOS(FTPDirentry &rEntry, const char *pBuffer)
static bool parseUNIX(FTPDirentry &rEntry, const char *pBuffer)
static bool parseUNIX_isSizeField(const char *pStart, const char *pEnd, sal_uInt32 &rSize)
static bool parseUNIX_isDayField(const char *pStart, const char *pEnd, DateTime &rDateTime)
static bool parseVMS(FTPDirentry &rEntry, const char *pBuffer)
static bool setPath(OUString &rPath, const char *value, sal_Int32 length=-1)
Definition of ftpcontentprovider.
@ INETCOREFTP_FILEMODE_ISDIR
@ INETCOREFTP_FILEMODE_UNKNOWN
@ INETCOREFTP_FILEMODE_WRITE
@ INETCOREFTP_FILEMODE_ISLINK
@ INETCOREFTP_FILEMODE_READ
sal_uInt16 GetMonth() const
void SetYear(sal_uInt16 year)
void SetMin(sal_uInt16 minutes)
void SetMonth(sal_uInt16 month)
void SetNanoSec(sal_uInt32 nanoSec)
void SetDay(sal_uInt16 day)
void SetHour(sal_uInt16 hours)
void SetSec(sal_uInt16 seconds)