|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Inheritance diagram for PHPExcel_Writer_Excel2007_Rels:
Collaboration diagram for PHPExcel_Writer_Excel2007_Rels:Public Member Functions | |
| writeRelationships (PHPExcel $pPHPExcel=null) | |
| Write relationships to XML format. More... | |
| writeWorkbookRelationships (PHPExcel $pPHPExcel=null) | |
| Write workbook relationships to XML format. More... | |
| writeWorksheetRelationships (PHPExcel_Worksheet $pWorksheet=null, $pWorksheetId=1, $includeCharts=FALSE) | |
| Write worksheet relationships to XML format. More... | |
| writeDrawingRelationships (PHPExcel_Worksheet $pWorksheet=null, &$chartRef, $includeCharts=FALSE) | |
| Write drawing relationships to XML format. More... | |
| writeHeaderFooterDrawingRelationships (PHPExcel_Worksheet $pWorksheet=null) | |
| Write header/footer drawing relationships 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... | |
Private Member Functions | |
| _writeRelationship (PHPExcel_Shared_XMLWriter $objWriter=null, $pId=1, $pType='', $pTarget='', $pTargetMode='') | |
| Write Override content type. More... | |
|
private |
Write Override content type.
| PHPExcel_Shared_XMLWriter | $objWriter | XML Writer |
| int | $pId | Relationship ID. rId will be prepended! |
| string | $pType | Relationship type |
| string | $pTarget | Relationship target |
| string | $pTargetMode | Relationship target mode |
| PHPExcel_Writer_Exception |
Definition at line 419 of file Rels.php.
References $objWriter.
Referenced by writeDrawingRelationships(), writeHeaderFooterDrawingRelationships(), writeRelationships(), writeWorkbookRelationships(), and writeWorksheetRelationships().
Here is the caller graph for this function:| PHPExcel_Writer_Excel2007_Rels::writeDrawingRelationships | ( | PHPExcel_Worksheet | $pWorksheet = null, |
| & | $chartRef, | ||
$includeCharts = FALSE |
|||
| ) |
Write drawing relationships to XML format.
| PHPExcel_Worksheet | $pWorksheet | |
| int | &$chartRef | Chart ID |
| boolean | $includeCharts | Flag indicating if we should write charts |
| PHPExcel_Writer_Exception |
Definition at line 311 of file Rels.php.
References $i, $objWriter, _writeRelationship(), PHPExcel_Writer_Excel2007_WriterPart\getParentWriter(), PHPExcel_Shared_XMLWriter\STORAGE_DISK, and PHPExcel_Shared_XMLWriter\STORAGE_MEMORY.
Here is the call graph for this function:| PHPExcel_Writer_Excel2007_Rels::writeHeaderFooterDrawingRelationships | ( | PHPExcel_Worksheet | $pWorksheet = null | ) |
Write header/footer drawing relationships to XML format.
| PHPExcel_Worksheet | $pWorksheet |
| PHPExcel_Writer_Exception |
Definition at line 375 of file Rels.php.
References $key, $objWriter, _writeRelationship(), PHPExcel_Writer_Excel2007_WriterPart\getParentWriter(), PHPExcel_Shared_XMLWriter\STORAGE_DISK, and PHPExcel_Shared_XMLWriter\STORAGE_MEMORY.
Here is the call graph for this function:| PHPExcel_Writer_Excel2007_Rels::writeRelationships | ( | PHPExcel | $pPHPExcel = null | ) |
Write relationships to XML format.
| PHPExcel | $pPHPExcel |
| PHPExcel_Writer_Exception |
Definition at line 45 of file Rels.php.
References $objWriter, _writeRelationship(), PHPExcel_Writer_Excel2007_WriterPart\getParentWriter(), PHPExcel_Shared_XMLWriter\STORAGE_DISK, and PHPExcel_Shared_XMLWriter\STORAGE_MEMORY.
Here is the call graph for this function:| PHPExcel_Writer_Excel2007_Rels::writeWorkbookRelationships | ( | PHPExcel | $pPHPExcel = null | ) |
Write workbook relationships to XML format.
| PHPExcel | $pPHPExcel |
| PHPExcel_Writer_Exception |
Definition at line 120 of file Rels.php.
References $i, $objWriter, _writeRelationship(), PHPExcel_Writer_Excel2007_WriterPart\getParentWriter(), PHPExcel_Shared_XMLWriter\STORAGE_DISK, and PHPExcel_Shared_XMLWriter\STORAGE_MEMORY.
Here is the call graph for this function:| PHPExcel_Writer_Excel2007_Rels::writeWorksheetRelationships | ( | PHPExcel_Worksheet | $pWorksheet = null, |
$pWorksheetId = 1, |
|||
$includeCharts = FALSE |
|||
| ) |
Write worksheet relationships to XML format.
Numbering is as follows: rId1 - Drawings rId_hyperlink_x - Hyperlinks
| PHPExcel_Worksheet | $pWorksheet | |
| int | $pWorksheetId | |
| boolean | $includeCharts | Flag indicating if we should write charts |
| PHPExcel_Writer_Exception |
Definition at line 202 of file Rels.php.
References $d, $i, $objWriter, _writeRelationship(), PHPExcel_Writer_Excel2007_WriterPart\getParentWriter(), PHPExcel_Shared_XMLWriter\STORAGE_DISK, and PHPExcel_Shared_XMLWriter\STORAGE_MEMORY.
Here is the call graph for this function: