Lines Matching defs:params

20 …public static function tableOpen(ODTInternalParams $params, $maxcols = NULL, $numrows = NULL, $tab…
140 public static function tableClose(ODTInternalParams $params){
193 …public static function tableAddColumn (ODTInternalParams $params, $styleNameSet=NULL, &$styleNameG…
215 …public static function tableRowOpen(ODTInternalParams $params, $styleName=NULL, $element=NULL, $at…
240 public static function tableRowClose(ODTInternalParams $params){
258 …public static function tableHeaderOpen(ODTInternalParams $params, $colspan = 1, $rowspan = 1, $ali…
293 public static function tableHeaderClose(ODTInternalParams $params){
307 …public static function tableCellOpen(ODTInternalParams $params, $colspan = 1, $rowspan = 1, $align…
348 public static function tableCellClose(ODTInternalParams $params){
373 …public static function tableOpenUseCSS(ODTInternalParams $params, $maxcols=NULL, $numrows=NULL, $e…
400 …public static function tableOpenUseProperties (ODTInternalParams $params, $properties, $maxcols = …
427 …public static function tableAddColumnUseProperties (ODTInternalParams $params, array $properties =…
447 …public static function tableHeaderOpenUseCSS(ODTInternalParams $params, $colspan = 1, $rowspan = 1…
464 …public static function tableHeaderOpenUseProperties (ODTInternalParams $params, $properties = NULL…
484 …public static function tableRowOpenUseCSS(ODTInternalParams $params, $element=NULL, $attributes=NU…
499 public static function tableRowOpenUseProperties (ODTInternalParams $params, $properties){
525 …public static function tableCellOpenUseCSS(ODTInternalParams $params, $element=NULL, $attributes=N…
540 …public static function tableCellOpenUseProperties (ODTInternalParams $params, $properties = NULL, …
550 …static protected function tableCellOpenUsePropertiesInternal (ODTInternalParams $params, $properti…
584 static protected function adjustColumnStyle(ODTInternalParams $params, array $properties) {