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 411 of file pdfwriter.hxx.
|
inline |
Definition at line 421 of file pdfwriter.hxx.
|
inlineoverridevirtual |
Definition at line 427 of file pdfwriter.hxx.
bool vcl::PDFWriter::ListBoxWidget::DropDown |
Definition at line 413 of file pdfwriter.hxx.
Referenced by vcl::PDFWriterImpl::createControl().
std::vector<OUString> vcl::PDFWriter::ListBoxWidget::Entries |
Definition at line 415 of file pdfwriter.hxx.
Referenced by vcl::PDFWriterImpl::createControl().
bool vcl::PDFWriter::ListBoxWidget::MultiSelect |
Definition at line 414 of file pdfwriter.hxx.
Referenced by vcl::PDFWriterImpl::createControl().
std::vector<sal_Int32> vcl::PDFWriter::ListBoxWidget::SelectedEntries |
Definition at line 416 of file pdfwriter.hxx.
Referenced by vcl::PDFWriterImpl::createControl().