LibreOffice Module vcl (master)
1
|
#include <pdfwriter.hxx>
Public Member Functions | |
ListBoxWidget () | |
virtual std::shared_ptr< AnyWidget > | Clone () const override |
Public Attributes | |
bool | DropDown |
bool | MultiSelect |
std::vector< OUString > | Entries |
std::vector< sal_Int32 > | SelectedEntries |
Definition at line 394 of file pdfwriter.hxx.
|
inline |
Definition at line 404 of file pdfwriter.hxx.
|
inlineoverridevirtual |
Definition at line 410 of file pdfwriter.hxx.
bool vcl::PDFWriter::ListBoxWidget::DropDown |
Definition at line 396 of file pdfwriter.hxx.
Referenced by vcl::PDFWriterImpl::createControl().
std::vector<OUString> vcl::PDFWriter::ListBoxWidget::Entries |
Definition at line 398 of file pdfwriter.hxx.
Referenced by vcl::PDFWriterImpl::createControl().
bool vcl::PDFWriter::ListBoxWidget::MultiSelect |
Definition at line 397 of file pdfwriter.hxx.
Referenced by vcl::PDFWriterImpl::createControl().
std::vector<sal_Int32> vcl::PDFWriter::ListBoxWidget::SelectedEntries |
Definition at line 399 of file pdfwriter.hxx.
Referenced by vcl::PDFWriterImpl::createControl().