| 666 | |
| 667 | // background |
| 668 | Background* Worksheet::background() const { |
| 669 | Q_D(const Worksheet); |
| 670 | return d->background; |
| 671 | } |
| 672 | |
| 673 | /* =============================== getter methods for layout options ====================================== */ |
| 674 | BASIC_D_READER_IMPL(Worksheet, Worksheet::Layout, layout, layout) |
no outgoing calls