#include <sal/types.h>
#include <tools/datetime.hxx>
#include <tools/inetmsg.hxx>
#include <comphelper/string.hxx>
#include <rtl/character.hxx>
#include <o3tl/safeint.hxx>
#include <o3tl/sprintf.hxx>
#include <o3tl/string_view.hxx>
#include <map>
Go to the source code of this file.
◆ ParseMonth()
static sal_uInt16 ParseMonth |
( |
std::string_view |
rStr, |
|
|
size_t & |
nIndex |
|
) |
| |
|
static |
◆ ParseNumber()
static sal_uInt16 ParseNumber |
( |
std::string_view |
rStr, |
|
|
size_t & |
nIndex |
|
) |
| |
|
static |
◆ ImplINetMIMEMessageHeaderData
Initial value:=
{
}
@ CONTENT_TRANSFER_ENCODING
Definition at line 196 of file inetmsg.cxx.
◆ months
Initial value:=
{
"Jan", "Feb", "Mar", "Apr", "May", "Jun",
"Jul", "Aug", "Sep", "Oct", "Nov", "Dec"
}
Definition at line 52 of file inetmsg.cxx.
Referenced by ParseMonth().