LibreOffice Module ucb (master) 1
|
#include <ftpdirp.hxx>
Static Public Member Functions | |
static bool | parseDOS (FTPDirentry &rEntry, const char *pBuffer) |
static bool | parseVMS (FTPDirentry &rEntry, const char *pBuffer) |
static bool | parseUNIX (FTPDirentry &rEntry, const char *pBuffer) |
Static Private Member Functions | |
static bool | parseUNIX_isSizeField (const char *pStart, const char *pEnd, sal_uInt32 &rSize) |
static bool | parseUNIX_isMonthField (const char *pStart, const char *pEnd, DateTime &rDateTime) |
static bool | parseUNIX_isDayField (const char *pStart, const char *pEnd, DateTime &rDateTime) |
static bool | parseUNIX_isYearTimeField (const char *pStart, const char *pEnd, DateTime &rDateTime) |
static bool | parseUNIX_isTime (const char *pStart, const char *pEnd, sal_uInt16 nHour, DateTime &rDateTime) |
static void | setYear (DateTime &rDateTime, sal_uInt16 nYear) |
static bool | setPath (OUString &rPath, const char *value, sal_Int32 length=-1) |
Definition at line 100 of file ftpdirp.hxx.
|
static |
Definition at line 59 of file ftpdirp.cxx.
References ascii_isWhitespace(), ftp::INETCOREFTP_FILEMODE_ISDIR, ftp::FTPDirentry::m_aDate, ftp::FTPDirentry::m_aName, ftp::FTPDirentry::m_nMode, ftp::FTPDirentry::m_nSize, p, ftp::DateTime::SetDay(), ftp::DateTime::SetHour(), ftp::DateTime::SetMin(), ftp::DateTime::SetMonth(), setPath(), and setYear().
Referenced by ftp::FTPURL::list().
|
static |
Definition at line 843 of file ftpdirp.cxx.
References ascii_isWhitespace(), eMode, ftp::INETCOREFTP_FILEMODE_ISDIR, ftp::INETCOREFTP_FILEMODE_ISLINK, ftp::INETCOREFTP_FILEMODE_READ, ftp::INETCOREFTP_FILEMODE_WRITE, ftp::FTPDirentry::m_aDate, ftp::FTPDirentry::m_aName, ftp::FTPDirentry::m_nMode, ftp::FTPDirentry::m_nSize, parseUNIX_isDayField(), parseUNIX_isMonthField(), parseUNIX_isSizeField(), parseUNIX_isYearTimeField(), and setPath().
Referenced by ftp::FTPURL::list().
|
staticprivate |
Definition at line 1103 of file ftpdirp.cxx.
References ftp::DateTime::SetDay().
Referenced by parseUNIX().
|
staticprivate |
Definition at line 1005 of file ftpdirp.cxx.
References ftp::DateTime::SetMonth().
Referenced by parseUNIX().
|
staticprivate |
Definition at line 952 of file ftpdirp.cxx.
Referenced by parseUNIX().
|
staticprivate |
Definition at line 1177 of file ftpdirp.cxx.
References ftp::DateTime::GetMonth(), ftp::DateTime::SetHour(), ftp::DateTime::SetMin(), ftp::DateTime::SetNanoSec(), ftp::DateTime::SetSec(), and ftp::DateTime::SetYear().
Referenced by parseUNIX_isYearTimeField().
|
staticprivate |
Definition at line 1130 of file ftpdirp.cxx.
References parseUNIX_isTime(), ftp::DateTime::SetTime(), and ftp::DateTime::SetYear().
Referenced by parseUNIX().
|
static |
Definition at line 556 of file ftpdirp.cxx.
References i, ftp::INETCOREFTP_FILEMODE_ISDIR, ftp::FTPDirentry::m_aDate, ftp::FTPDirentry::m_aName, ftp::FTPDirentry::m_nMode, ftp::FTPDirentry::m_nSize, p, ftp::DateTime::SetDay(), ftp::DateTime::SetHour(), ftp::DateTime::SetMin(), ftp::DateTime::SetMonth(), ftp::DateTime::SetNanoSec(), setPath(), ftp::DateTime::SetSec(), and setYear().
Referenced by ftp::FTPURL::list().
|
staticprivate |
Definition at line 1257 of file ftpdirp.cxx.
Referenced by parseDOS(), parseUNIX(), and parseVMS().
|
staticprivate |
Definition at line 1222 of file ftpdirp.cxx.
References ftp::DateTime::SetYear().
Referenced by parseDOS(), and parseVMS().