|
LibreOffice Module sw (master) 1
|
Data to be written in the document settings part of the document. More...
#include <docxexport.hxx>
Public Member Functions | |
| DocxSettingsData () | |
| bool | hasData () const |
Public Attributes | |
| bool | evenAndOddHeaders |
| returns true if there are any non-default settings (i.e. something to write) More... | |
| int | defaultTabStop |
| bool | revisionView |
| bool | trackRevisions |
Data to be written in the document settings part of the document.
Definition at line 55 of file docxexport.hxx.
| DocxSettingsData::DocxSettingsData | ( | ) |
Definition at line 2143 of file docxexport.cxx.
| bool DocxSettingsData::hasData | ( | ) | const |
Definition at line 2151 of file docxexport.cxx.
References defaultTabStop, evenAndOddHeaders, revisionView, and trackRevisions.
Referenced by DocxExport::WriteSettings().
| int DocxSettingsData::defaultTabStop |
Definition at line 60 of file docxexport.hxx.
Referenced by hasData(), DocxExport::setDefaultTabStop(), and DocxExport::WriteSettings().
| bool DocxSettingsData::evenAndOddHeaders |
returns true if there are any non-default settings (i.e. something to write)
Definition at line 59 of file docxexport.hxx.
Referenced by hasData(), DocxExport::WriteHeadersFooters(), and DocxExport::WriteSettings().
| bool DocxSettingsData::revisionView |
Definition at line 61 of file docxexport.hxx.
Referenced by DocxExport::ExportDocument_Impl(), hasData(), and DocxExport::WriteSettings().
| bool DocxSettingsData::trackRevisions |
Definition at line 62 of file docxexport.hxx.
Referenced by DocxExport::ExportDocument_Impl(), hasData(), and DocxExport::WriteSettings().