Lines Matching refs:NULL

168 …         $this->document->setOrderedListParams(NULL, $this->config->getParam('olist_label_align'));
169 … $this->document->setUnorderedListParams(NULL, $this->config->getParam('olist_label_align'));
310 …on setPageFormat ($format=NULL, $orientation=NULL, $margin_top=NULL, $margin_right=NULL, $margin_b…
358 function render_index($type='toc', $settings=NULL) {
452 $data ['style_heading'] = NULL;
638 function p_open($style=NULL){
755 function table_open($maxcols = NULL, $numrows = NULL, $pos = NULL){
759 function table_close($pos = NULL){
1068 $style->setProperty('margin-top', NULL);
1069 $style->setProperty('margin-bottom', NULL);
1179 function internalmedia ($src, $title=NULL, $align=NULL, $width=NULL,
1180 $height=NULL, $cache=NULL, $linking=NULL, $returnonly = false) {
1201 return $this->_odtAddImage($file, $width, $height, $align, $title, NULL, true);
1235 function externalmedia ($src, $title=NULL, $align=NULL, $width=NULL,
1236 $height=NULL, $cache=NULL, $linking=NULL, $returnonly = false) {
1308 function reference($id, $name = NULL) {
1327 function internallink($id, $name = NULL, $returnonly = false) {
1365 function externallink($url, $name = NULL, $returnonly = false) {
1384 function locallink_with_text($hash, $id = NULL, $text = NULL, $returnonly = false){
1401 function locallink($hash, $name = NULL){
1417 function interwikilink($match, $name = NULL, $wikiName, $wikiUri, $returnonly = false) {
1436 function windowssharelink($url, $name = NULL, $returnonly = false) {
1454 function emaillink($address, $name = NULL, $returnonly = false) {
1492 $doc .= $this->document->insertHyperlink ($url, $name, NULL, NULL, $returnonly);
1611 …tion _addStringAsSVGImage($string, $width = NULL, $height = NULL, $align = NULL, $title = NULL, $s…
1656 …function _odtAddImage($src, $width = NULL, $height = NULL, $align = NULL, $title = NULL, $style =
1689 public function _odtGetImageSize($src, $maxwidth=NULL, $maxheight=NULL){
1699 function _odtGetImageSizeString($src, $width = NULL, $height = NULL){
1710 function _odtSpanOpenUseCSS($element=NULL, $attributes=NULL, cssimportnew $import=NULL){
1745 function _odtParagraphOpenUseCSS($element=NULL, $attributes=NULL, cssimportnew $import=NULL){
1766 function _odtOpenTextBoxUseCSS ($element=NULL, $attributes=NULL, cssimportnew $import=NULL) {
1807 …on _odtTableOpenUseCSS($maxcols = NULL, $numrows = NULL, $element=NULL, $attributes = NULL, cssimp…
1840 function _odtTableAddColumnUseProperties (array $properties = NULL){
1852 …aderOpenUseCSS($colspan = 1, $rowspan = 1, $element=NULL, $attributes=NULL, cssimportnew $import=N…
1864 function _odtTableHeaderOpenUseProperties ($properties = NULL, $colspan = 1, $rowspan = 1){
1876 function _odtTableRowOpenUseCSS($element=NULL, $attributes=NULL, cssimportnew $import=NULL){
1900 …CellOpenUseCSS($colspan = 1, $rowspan = 1, $element=NULL, $attributes=NULL, cssimportnew $import=N…
1985 …ion getODTProperties (&$dest, $element, $classString, $inlineStyle, $media_sel=NULL, $cssId=NULL) {
2126 …public function getODTPropertiesNew (&$dest, $element, $attributes=NULL, $media_sel=NULL, $inherit…
2133 …tODTPropertiesFromElement (&$dest, iElementCSSMatchable $element, $media_sel=NULL, $inherit=true) {
2233 $ODTTemplatePath = NULL;