Searched defs:style_name (Results 1 – 13 of 13) sorted by relevance
/plugin/odt/ODT/elements/ |
H A D | ODTElementTableHeaderCell.php | 21 public function __construct($style_name=NULL, $colspan = 0, $rowspan = 0) {
|
H A D | ODTStateElement.php | 14 protected $style_name = NULL; variable in ODTStateElement 26 public function __construct($style_name=NULL) {
|
H A D | ODTElementParagraph.php | 17 public function __construct($style_name=NULL) {
|
H A D | ODTElementSpan.php | 17 public function __construct($style_name=NULL) {
|
H A D | ODTElementTableRow.php | 27 public function __construct($style_name=NULL) {
|
H A D | ODTElementTable.php | 33 public function __construct($style_name=NULL, $maxcols = 0, $numrows = 0) { 155 public function setTableColumnStyleName($column, $style_name) {
|
H A D | ODTElementList.php | 23 public function __construct($style_name=NULL, $continue=false) {
|
H A D | ODTElementTableCell.php | 21 public function __construct($style_name=NULL, $colspan = 1, $rowspan = 1) {
|
H A D | ODTElementFrame.php | 25 public function __construct($style_name=NULL) {
|
/plugin/odt/ODT/styles/ |
H A D | ODTParagraphStyle.php | 449 public static function createPagebreakStyle($style_name, $parent=NULL,$before=true) {
|
/plugin/projects/plugins/file/ |
H A D | plot_dependency.php | 51 public function line_style($style_name, $property_name) {
|
/plugin/odt/helper/ |
H A D | stylefactory.php | 277 public static function createPagebreakStyle($style_name, $parent=NULL,$before=true) {
|
/plugin/odt/renderer/ |
H A D | page.php | 1725 function _odtSpanOpen($style_name){ 2194 public function styleExists ($style_name) {
|