Searched refs:importProperties (Results 1 – 13 of 13) sorted by relevance
/plugin/odt/ODT/ |
H A D | ODTImport.php | 156 $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 D | ODTTableColumnStyle.php | 42 public function importProperties($properties, $disabled=array()) { function in ODTTableColumnStyle 175 $object->importProperties($properties, $disabled_props);
|
H A D | ODTTableRowStyle.php | 61 public function importProperties($properties, $disabled=array()) { function in ODTTableRowStyle 179 $object->importProperties($properties, $disabled_props);
|
H A D | ODTTableStyle.php | 71 public function importProperties($properties, $disabled=array()) { function in ODTTableStyle 222 $object->importProperties($properties, $disabled_props);
|
H A D | ODTTableCellStyle.php | 84 public function importProperties($properties, $disabled=array()) { function in ODTTableCellStyle 221 $object->importProperties($properties, $disabled_props);
|
H A D | ODTTextStyle.php | 134 public function importProperties($properties, $disabled=array()) { function in ODTTextStyle 311 $object->importProperties($properties, $disabled_props);
|
H A D | ODTUnknownStyle.php | 58 public function importProperties($properties, $disabled=array()) { function in ODTUnknownStyle
|
H A D | ODTStyle.php | 47 abstract public function importProperties($properties, $disabled); function in ODTStyle
|
H A D | ODTParagraphStyle.php | 105 public function importProperties($properties, $disabled=array()) { function in ODTParagraphStyle 433 $object->importProperties($properties, $disabled_props);
|
H A D | ODTMasterPageStyle.php | 58 public function importProperties($properties, $disabled=array()) { function in ODTMasterPageStyle
|
H A D | ODTTextOutlineStyle.php | 67 public function importProperties($properties, $disabled=array()) { function in ODTTextOutlineStyle
|
H A D | ODTPageLayoutStyle.php | 135 public function importProperties($properties, $disabled=array()) { function in ODTPageLayoutStyle
|
H A D | ODTTextListStyle.php | 96 public function importProperties($properties, $disabled=array()) { function in ODTTextListStyle
|