Home
last modified time | relevance | path

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

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