diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2022-09-14 08:35:28 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2022-09-14 10:08:04 +0200 |
commit | 6b2433f3b66c1f118dabcd40924122deb2d4f204 (patch) | |
tree | 330f56598f86dd31c6c450dfd1a7e281ead7621c /include | |
parent | e735ad1c57cddaf17d6ffc0cf15b5e14fa63c4ad (diff) |
sw content controls, dropdown: add PDF export
Map this to vcl::PDFWriter::ListBoxWidget, which uses the /FT/Ch widget,
i.e. a (dropdown) choice widget.
Also extract a SwModelTestBase::StoreToTempFile() from the various test
cases that export to a tempfile just by specifying the filter name.
Change-Id: If9ad52ae2553d7199e28188cfdf455353e202ccd
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139904
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Tested-by: Jenkins
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/pdfwriter.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/pdfwriter.hxx b/include/vcl/pdfwriter.hxx index 8860675de688..34da05a642da 100644 --- a/include/vcl/pdfwriter.hxx +++ b/include/vcl/pdfwriter.hxx @@ -408,7 +408,7 @@ public: } }; - struct ListBoxWidget final : public AnyWidget + struct VCL_DLLPUBLIC ListBoxWidget final : public AnyWidget { bool DropDown; bool MultiSelect; |