|
LibreOffice Module vcl (master) 1
|
#include <pdfwriter.hxx>
Public Member Functions | |
| EditWidget () | |
| virtual std::shared_ptr< AnyWidget > | Clone () const override |
Public Member Functions inherited from vcl::PDFWriter::AnyWidget | |
| AnyWidget (WidgetType eType) | |
| virtual | ~AnyWidget () |
| WidgetType | getType () const |
| virtual std::shared_ptr< AnyWidget > | Clone () const =0 |
Public Attributes | |
| bool | MultiLine |
| bool | Password |
| bool | FileSelect |
| sal_Int32 | MaxLen |
| FormatType | Format |
| OUString | CurrencySymbol |
| sal_Int32 | DecimalAccuracy |
| bool | PrependCurrencySymbol |
| OUString | TimeFormat |
| OUString | DateFormat |
Public Attributes inherited from vcl::PDFWriter::AnyWidget | |
| WidgetType | Type |
| OUString | Name |
| OUString | Description |
| OUString | Text |
| DrawTextFlags | TextStyle |
| bool | ReadOnly |
| tools::Rectangle | Location |
| bool | Border |
| Color | BorderColor |
| bool | Background |
| Color | BackgroundColor |
| vcl::Font | TextFont |
| Color | TextColor |
| sal_Int32 | TabOrder |
Additional Inherited Members | |
Protected Member Functions inherited from vcl::PDFWriter::AnyWidget | |
| AnyWidget (const AnyWidget &rSource) | |
| AnyWidget & | operator= (const AnyWidget &)=delete |
Definition at line 395 of file pdfwriter.hxx.
|
inline |
|
inlineoverridevirtual |
Implements vcl::PDFWriter::AnyWidget.
Definition at line 419 of file pdfwriter.hxx.
| OUString vcl::PDFWriter::EditWidget::CurrencySymbol |
Definition at line 402 of file pdfwriter.hxx.
Referenced by vcl::PDFWriterImpl::createControl(), and toolkitform::describePDFControl().
| OUString vcl::PDFWriter::EditWidget::DateFormat |
Definition at line 406 of file pdfwriter.hxx.
Referenced by vcl::PDFWriterImpl::createControl(), and toolkitform::describePDFControl().
| sal_Int32 vcl::PDFWriter::EditWidget::DecimalAccuracy |
Definition at line 403 of file pdfwriter.hxx.
Referenced by vcl::PDFWriterImpl::createControl(), and toolkitform::describePDFControl().
| bool vcl::PDFWriter::EditWidget::FileSelect |
Definition at line 399 of file pdfwriter.hxx.
Referenced by vcl::PDFWriterImpl::createControl(), and toolkitform::describePDFControl().
| FormatType vcl::PDFWriter::EditWidget::Format |
Definition at line 401 of file pdfwriter.hxx.
Referenced by vcl::PDFWriterImpl::createControl(), and toolkitform::describePDFControl().
| sal_Int32 vcl::PDFWriter::EditWidget::MaxLen |
Definition at line 400 of file pdfwriter.hxx.
Referenced by vcl::PDFWriterImpl::createControl(), and toolkitform::describePDFControl().
| bool vcl::PDFWriter::EditWidget::MultiLine |
Definition at line 397 of file pdfwriter.hxx.
Referenced by vcl::PDFWriterImpl::createControl(), and toolkitform::describePDFControl().
| bool vcl::PDFWriter::EditWidget::Password |
Definition at line 398 of file pdfwriter.hxx.
Referenced by vcl::PDFWriterImpl::createControl(), and toolkitform::describePDFControl().
| bool vcl::PDFWriter::EditWidget::PrependCurrencySymbol |
Definition at line 404 of file pdfwriter.hxx.
Referenced by vcl::PDFWriterImpl::createControl(), and toolkitform::describePDFControl().
| OUString vcl::PDFWriter::EditWidget::TimeFormat |
Definition at line 405 of file pdfwriter.hxx.
Referenced by vcl::PDFWriterImpl::createControl(), and toolkitform::describePDFControl().