Home
last modified time | relevance | path

Searched refs:importProperties (Results 1 – 13 of 13) sorted by last modified time

/plugin/odt/ODT/
H A DODTImport.php156 $style->importProperties($properties);
158 $style->importProperties($properties, $disabled);
165 $style->importProperties($properties);
329 $firstStyle->importProperties($set, $disabled);
332 $lastStyle->importProperties($set, $disabled);
346 $paragraphStyle->importProperties($properties, $disabled);
476 $firstStyle->importProperties($set, $disabled);
479 $lastStyle->importProperties($set, $disabled);
600 $style->importProperties($properties, $disabled);
637 $style->importProperties($properties, $disabled);
[all …]
/plugin/odt/ODT/styles/
H A DODTMasterPageStyle.php58 public function importProperties($properties, $disabled=array()) { function in ODTMasterPageStyle
H A DODTPageLayoutStyle.php135 public function importProperties($properties, $disabled=array()) { function in ODTPageLayoutStyle
H A DODTParagraphStyle.php105 public function importProperties($properties, $disabled=array()) { function in ODTParagraphStyle
433 $object->importProperties($properties, $disabled_props);
H A DODTStyle.php47 abstract public function importProperties($properties, $disabled); function in ODTStyle
H A DODTTableCellStyle.php84 public function importProperties($properties, $disabled=array()) { function in ODTTableCellStyle
221 $object->importProperties($properties, $disabled_props);
H A DODTTableColumnStyle.php42 public function importProperties($properties, $disabled=array()) { function in ODTTableColumnStyle
175 $object->importProperties($properties, $disabled_props);
H A DODTTableRowStyle.php61 public function importProperties($properties, $disabled=array()) { function in ODTTableRowStyle
179 $object->importProperties($properties, $disabled_props);
H A DODTTableStyle.php71 public function importProperties($properties, $disabled=array()) { function in ODTTableStyle
222 $object->importProperties($properties, $disabled_props);
H A DODTTextListStyle.php96 public function importProperties($properties, $disabled=array()) { function in ODTTextListStyle
H A DODTTextOutlineStyle.php67 public function importProperties($properties, $disabled=array()) { function in ODTTextOutlineStyle
H A DODTTextStyle.php134 public function importProperties($properties, $disabled=array()) { function in ODTTextStyle
311 $object->importProperties($properties, $disabled_props);
H A DODTUnknownStyle.php58 public function importProperties($properties, $disabled=array()) { function in ODTUnknownStyle