Searched defs:disabled_props (Results 1 – 9 of 9) sorted by relevance
/plugin/odt/helper/ |
H A D | stylefactory.php | 104 public static function createTextStyle(array $properties, array $disabled_props = NULL){ 125 public static function createParagraphStyle(array $properties, array $disabled_props = NULL){ 146 …public static function createTableTableStyle(array $properties, array $disabled_props = NULL, $max… 166 public static function createTableRowStyle(array $properties, array $disabled_props = NULL){ 186 public static function createTableCellStyle(array $properties, array $disabled_props = NULL){ 209 public static function createTableColumnStyle(array $properties, array $disabled_props = NULL){ 231 …public static function createMultiColumnFrameStyle(array $properties, array $disabled_props = NULL… 251 public static function createPageLayoutStyle(array $properties, array $disabled_props = NULL) {
|
/plugin/odt/ODT/styles/ |
H A D | ODTTableCellStyle.php | 206 public static function createTableCellStyle(array $properties, array $disabled_props = NULL){
|
H A D | ODTTableColumnStyle.php | 143 public static function createTableColumnStyle(array $properties, array $disabled_props = NULL){
|
H A D | ODTTableRowStyle.php | 164 public static function createTableRowStyle(array $properties, array $disabled_props = NULL){
|
H A D | ODTTableStyle.php | 175 …public static function createTableTableStyle(array $properties, array $disabled_props = NULL, $max…
|
H A D | ODTTextStyle.php | 233 …public static function createTextStyle(array $properties, array $disabled_props = NULL, ODTDocumen…
|
H A D | ODTUnknownStyle.php | 159 …public static function createMultiColumnFrameStyle(array $properties, array $disabled_props = NULL…
|
H A D | ODTPageLayoutStyle.php | 346 public static function createPageLayoutStyle(array $properties, array $disabled_props = NULL) {
|
H A D | ODTParagraphStyle.php | 334 …public static function createParagraphStyle(array $properties, array $disabled_props = NULL, ODTDo…
|