Lines Matching refs:NULL

25     public $document = NULL;
26 public $htmlStack = NULL;
27 public $import = NULL;
28 public $units = NULL;
29 public $content = NULL;
30 public $elementObj = NULL;
31 public $ZIP = NULL;
32 public $manifest = NULL;
33 public $styleset = NULL;
72 protected $changePageFormat = NULL;
86 protected $pageBookmark = NULL;
104 protected $params = NULL;
105 protected $manifest = NULL;
106 protected $ZIP = NULL;
107 protected $styleset = NULL;
335 function spanOpen($styleName, $element=NULL, $attributes=NULL){
349 function spanOpenUseCSS($element=NULL, $attributes=NULL, cssimportnew $import=NULL){
409 function paragraphOpen($styleName=NULL, $element=NULL, $attributes=NULL){
429 function paragraphOpenUseCSS($element=NULL, $attributes=NULL, cssimportnew $import=NULL){
597 function insertIndex($type='toc', array $settings=NULL) {
695 $this->pageBookmark = NULL;
707 function heading($text, $level, $element=NULL, $attributes=NULL){
772 public function getODTFileAsString($ODTtemplate=NULL, $tempDir=NULL) {
823 …public function importCSSFromString($cssCode, $mediaSel=NULL, $URLCallback=NULL, $forceStyles=fals…
839 …public function importCSSFromFile($CSSTemplate, $mediaSel=NULL, $URLCallback=NULL, $listAlign='rig…
848 public function importODTStyles($template=NULL, $tempDir=NULL) {
876 public function doPageFormatChange ($parent = NULL) {
879 return NULL;
882 $this->changePageFormat = NULL;
927 public function createPagebreakStyle($parent=NULL,$before=true) {
982 …ODTTable::tableOpen($this->params, 1, 1, 'Table_Quotation'.$this->quote_depth, 'blockquote', NULL);
985 …:tableCellOpen($this->params, 1, 1, 'left', 'Cell_Quotation'.$this->quote_depth, NULL, NULL, NULL);
1006 function listOpen($continue=false, $styleName, $element=NULL, $attributes=NULL) {
1033 function listItemOpen($level, $element=NULL, $attributes=NULL) {
1052 function listHeaderOpen($level, $element=NULL, $attributes=NULL) {
1070 function listContentOpen($element=NULL, $attributes=NULL) {
1090 function tableOpen($maxcols = NULL, $numrows = NULL, $element=NULL, $attributes=NULL){
1092 ODTTable::tableOpen($this->params, $maxcols, $numrows, NULL, $element, $attributes);
1122 function tableRowOpen($element=NULL, $attributes=NULL){
1124 ODTTable::tableRowOpen($this->params, NULL, $element, $attributes);
1142 function tableHeaderOpen($colspan = 1, $rowspan = 1, $align, $element=NULL, $attributes=NULL){
1144 …ODTTable::tableHeaderOpen($this->params, $colspan, $rowspan, $align, NULL, NULL, $element, $attrib…
1162 function tableCellOpen($colspan, $rowspan, $align, $element=NULL, $attributes=NULL){
1164 …ODTTable::tableCellOpen($this->params, $colspan, $rowspan, $align, NULL, NULL, $element, $attribut…
1182 …function tableOpenUseCSS($maxcols=NULL, $numrows=NULL, $element=NULL, $attributes=NULL, cssimportn…
1221 …aderOpenUseCSS($colspan = 1, $rowspan = 1, $element=NULL, $attributes=NULL, cssimportnew $import=N…
1250 function tableRowOpenUseCSS($element=NULL, $attributes=NULL, cssimportnew $import=NULL){
1279 …CellOpenUseCSS($colspan = 1, $rowspan = 1, $element=NULL, $attributes=NULL, cssimportnew $import=N…
1308 function openTextBoxUseCSS ($element=NULL, $attributes=NULL, cssimportnew $import=NULL) {
1399 $outline_style->setPropertyForLevel($level, 'num-suffix', NULL);
1400 $outline_style->setPropertyForLevel($level, 'num-prefix', NULL);
1421 $style_obj = ODTTextStyle::createTextStyle($properties, NULL, $this);
1443 $style_obj = ODTParagraphStyle::createParagraphStyle($properties, NULL, $this);
1545 public function getImageSize($src, $maxwidth=NULL, $maxheight=NULL){
1555 public function getImageSizeString($src, $width = NULL, $height = NULL){
1572 …public function addImage($src, $width = NULL, $height = NULL, $align = NULL, $title = NULL, $style…
1612 …ction addStringAsSVGImage($string, $width = NULL, $height = NULL, $align = NULL, $title = NULL, $s…
1621 public function getCSSStylePropertiesForODT(&$properties, $style, $baseURL = NULL){
1637 …tStartPageFormat ($format=NULL, $orientation=NULL, $margin_top=NULL, $margin_right=NULL, $margin_b…
1667 …on setPageFormat ($format=NULL, $orientation=NULL, $margin_top=NULL, $margin_right=NULL, $margin_b…
1908 return NULL;
1950 … function openHyperlink ($url, $styleName = NULL, $visitedStyleName = NULL, $returnonly = false) {
1982 …function insertHyperlink ($url, $text, $styleName = NULL, $visitedStyleName = NULL, $returnonly = …
2018 …public function getODTProperties (array &$dest, $element, $attributes=NULL, $media_sel=NULL, $inhe…
2032 …opertiesFromElement (array &$dest, iElementCSSMatchable $element, $media_sel=NULL, $inherit=true) {
2068 public function addHTMLElement ($element, $attributes = NULL) {
2201 public function registerHTMLElementForCSSImport ($style_type, $element, $attributes=NULL) {
2280 public function setOrderedListParams($setLevel=NULL, $align, $paddingLeft=0, $marginLeft=1) {
2353 public function setUnorderedListParams($setLevel=NULL, $align, $paddingLeft=0, $marginLeft=1) {