LibreOffice Module sw (master) 1
|
#include <swcache.hxx>
#include <o3tl/safeint.hxx>
#include <osl/diagnose.h>
#include <sal/log.hxx>
#include <utility>
#include <limits.h>
Go to the source code of this file.
Macros | |
#define | INCREMENT(nVar) ++nVar |
#define | CHECK Check(); |
#define CHECK Check(); |
Definition at line 70 of file swcache.cxx.
#define INCREMENT | ( | nVar | ) | ++nVar |
Definition at line 69 of file swcache.cxx.