|
LibreOffice Module lotuswordpro (master) 1
|
#include <rtl/ustring.hxx>Go to the source code of this file.
Classes | |
| class | XFGlobal |
| Global object, it manages all global variables for the full filter. More... | |
Macros | |
| #define | FLOAT_MIN 0.001 |
| #define | MAX2(a, b) (((a) > (b)) ? (a) : (b)) |
| #define | MAX3(a, b, c) MAX2(a, MAX2(b, c)) |
| #define | MIN2(a, b) (((a) < (b)) ? (a) : (b)) |
| #define | MIN3(a, b, c) MIN2(a, MIN2(b, c)) |
| #define | FABS(f) (f > 0 ? f : -f) |
Functions | |
| void | XFGlobalReset () |
| #define FABS | ( | f | ) | (f > 0 ? f : -f) |
Definition at line 71 of file xfglobal.hxx.
| #define FLOAT_MIN 0.001 |
Definition at line 66 of file xfglobal.hxx.
Definition at line 67 of file xfglobal.hxx.
Definition at line 69 of file xfglobal.hxx.
| void XFGlobalReset | ( | ) |
Definition at line 123 of file xfglobal.cxx.
References XFGlobal::Reset().
Referenced by ReadWordproFile().