LibreOffice Module sw (master) 1
Public Member Functions | Public Attributes | List of all members
DocxSettingsData Struct Reference

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
 

Detailed Description

Data to be written in the document settings part of the document.

Definition at line 55 of file docxexport.hxx.

Constructor & Destructor Documentation

◆ DocxSettingsData()

DocxSettingsData::DocxSettingsData ( )

Definition at line 2143 of file docxexport.cxx.

Member Function Documentation

◆ hasData()

bool DocxSettingsData::hasData ( ) const

Definition at line 2151 of file docxexport.cxx.

References defaultTabStop, evenAndOddHeaders, revisionView, and trackRevisions.

Referenced by DocxExport::WriteSettings().

Member Data Documentation

◆ defaultTabStop

int DocxSettingsData::defaultTabStop

◆ evenAndOddHeaders

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().

◆ revisionView

bool DocxSettingsData::revisionView

◆ trackRevisions

bool DocxSettingsData::trackRevisions

The documentation for this struct was generated from the following files: