|
LibreOffice Module filter (master) 1
|
#include <svgfilter.hxx>
Public Member Functions | |
| PagePropertySet () | |
Public Attributes | |
| bool | bIsBackgroundVisible |
| bool | bAreBackgroundObjectsVisible |
| bool | bIsPageNumberFieldVisible |
| bool | bIsDateTimeFieldVisible |
| bool | bIsFooterFieldVisible |
| bool | bIsHeaderFieldVisible |
| sal_Int32 | nPageNumberingType |
| bool | bIsDateTimeFieldFixed |
| SvxDateFormat | nDateTimeFormat |
Definition at line 120 of file svgfilter.hxx.
|
inline |
Definition at line 131 of file svgfilter.hxx.
References AppDefault.
| bool PagePropertySet::bAreBackgroundObjectsVisible |
Definition at line 123 of file svgfilter.hxx.
Referenced by SVGFilter::implExportPage(), and SVGFilter::implGetPagePropSet().
| bool PagePropertySet::bIsBackgroundVisible |
Definition at line 122 of file svgfilter.hxx.
Referenced by SVGFilter::implExportPage(), and SVGFilter::implGetPagePropSet().
| bool PagePropertySet::bIsDateTimeFieldFixed |
Definition at line 129 of file svgfilter.hxx.
Referenced by SVGFilter::implGetPagePropSet().
| bool PagePropertySet::bIsDateTimeFieldVisible |
Definition at line 125 of file svgfilter.hxx.
Referenced by SVGFilter::implGetPagePropSet().
| bool PagePropertySet::bIsFooterFieldVisible |
Definition at line 126 of file svgfilter.hxx.
Referenced by SVGFilter::implGetPagePropSet().
| bool PagePropertySet::bIsHeaderFieldVisible |
Definition at line 127 of file svgfilter.hxx.
Referenced by SVGFilter::implGetPagePropSet().
| bool PagePropertySet::bIsPageNumberFieldVisible |
Definition at line 124 of file svgfilter.hxx.
Referenced by SVGFilter::implGetPagePropSet().
| SvxDateFormat PagePropertySet::nDateTimeFormat |
Definition at line 130 of file svgfilter.hxx.
Referenced by SVGFilter::implGetPagePropSet().
| sal_Int32 PagePropertySet::nPageNumberingType |
Definition at line 128 of file svgfilter.hxx.
Referenced by SVGFilter::implGenerateMetaData(), and SVGFilter::implGetPagePropSet().