[OLE] element index
Package indexes
Max
MaxDelivery
Spreadsheet_Excel_Writer
Date
SimpleTest
Cache_Lite
MaxMaintenance
MaxDal
PEAR
PEAR_ErrorStack
Log
DB
All elements
a
c
d
f
g
i
l
n
o
p
r
s
t
_
_
top
$_data
OLE_PPS::$_data
in PPS.php
The PPS's data (only used if it's not using a temporary file)
$_file_handle
OLE::$_file_handle
in OLE.php
The file handle for reading an OLE container
$_list
OLE::$_list
in OLE.php
Array of PPS's found on the OLE container
$_StartBlock
OLE_PPS::$_StartBlock
in PPS.php
Starting block (small or big) for this PPS's data inside the container
$_tmp_dir
OLE_PPS_Root::$_tmp_dir
in Root.php
The temporary dir for storing the OLE file
$_tmp_dir
OLE_PPS_File::$_tmp_dir
in File.php
The temporary dir for storing the OLE file
_adjust2
OLE_PPS_Root::_adjust2()
in Root.php
Helper function for caculating a magic value for block sizes
_calcSize
OLE_PPS_Root::_calcSize()
in Root.php
Calculate some numbers
_DataLen
OLE_PPS::_DataLen()
in PPS.php
Returns the amount of data saved for this PPS
_getPpsWk
OLE_PPS::_getPpsWk()
in PPS.php
Returns a string with the PPS's WK (What is a WK?)
_makeSmallData
OLE_PPS_Root::_makeSmallData()
in Root.php
get small data (PPS's with data smaller than OLE_DATA_SIZE_SMALL)
_OLE
OLE::_OLE()
in OLE.php
Destructor (using PEAR) Just closes the file handle on the OLE file.
_ppsTreeComplete
OLE::_ppsTreeComplete()
in OLE.php
It checks whether the PPS tree is complete (all PPS's read) starting with the given PPS (not necessarily root)
_readPpsWks
OLE::_readPpsWks()
in OLE.php
Gets information about all PPS's on the OLE container from the PPS WK's creates an OLE_PPS object for each one.
_saveBbd
OLE_PPS_Root::_saveBbd()
in Root.php
Saving Big Block Depot
_saveBigData
OLE_PPS_Root::_saveBigData()
in Root.php
Saving big data (PPS's with data bigger than OLE_DATA_SIZE_SMALL)
_saveHeader
OLE_PPS_Root::_saveHeader()
in Root.php
Save OLE header
_savePps
OLE_PPS_Root::_savePps()
in Root.php
Saves all the PPS's WKs
_savePpsSetPnt
OLE_PPS::_savePpsSetPnt()
in PPS.php
Updates index and pointers to previous, next and children PPS's for this PPS. I don't think it'll work with Dir PPS's.
a
top
append
OLE_PPS_File::append()
in File.php
Append data to PPS
Asc2Ucs
OLE::Asc2Ucs()
in OLE.php
Utility function to transform ASCII text to Unicode
c
top
$children
OLE_PPS::$children
in PPS.php
Array of child PPS's (only used by Root and Dir PPS's)
d
top
$DirPps
OLE_PPS::$DirPps
in PPS.php
The index of it's first child if this is a Dir or Root PPS
f
top
File.php
File.php
in File.php
g
top
getData
OLE::getData()
in OLE.php
Gets data from a PPS If there is no PPS for the index given, it will return an empty string.
getDataLength
OLE::getDataLength()
in OLE.php
Gets the data length from a PPS If there is no PPS for the index given, it will return 0.
i
top
init
OLE_PPS_File::init()
in File.php
Initialization method. Has to be called right after OLE_PPS_File().
isFile
OLE::isFile()
in OLE.php
Checks whether a PPS is a File PPS or not.
isRoot
OLE::isRoot()
in OLE.php
Checks whether a PPS is a Root PPS or not.
l
top
LocalDate2OLE
OLE::LocalDate2OLE()
in OLE.php
Utility function Returns a string for the OLE container with the date given
n
top
$Name
OLE_PPS::$Name
in PPS.php
The PPS name (in Unicode)
$NextPps
OLE_PPS::$NextPps
in PPS.php
The index of the next PPS
$No
OLE_PPS::$No
in PPS.php
The PPS index
o
top
OLE.php
OLE.php
in OLE.php
OLE
OLE
in OLE.php
OLE package base class.
OLE
OLE::OLE()
in OLE.php
Creates a new OLE object
OLE2LocalDate
OLE::OLE2LocalDate()
in OLE.php
Returns a timestamp from an OLE container's date
OLE_DATA_SIZE_SMALL
OLE_DATA_SIZE_SMALL
in OLE.php
OLE_LONG_INT_SIZE
OLE_LONG_INT_SIZE
in OLE.php
OLE_PPS
OLE_PPS
in PPS.php
Class for creating PPS's for OLE containers
OLE_PPS
OLE_PPS::OLE_PPS()
in PPS.php
The constructor
OLE_PPS_File
OLE_PPS_File::OLE_PPS_File()
in File.php
The constructor
OLE_PPS_File
OLE_PPS_File
in File.php
Class for creating File PPS's for OLE containers
OLE_PPS_Root
OLE_PPS_Root
in Root.php
Class for creating Root PPS's for OLE containers
OLE_PPS_Root
OLE_PPS_Root::OLE_PPS_Root()
in Root.php
Constructor
OLE_PPS_SIZE
OLE_PPS_SIZE
in OLE.php
OLE_PPS_TYPE_DIR
OLE_PPS_TYPE_DIR
in OLE.php
OLE_PPS_TYPE_FILE
OLE_PPS_TYPE_FILE
in OLE.php
OLE_PPS_TYPE_ROOT
OLE_PPS_TYPE_ROOT
in OLE.php
Constants for OLE package
p
top
$PrevPps
OLE_PPS::$PrevPps
in PPS.php
The index of the previous PPS
PPS.php
PPS.php
in PPS.php
ppsTotal
OLE::ppsTotal()
in OLE.php
Gives the total number of PPS's found in the OLE container.
r
top
Root.php
Root.php
in Root.php
read
OLE::read()
in OLE.php
Reads an OLE container from the contents of the file given.
s
top
$Size
OLE_PPS::$Size
in PPS.php
The size of the PPS's data (in bytes)
save
OLE_PPS_Root::save()
in Root.php
Method for saving the whole OLE container (including files).
setTempDir
OLE_PPS_Root::setTempDir()
in Root.php
Sets the temp dir used for storing the OLE file
setTempDir
OLE_PPS_File::setTempDir()
in File.php
Sets the temp dir used for storing the OLE file
t
top
$Time1st
OLE_PPS::$Time1st
in PPS.php
A timestamp
$Time2nd
OLE_PPS::$Time2nd
in PPS.php
A timestamp
$Type
OLE_PPS::$Type
in PPS.php
The PPS type. Dir, Root or File
a
c
d
f
g
i
l
n
o
p
r
s
t
_