Home
last modified time | relevance | path

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

/plugin/odt/ODT/
H A DODTFrame.php200 $params->document->div_z_index -= 5;
335 draw:z-index="'.($params->document->div_z_index + 0).'"';
356 $params->document->div_z_index += 1;
384 $params->document->div_z_index -= 1;
H A DODTDocument.php57 public $div_z_index = 0; variable in ODTDocument