Home
last modified time | relevance | path

Searched refs:content_footer (Results 1 – 2 of 2) sorted by relevance

/plugin/odt/ODT/styles/
H A DODTMasterPageStyle.php39 protected $content_footer = NULL; variable in ODTMasterPageStyle
124 $content_footer = XMLUtil::getElementContent ('style:footer', $xmlCode);
189 if ( !empty($footer) || !empty($content_footer) ) {
191 $style .= $content_footer;
H A DODTPageLayoutStyle.php118 protected $content_footer = NULL; variable in ODTPageLayoutStyle
230 $style->content_footer = XMLUtil::getElement ('style:footer-style', $childs);
324 $style .= $this->content_footer;