LibreOffice Module sc (master) 1
Macros
table4.cxx File Reference
#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>
Include dependency graph for table4.cxx:

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)
 

Macro Definition Documentation

◆ D_MAX_LONG_

#define D_MAX_LONG_   double(0x7fffffff)

Definition at line 58 of file table4.cxx.

◆ LF_ALL

#define LF_ALL   (LF_LEFT | LF_TOP | LF_RIGHT | LF_BOTTOM)

Definition at line 2799 of file table4.cxx.

◆ LF_BOTTOM

#define LF_BOTTOM   8

Definition at line 2798 of file table4.cxx.

◆ LF_LEFT

#define LF_LEFT   1

Definition at line 2795 of file table4.cxx.

◆ LF_RIGHT

#define LF_RIGHT   4

Definition at line 2797 of file table4.cxx.

◆ LF_TOP

#define LF_TOP   2

Definition at line 2796 of file table4.cxx.