|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Inheritance diagram for PHPExcel_Writer_OpenDocument_Content:
Collaboration diagram for PHPExcel_Writer_OpenDocument_Content:Public Member Functions | |
| write (PHPExcel $pPHPExcel=null) | |
| Write content.xml to XML format. More... | |
Public Member Functions inherited from PHPExcel_Writer_Excel2007_WriterPart | |
| setParentWriter (PHPExcel_Writer_IWriter $pWriter=null) | |
| Set parent IWriter object. More... | |
| getParentWriter () | |
| Get parent IWriter object. More... | |
| __construct (PHPExcel_Writer_IWriter $pWriter=null) | |
| Set parent IWriter object. More... | |
Data Fields | |
| const | NUMBER_COLS_REPEATED_MAX = 1024 |
| const | NUMBER_ROWS_REPEATED_MAX = 1048576 |
Private Member Functions | |
| _writeSheets (PHPExcel_Shared_XMLWriter $objWriter) | |
| Write sheets. More... | |
| _writeRows (PHPExcel_Shared_XMLWriter $objWriter, PHPExcel_Worksheet $sheet) | |
| Write rows of the specified sheet. More... | |
| _writeCells (PHPExcel_Shared_XMLWriter $objWriter, PHPExcel_Worksheet_Row $row) | |
| Write cells of the specified row. More... | |
| _writeCellSpan (PHPExcel_Shared_XMLWriter $objWriter, $curColumn, $prevColumn) | |
| Write span. More... | |
Definition at line 37 of file Content.php.
|
private |
Write cells of the specified row.
| PHPExcel_Shared_XMLWriter | $objWriter | |
| PHPExcel_Worksheet_Row | $row |
| PHPExcel_Writer_Exception |
Definition at line 183 of file Content.php.
References $column, $objWriter, $row, _writeCellSpan(), PHPExcel_Cell\columnIndexFromString(), NUMBER_COLS_REPEATED_MAX, PHPExcel_Cell_DataType\TYPE_BOOL, PHPExcel_Cell_DataType\TYPE_ERROR, PHPExcel_Cell_DataType\TYPE_FORMULA, PHPExcel_Cell_DataType\TYPE_INLINE, PHPExcel_Cell_DataType\TYPE_NUMERIC, PHPExcel_Cell_DataType\TYPE_STRING, and PHPExcel_Writer_OpenDocument_Cell_Comment\write().
Referenced by _writeRows().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Write span.
| PHPExcel_Shared_XMLWriter | $objWriter | |
| integer | $curColumn | |
| integer | $prevColumn |
Definition at line 261 of file Content.php.
References $objWriter.
Referenced by _writeCells().
Here is the caller graph for this function:
|
private |
Write rows of the specified sheet.
| PHPExcel_Shared_XMLWriter | $objWriter | |
| PHPExcel_Worksheet | $sheet |
Definition at line 146 of file Content.php.
References $objWriter, $row, $rows, _writeCells(), PHPExcel_Worksheet\getRowIterator(), and NUMBER_ROWS_REPEATED_MAX.
Referenced by _writeSheets().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Write sheets.
| PHPExcel_Shared_XMLWriter | $objWriter |
Definition at line 122 of file Content.php.
References $i, $objWriter, _writeRows(), and PHPExcel_Writer_Excel2007_WriterPart\getParentWriter().
Referenced by write().
Here is the call graph for this function:
Here is the caller graph for this function:| PHPExcel_Writer_OpenDocument_Content::write | ( | PHPExcel | $pPHPExcel = null | ) |
Write content.xml to XML format.
| PHPExcel | $pPHPExcel |
| PHPExcel_Writer_Exception |
Definition at line 49 of file Content.php.
References $objWriter, _writeSheets(), PHPExcel_Writer_Excel2007_WriterPart\getParentWriter(), PHPExcel_Shared_XMLWriter\STORAGE_DISK, and PHPExcel_Shared_XMLWriter\STORAGE_MEMORY.
Here is the call graph for this function:| const PHPExcel_Writer_OpenDocument_Content::NUMBER_COLS_REPEATED_MAX = 1024 |
Definition at line 39 of file Content.php.
Referenced by _writeCells().
| const PHPExcel_Writer_OpenDocument_Content::NUMBER_ROWS_REPEATED_MAX = 1048576 |
Definition at line 40 of file Content.php.
Referenced by _writeRows().