ILIAS
Release_4_0_x_branch Revision 61816
|
Go to the source code of this file.
Data Structures | |
class | OLE |
Namespaces | |
namespace | OLE |
Variables | |
const | OLE_PPS_TYPE_ROOT = 5 |
Constants for OLE package. | |
const | OLE_PPS_TYPE_DIR = 1 |
const | OLE_PPS_TYPE_FILE = 2 |
const | OLE_DATA_SIZE_SMALL = 0x1000 |
const | OLE_LONG_INT_SIZE = 4 |
const | OLE_PPS_SIZE = 0x80 |
const OLE_DATA_SIZE_SMALL = 0x1000 |
Definition at line 29 of file OLE.php.
Referenced by OLE_PPS_Root\_calcSize(), OLE_PPS_Root\_makeSmallData(), and OLE_PPS_Root\_saveBigData().
const OLE_LONG_INT_SIZE = 4 |
Definition at line 30 of file OLE.php.
Referenced by OLE_PPS_Root\_calcSize(), OLE_PPS_Root\_makeSmallData(), PHPExcel_Shared_OLE_PPS_Root\_saveBbd(), OLE_PPS_Root\_saveBbd(), OLE_PPS_Root\_saveHeader(), PHPExcel_Shared_OLE_PPS_Root\_saveHeader(), and OLE\read().
const OLE_PPS_SIZE = 0x80 |
Definition at line 31 of file OLE.php.
Referenced by OLE_PPS_Root\_calcSize(), PHPExcel_Shared_OLE_PPS_Root\_calcSize(), OLE\_readPpsWks(), PHPExcel_Shared_OLE_PPS_Root\_savePps(), and OLE_PPS_Root\_savePps().
const OLE_PPS_TYPE_DIR = 1 |
Definition at line 27 of file OLE.php.
Referenced by OLE\_readPpsWks(), PHPExcel_Shared_OLE\_readPpsWks(), and OLE_PPS_Root\_saveBigData().
const OLE_PPS_TYPE_FILE = 2 |
Definition at line 28 of file OLE.php.
Referenced by OLE_PPS_Root\_calcSize(), OLE_PPS_Root\_makeSmallData(), OLE\_readPpsWks(), PHPExcel_Shared_OLE\_readPpsWks(), OLE\isFile(), PHPExcel_Shared_OLE\isFile(), and OLE_PPS_File\OLE_PPS_File().
const OLE_PPS_TYPE_ROOT = 5 |
Constants for OLE package.
Definition at line 26 of file OLE.php.
Referenced by OLE\_readPpsWks(), PHPExcel_Shared_OLE\_readPpsWks(), OLE_PPS_Root\_saveBigData(), OLE\isRoot(), PHPExcel_Shared_OLE\isRoot(), and OLE_PPS_Root\OLE_PPS_Root().