Home
last modified time | relevance | path

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

/plugin/columns/
H A Dsyntax.php330 $blockId = $this->getAttribute($attribute, 'block-id');
332 $styleName = $this->getOdtTableStyleName($blockId, $columnId);
347 $styleName = $this->getOdtTableStyleName($blockId, $columnId, 1);
390 $blockId = $this->getAttribute($attribute, 'block-id');
391 $styleName = $this->getOdtTableStyleName($blockId);
395 $styleName = $this->getOdtTableStyleName($blockId, $c + 1);
405 $blockId = $this->getAttribute($attribute, 'block-id');
407 $styleName = $this->getOdtTableStyleName($blockId, $columnId, 1);
448 private function getOdtTableStyleName($blockId, $columnId = 0, $cell = 0) { argument
449 $result = 'ColumnsBlock' . $blockId;