|
LibreOffice Module sc (master) 1
|
#include <scitems.hxx>#include <comphelper/string.hxx>#include <editeng/boxitem.hxx>#include <editeng/editeng.hxx>#include <editeng/eeitem.hxx>#include <editeng/escapementitem.hxx>#include <svl/numformat.hxx>#include <svl/zforlist.hxx>#include <vcl/keycodes.hxx>#include <rtl/math.hxx>#include <unotools/charclass.hxx>#include <tools/duration.hxx>#include <osl/diagnose.h>#include <attrib.hxx>#include <patattr.hxx>#include <formulacell.hxx>#include <table.hxx>#include <global.hxx>#include <document.hxx>#include <autoform.hxx>#include <userlist.hxx>#include <zforauto.hxx>#include <subtotal.hxx>#include <formula/errorcodes.hxx>#include <docpool.hxx>#include <progress.hxx>#include <conditio.hxx>#include <editutil.hxx>#include <listenercontext.hxx>#include <scopetools.hxx>#include <o3tl/string_view.hxx>#include <math.h>#include <memory>#include <list>#include <string_view>Go to the source code of this file.
Macros | |
| #define | D_MAX_LONG_ double(0x7fffffff) |
| #define | LF_LEFT 1 |
| #define | LF_TOP 2 |
| #define | LF_RIGHT 4 |
| #define | LF_BOTTOM 8 |
| #define | LF_ALL (LF_LEFT | LF_TOP | LF_RIGHT | LF_BOTTOM) |
| #define D_MAX_LONG_ double(0x7fffffff) |
Definition at line 58 of file table4.cxx.
Definition at line 2799 of file table4.cxx.
| #define LF_BOTTOM 8 |
Definition at line 2798 of file table4.cxx.
| #define LF_LEFT 1 |
Definition at line 2795 of file table4.cxx.
| #define LF_RIGHT 4 |
Definition at line 2797 of file table4.cxx.
| #define LF_TOP 2 |
Definition at line 2796 of file table4.cxx.