Searched refs:importODTStyleInternal (Results 1 – 12 of 12) sorted by relevance
/plugin/odt/ODT/styles/ |
H A D | ODTMasterPageStyle.php | 110 $style->importODTStyleInternal(self::$master_fields, $open, $style->master_style); 116 … $style->importODTStyleInternal(self::$header_footer_fields, $open, $style->style_header); 123 … $style->importODTStyleInternal(self::$header_footer_fields, $open, $style->style_footer); 130 … $style->importODTStyleInternal(self::$header_footer_fields, $open, $style->style_header_left); 137 … $style->importODTStyleInternal(self::$header_footer_fields, $open, $style->style_footer_left);
|
H A D | ODTTableCellStyle.php | 154 $attrs += $style->importODTStyleInternal(ODTStyleStyle::getStyleProperties (), $open); 159 … $attrs += $style->importODTStyleInternal(ODTStyleStyle::getStyleProperties (), $open); 165 … $attrs += $style->importODTStyleInternal(ODTParagraphStyle::getParagraphProperties (), $xmlCode); 170 $attrs += $style->importODTStyleInternal(ODTTextStyle::getTextProperties (), $open); 175 $attrs += $style->importODTStyleInternal(self::$table_cell_fields, $open);
|
H A D | ODTTextListStyle.php | 139 $attrs += $style->importODTStyleInternal(self::$list_fields, $open); 160 …$attrs += $style->importODTStyleInternal(self::$style_number_fields, $level, $list_style_propertie… 164 …$attrs += $style->importODTStyleInternal(self::$style_bullet_fields, $level, $list_style_propertie… 168 …$attrs += $style->importODTStyleInternal(self::$style_image_fields, $level, $list_style_properties… 174 … $attrs += $style->importODTStyleInternal($text_fields, $temp_content, $text_properties); 176 …$attrs += $style->importODTStyleInternal(self::$list_level_props_fields, $temp_content, $list_leve… 178 …$attrs += $style->importODTStyleInternal(self::$label_align_fields, $temp_content, $label_properti…
|
H A D | ODTTableColumnStyle.php | 98 $attrs += $style->importODTStyleInternal(ODTStyleStyle::getStyleProperties (), $open); 103 … $attrs += $style->importODTStyleInternal(ODTStyleStyle::getStyleProperties (), $open); 109 $attrs += $style->importODTStyleInternal(self::$table_column_fields, $open);
|
H A D | ODTTableRowStyle.php | 117 $attrs += $style->importODTStyleInternal(ODTStyleStyle::getStyleProperties (), $open); 122 … $attrs += $style->importODTStyleInternal(ODTStyleStyle::getStyleProperties (), $open); 128 $attrs += $style->importODTStyleInternal(self::$table_row_fields, $open);
|
H A D | ODTTableStyle.php | 127 $attrs += $style->importODTStyleInternal(ODTStyleStyle::getStyleProperties (), $open); 132 … $attrs += $style->importODTStyleInternal(ODTStyleStyle::getStyleProperties (), $open); 138 $attrs += $style->importODTStyleInternal(self::$table_fields, $open);
|
H A D | ODTPageLayoutStyle.php | 223 … $style->importODTStyleInternal(self::$page_layout_fields, $open, $style->page_layout_style); 232 … $style->importODTStyleInternal(self::$layout_props_fields, $open, $style->layout_props); 239 … $style->importODTStyleInternal(self::$bgi_fields, $open, $style->bgi_props); 246 … $style->importODTStyleInternal(self::$columns_fields, $open, $style->columns_props); 253 … $style->importODTStyleInternal(self::$footnote_fields, $open, $style->footnote_props);
|
H A D | ODTTextOutlineStyle.php | 114 $attrs += $style->importODTStyleInternal(self::$outline_fields, $open); 131 $attrs += $style->importODTStyleInternal($text_fields, $level, $properties); 132 … $attrs += $style->importODTStyleInternal(self::$outline_fields, $level, $properties);
|
H A D | ODTParagraphStyle.php | 203 …$attrs += $style->importODTStyleInternal(ODTStyleStyle::getStyleProperties (), $open, $style->styl… 208 …$attrs += $style->importODTStyleInternal(ODTStyleStyle::getStyleProperties (), $open, $style->styl… 214 $attrs += $style->importODTStyleInternal(self::$paragraph_fields, $xmlCode); 219 …$attrs += $style->importODTStyleInternal(ODTTextStyle::getTextProperties (), $open, $style->text_p… 232 …$attrs += $style->importODTStyleInternal(self::$tab_stop_fields, $tab, $style->tab_stops [$index]);
|
H A D | ODTTextStyle.php | 190 $attrs += $style->importODTStyleInternal(ODTStyleStyle::getStyleProperties (), $open); 195 … $attrs += $style->importODTStyleInternal(ODTStyleStyle::getStyleProperties (), $open); 201 $attrs += $style->importODTStyleInternal(self::$text_fields, $open);
|
H A D | ODTUnknownStyle.php | 87 $this->importODTStyleInternal(self::$unknown_fields, $style_content);
|
H A D | ODTStyle.php | 187 protected function importODTStyleInternal(array $fields, $xmlCode, &$properties=NULL) { function in ODTStyle
|