Home
last modified time | relevance | path

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

/plugin/odt/ODT/
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);
493 $paragraphStyle->importProperties($properties, $disabled);
576 $paragraphStyle->importProperties($properties, $disabled);
[all …]
/plugin/odt/ODT/styles/
DODTTableRowStyle.php61 public function importProperties($properties, $disabled=array()) { function in ODTTableRowStyle
179 $object->importProperties($properties, $disabled_props);
DODTTableColumnStyle.php42 public function importProperties($properties, $disabled=array()) { function in ODTTableColumnStyle
175 $object->importProperties($properties, $disabled_props);
DODTTableStyle.php71 public function importProperties($properties, $disabled=array()) { function in ODTTableStyle
222 $object->importProperties($properties, $disabled_props);
DODTTableCellStyle.php84 public function importProperties($properties, $disabled=array()) { function in ODTTableCellStyle
221 $object->importProperties($properties, $disabled_props);
DODTTextStyle.php134 public function importProperties($properties, $disabled=array()) { function in ODTTextStyle
311 $object->importProperties($properties, $disabled_props);
DODTUnknownStyle.php58 public function importProperties($properties, $disabled=array()) { function in ODTUnknownStyle
DODTStyle.php47 abstract public function importProperties($properties, $disabled); function in ODTStyle
DODTParagraphStyle.php105 public function importProperties($properties, $disabled=array()) { function in ODTParagraphStyle
433 $object->importProperties($properties, $disabled_props);
DODTMasterPageStyle.php58 public function importProperties($properties, $disabled=array()) { function in ODTMasterPageStyle
DODTTextOutlineStyle.php67 public function importProperties($properties, $disabled=array()) { function in ODTTextOutlineStyle
DODTPageLayoutStyle.php135 public function importProperties($properties, $disabled=array()) { function in ODTPageLayoutStyle
DODTTextListStyle.php96 public function importProperties($properties, $disabled=array()) { function in ODTTextListStyle