Lines Matching refs:self

136 …$this->importPropertiesInternal(self::$page_layout_fields, $properties, $disabled, $this->page_lay…
137 …$this->importPropertiesInternal(self::$layout_props_fields, $properties, $disabled, $this->layout_…
138 … $this->importPropertiesInternal(self::$bgi_fields, $properties, $disabled, $this->bgi_props);
139 …$this->importPropertiesInternal(self::$columns_fields, $properties, $disabled, $this->columns_prop…
140 …$this->importPropertiesInternal(self::$footnote_props, $properties, $disabled, $this->footnote_fie…
159 if (array_key_exists ($property, self::$page_layout_fields)) {
161 …($property, self::$page_layout_fields [$property][0], $value, self::$page_layout_fields [$property…
164 if (array_key_exists ($property, self::$layout_props_fields)) {
166 …($property, self::$layout_props_fields [$property][0], $value, self::$layout_props_fields [$proper…
169 if (array_key_exists ($property, self::$bgi_fields)) {
171 …($property, self::$bgi_fields [$property][0], $value, self::$bgi_fields [$property][1], $this->bgi…
174 if (array_key_exists ($property, self::$columns_fields)) {
176 …($property, self::$columns_fields [$property][0], $value, self::$columns_fields [$property][1], $t…
179 if (array_key_exists ($property, self::$footnote_fields)) {
181 …($property, self::$footnote_fields [$property][0], $value, self::$footnote_fields [$property][1], …
193 if (array_key_exists ($property, self::$page_layout_fields)) {
196 if (array_key_exists ($property, self::$layout_props_fields)) {
199 if (array_key_exists ($property, self::$bgi_fields)) {
202 if (array_key_exists ($property, self::$columns_fields)) {
205 if (array_key_exists ($property, self::$footnote_fields)) {
223 … $style->importODTStyleInternal(self::$page_layout_fields, $open, $style->page_layout_style);
232 … $style->importODTStyleInternal(self::$layout_props_fields, $open, $style->layout_props);
239 … $style->importODTStyleInternal(self::$bgi_fields, $open, $style->bgi_props);
246 … $style->importODTStyleInternal(self::$columns_fields, $open, $style->columns_props);
253 … $style->importODTStyleInternal(self::$footnote_fields, $open, $style->footnote_props);
350 $style_name = self::getNewStylename ('Page');
360 return self::importODTStyle($style);