mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-20 08:39:50 +08:00
del unused
This commit is contained in:
@ -35,18 +35,9 @@ namespace BinDocxRW
|
||||
{
|
||||
const double eps = 0.001;
|
||||
|
||||
const int g_tabtype_left = 0;
|
||||
const int g_tabtype_right = 1;
|
||||
const int g_tabtype_center = 2;
|
||||
const int g_tabtype_clear = 3;
|
||||
|
||||
const int border_None = 0x0000;
|
||||
const int border_Single = 0x0001;
|
||||
|
||||
const int heightrule_AtLeast = 0x00;
|
||||
const int heightrule_Auto = 0x01;
|
||||
const int heightrule_Exact = 0x02;
|
||||
|
||||
const int align_Right = 0;
|
||||
const int align_Left = 1;
|
||||
const int align_Center = 2;
|
||||
@ -76,10 +67,6 @@ const int styletype_Numbering = 0x02;
|
||||
const int styletype_Paragraph = 0x03;
|
||||
const int styletype_Table = 0x04;
|
||||
|
||||
const int fieldstruct_none = 0;
|
||||
const int fieldstruct_toc = 1;
|
||||
const int fieldstruct_hyperlink = 2;
|
||||
|
||||
const double g_dKoef_mm_to_pt = 72 / (2.54 * 10);
|
||||
const double g_dKoef_mm_to_twips = 20 * g_dKoef_mm_to_pt;
|
||||
const double g_dKoef_mm_to_emu = 36000;
|
||||
@ -87,9 +74,12 @@ const double g_dKoef_mm_to_eightpoint = 8 * g_dKoef_mm_to_pt;
|
||||
const double g_dKoef_mm_to_hps = 2 * g_dKoef_mm_to_pt;
|
||||
|
||||
const static wchar_t* g_sFormatSignature = L"DOCY";
|
||||
|
||||
const int g_nFormatVersion = 5;
|
||||
const int g_nFormatVersionNoBase64 = 10;
|
||||
|
||||
extern int g_nCurFormatVersion;
|
||||
|
||||
namespace c_oAscWrapStyle{enum c_oSerFormat
|
||||
{
|
||||
Inline = 0,
|
||||
|
||||
Reference in New Issue
Block a user