Home
last modified time | relevance | path

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

/plugin/columns/
H A Dsyntax.php310 $styleName = $this->getOdtTableStyleName($this->getAttribute($attribute, 'block-id'));
332 $styleName = $this->getOdtTableStyleName($blockId, $columnId);
347 $styleName = $this->getOdtTableStyleName($blockId, $columnId, 1);
391 $styleName = $this->getOdtTableStyleName($blockId);
395 $styleName = $this->getOdtTableStyleName($blockId, $c + 1);
407 $styleName = $this->getOdtTableStyleName($blockId, $columnId, 1);
448 private function getOdtTableStyleName($blockId, $columnId = 0, $cell = 0) { function in columns_renderer_odt_v1