| … | |
… | |
| 257 | goto ERROR; |
257 | goto ERROR; |
| 258 | if ((res = psiconv_write_bool(extra_buf,value->no_widow_protection))) |
258 | if ((res = psiconv_write_bool(extra_buf,value->no_widow_protection))) |
| 259 | goto ERROR; |
259 | goto ERROR; |
| 260 | } |
260 | } |
| 261 | |
261 | |
|
|
262 | if (!base || (value->wrap_to_fit_cell != base->wrap_to_fit_cell)) { |
|
|
263 | if ((res = psiconv_write_u8(extra_buf,0x0f))) |
|
|
264 | goto ERROR; |
|
|
265 | if ((res = psiconv_write_bool(extra_buf,value->wrap_to_fit_cell))) |
|
|
266 | goto ERROR; |
|
|
267 | } |
|
|
268 | |
| 262 | if (!base || (value->border_distance != base->border_distance)) { |
269 | if (!base || (value->border_distance != base->border_distance)) { |
| 263 | if ((res = psiconv_write_u8(extra_buf,0x10))) |
270 | if ((res = psiconv_write_u8(extra_buf,0x10))) |
| 264 | goto ERROR; |
271 | goto ERROR; |
| 265 | if ((res = psiconv_write_length(extra_buf,value->border_distance))) |
272 | if ((res = psiconv_write_length(extra_buf,value->border_distance))) |
| 266 | goto ERROR; |
273 | goto ERROR; |