Home
last modified time | relevance | path

Searched refs:in_list_item (Results 1 – 4 of 4) sorted by relevance

/plugin/odt/ODT/elements/
H A DODTElementListHeader.php15 protected $in_list_item = false; variable in ODTElementListHeader
H A DODTElementListItem.php15 protected $in_list_item = false; variable in ODTElementListItem
/plugin/odp/
H A Drenderer.php36 var $in_list_item = false; variable in renderer_plugin_odp
812 $this->in_list_item = true;
817 $this->in_list_item = false;
953 if ($this->in_list_item) { // if we're in a list item, we must close the <text:p> tag
/plugin/code2/
H A Dsyntax.php963 if ($inLI = ($aRenderer->in_list_item)) {