Home
last modified time | relevance | path

Searched defs:disabled_props (Results 1 – 9 of 9) sorted by relevance

/plugin/odt/helper/
Dstylefactory.php104 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/
DODTTableRowStyle.php164 public static function createTableRowStyle(array $properties, array $disabled_props = NULL){
DODTTableCellStyle.php206 public static function createTableCellStyle(array $properties, array $disabled_props = NULL){
DODTTableColumnStyle.php143 public static function createTableColumnStyle(array $properties, array $disabled_props = NULL){
DODTTableStyle.php175 …public static function createTableTableStyle(array $properties, array $disabled_props = NULL, $max…
DODTTextStyle.php233 …public static function createTextStyle(array $properties, array $disabled_props = NULL, ODTDocumen…
DODTUnknownStyle.php159 …public static function createMultiColumnFrameStyle(array $properties, array $disabled_props = NULL…
DODTPageLayoutStyle.php346 public static function createPageLayoutStyle(array $properties, array $disabled_props = NULL) {
DODTParagraphStyle.php334 …public static function createParagraphStyle(array $properties, array $disabled_props = NULL, ODTDo…