Home
last modified time | relevance | path

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

/plugin/odt/ODT/styles/
H A DODTTableCellStyle.php85 … $this->importPropertiesInternal(ODTStyleStyle::getStyleProperties (), $properties, $disabled);
86 $this->importPropertiesInternal(ODTTextStyle::getTextProperties (), $properties, $disabled);
87 …$this->importPropertiesInternal(ODTParagraphStyle::getParagraphProperties (), $properties, $disabl…
88 $this->importPropertiesInternal(self::$table_cell_fields, $properties, $disabled);
H A DODTPageLayoutStyle.php136 …$this->importPropertiesInternal(self::$page_layout_fields, $properties, $disabled, $this->page_lay…
137 …$this->importPropertiesInternal(self::$layout_props_fields, $properties, $disabled, $this->layout_…
138 … $this->importPropertiesInternal(self::$bgi_fields, $properties, $disabled, $this->bgi_props);
139 …$this->importPropertiesInternal(self::$columns_fields, $properties, $disabled, $this->columns_prop…
140 …$this->importPropertiesInternal(self::$footnote_props, $properties, $disabled, $this->footnote_fie…
H A DODTTableColumnStyle.php43 … $this->importPropertiesInternal(ODTStyleStyle::getStyleProperties (), $properties, $disabled);
44 $this->importPropertiesInternal(self::$table_column_fields, $properties, $disabled);
H A DODTTableRowStyle.php62 … $this->importPropertiesInternal(ODTStyleStyle::getStyleProperties (), $properties, $disabled);
63 $this->importPropertiesInternal(self::$table_row_fields, $properties, $disabled);
H A DODTTableStyle.php72 … $this->importPropertiesInternal(ODTStyleStyle::getStyleProperties (), $properties, $disabled);
73 $this->importPropertiesInternal(self::$table_fields, $properties, $disabled);
H A DODTStyleStyle.php216 … protected function importPropertiesInternal(array $fields, $properties, $disabled, &$dest=NULL) { function in ODTStyleStyle
217 parent::importPropertiesInternal($fields, $properties, $disabled, $dest);
H A DODTTextOutlineStyle.php68 $this->importPropertiesInternal(ODTTextStyle::getTextProperties (), $properties, $disabled);
69 $this->importPropertiesInternal(self::$outline_fields, $properties, $disabled);
H A DODTTextStyle.php135 … $this->importPropertiesInternal(ODTStyleStyle::getStyleProperties (), $properties, $disabled);
136 $this->importPropertiesInternal(self::$text_fields, $properties, $disabled);
H A DODTTextListStyle.php97 $this->importPropertiesInternal(ODTTextStyle::getTextProperties (), $properties, $disabled);
98 $this->importPropertiesInternal(self::$list_fields, $properties, $disabled);
H A DODTStyle.php218 … protected function importPropertiesInternal(array $fields, $properties, $disabled, &$dest=NULL) { function in ODTStyle
H A DODTMasterPageStyle.php59 …$this->importPropertiesInternal(self::$master_fields, $properties, $disabled, $this->master_style);