LibreOffice Module sfx2 (master) 1
Macros
oleprops.cxx File Reference
#include "oleprops.hxx"
#include <comphelper/types.hxx>
#include <o3tl/safeint.hxx>
#include <tools/datetime.hxx>
#include <rtl/tencinfo.h>
#include <sal/log.hxx>
#include <utility>
Include dependency graph for oleprops.cxx:

Go to the source code of this file.

Macros

#define STREAM_BUFFER_SIZE   2048
 
#define TIMESTAMP_INVALID_DATETIME   ( DateTime ( Date ( 1, 1, 1601 ), tools::Time ( 0, 0, 0 ) ) )
 
#define TIMESTAMP_INVALID_UTILDATETIME   (util::DateTime(0, 0, 0, 0, 1, 1, 1601, false))
 Invalid value for date and time to create invalid instance of TimeStamp. More...
 
#define TIMESTAMP_INVALID_UTILDATE   (util::Date(1, 1, 1601))
 Invalid value for date to create invalid instance of TimeStamp. More...
 

Macro Definition Documentation

◆ STREAM_BUFFER_SIZE

#define STREAM_BUFFER_SIZE   2048

Definition at line 31 of file oleprops.cxx.

◆ TIMESTAMP_INVALID_DATETIME

#define TIMESTAMP_INVALID_DATETIME   ( DateTime ( Date ( 1, 1, 1601 ), tools::Time ( 0, 0, 0 ) ) )

Definition at line 38 of file oleprops.cxx.

◆ TIMESTAMP_INVALID_UTILDATE

#define TIMESTAMP_INVALID_UTILDATE   (util::Date(1, 1, 1601))

Invalid value for date to create invalid instance of TimeStamp.

Definition at line 42 of file oleprops.cxx.

◆ TIMESTAMP_INVALID_UTILDATETIME

#define TIMESTAMP_INVALID_UTILDATETIME   (util::DateTime(0, 0, 0, 0, 1, 1, 1601, false))

Invalid value for date and time to create invalid instance of TimeStamp.

Definition at line 40 of file oleprops.cxx.