LibreOffice Module lotuswordpro (master) 1
Variables
explode.cxx File Reference
#include "explode.hxx"
#include <tools/stream.hxx>
#include <algorithm>
#include <assert.h>
#include <math.h>
Include dependency graph for explode.cxx:

Go to the source code of this file.

Variables

const char Tree1String [][32]
 
const char Tree2String [][32]
 

Variable Documentation

◆ Tree1String

const char Tree1String[][32]
Initial value:
= {
"101",
"11",
"100",
"011",
"0101",
"0100",
"0011",
"00101",
"00100",
"00011",
"00010",
"000011",
"000010",
"000001",
"0000001",
"0000000",
}

Definition at line 64 of file explode.cxx.

Referenced by Decompression::ConstructTree1().

◆ Tree2String

const char Tree2String[][32]

Definition at line 83 of file explode.cxx.

Referenced by Decompression::ConstructTree2().