LibreOffice Module sw (master) 1
Public Member Functions | Static Private Member Functions | Private Attributes | List of all members
sw::WW8FFData Class Referencefinal

#include <WW8FFData.hxx>

Public Member Functions

 WW8FFData ()
 
 ~WW8FFData ()
 
void setType (sal_uInt8 nType)
 
void setResult (sal_uInt8 nResult)
 
void setName (const OUString &rName)
 
void setHelp (const OUString &rHelp)
 
void setStatus (const OUString &rStatus)
 
void addListboxEntry (const OUString &rEntry)
 
void Write (SvStream *pDataStrm)
 

Static Private Member Functions

static void WriteOUString (SvStream *pStream, const OUString &rStr, bool bAddZero)
 

Private Attributes

sal_uInt8 mnType
 
sal_uInt8 mnResult
 
bool mbOwnHelp
 
bool mbOwnStat
 
bool mbProtected
 
bool mbSize
 
sal_uInt8 mnTextType
 
bool mbRecalc
 
bool mbListBox
 
sal_uInt16 mnMaxLen
 
sal_uInt16 mnCheckboxHeight
 
OUString msName
 
OUString msDefault
 
sal_uInt16 mnDefault
 
OUString msFormat
 
OUString msHelp
 
OUString msStatus
 
OUString msMacroEnter
 
OUString msMacroExit
 
std::vector< OUString > msListEntries
 

Detailed Description

Definition at line 30 of file WW8FFData.hxx.

Constructor & Destructor Documentation

◆ WW8FFData()

sw::WW8FFData::WW8FFData ( )

Definition at line 30 of file WW8FFData.cxx.

References mnType.

◆ ~WW8FFData()

sw::WW8FFData::~WW8FFData ( )

Definition at line 47 of file WW8FFData.cxx.

Member Function Documentation

◆ addListboxEntry()

void sw::WW8FFData::addListboxEntry ( const OUString &  rEntry)

Definition at line 63 of file WW8FFData.cxx.

References mbListBox, and msListEntries.

◆ setHelp()

void sw::WW8FFData::setHelp ( const OUString &  rHelp)

Definition at line 51 of file WW8FFData.cxx.

References mbOwnHelp, and msHelp.

Referenced by WW8Export::DoFormText().

◆ setName()

void sw::WW8FFData::setName ( const OUString &  rName)
inline

Definition at line 74 of file WW8FFData.hxx.

References msName.

Referenced by WW8Export::DoFormText().

◆ setResult()

void sw::WW8FFData::setResult ( sal_uInt8  nResult)
inline

Definition at line 72 of file WW8FFData.hxx.

References mnResult.

◆ setStatus()

void sw::WW8FFData::setStatus ( const OUString &  rStatus)

Definition at line 57 of file WW8FFData.cxx.

References mbOwnStat, and msStatus.

Referenced by WW8Export::DoFormText().

◆ setType()

void sw::WW8FFData::setType ( sal_uInt8  nType)
inline

Definition at line 70 of file WW8FFData.hxx.

References mnType, and nType.

Referenced by WW8Export::DoFormText().

◆ Write()

void sw::WW8FFData::Write ( SvStream pDataStrm)

◆ WriteOUString()

void sw::WW8FFData::WriteOUString ( SvStream pStream,
const OUString &  rStr,
bool  bAddZero 
)
staticprivate

Definition at line 69 of file WW8FFData.cxx.

References SwWW8Writer::WriteString16(), and SvStream::WriteUInt16().

Referenced by Write().

Member Data Documentation

◆ mbListBox

bool sw::WW8FFData::mbListBox
private

Definition at line 44 of file WW8FFData.hxx.

Referenced by addListboxEntry(), and Write().

◆ mbOwnHelp

bool sw::WW8FFData::mbOwnHelp
private

Definition at line 36 of file WW8FFData.hxx.

Referenced by setHelp(), and Write().

◆ mbOwnStat

bool sw::WW8FFData::mbOwnStat
private

Definition at line 39 of file WW8FFData.hxx.

Referenced by setStatus(), and Write().

◆ mbProtected

bool sw::WW8FFData::mbProtected
private

Definition at line 40 of file WW8FFData.hxx.

Referenced by Write().

◆ mbRecalc

bool sw::WW8FFData::mbRecalc
private

Definition at line 43 of file WW8FFData.hxx.

Referenced by Write().

◆ mbSize

bool sw::WW8FFData::mbSize
private

Definition at line 41 of file WW8FFData.hxx.

Referenced by Write().

◆ mnCheckboxHeight

sal_uInt16 sw::WW8FFData::mnCheckboxHeight
private

Definition at line 50 of file WW8FFData.hxx.

Referenced by Write().

◆ mnDefault

sal_uInt16 sw::WW8FFData::mnDefault
private

Definition at line 55 of file WW8FFData.hxx.

Referenced by Write().

◆ mnMaxLen

sal_uInt16 sw::WW8FFData::mnMaxLen
private

Definition at line 47 of file WW8FFData.hxx.

Referenced by Write().

◆ mnResult

sal_uInt8 sw::WW8FFData::mnResult
private

Definition at line 35 of file WW8FFData.hxx.

Referenced by setResult(), and Write().

◆ mnTextType

sal_uInt8 sw::WW8FFData::mnTextType
private

Definition at line 42 of file WW8FFData.hxx.

Referenced by Write().

◆ mnType

sal_uInt8 sw::WW8FFData::mnType
private

Definition at line 34 of file WW8FFData.hxx.

Referenced by setType(), and Write().

◆ msDefault

OUString sw::WW8FFData::msDefault
private

Definition at line 54 of file WW8FFData.hxx.

Referenced by Write().

◆ msFormat

OUString sw::WW8FFData::msFormat
private

Definition at line 56 of file WW8FFData.hxx.

Referenced by Write().

◆ msHelp

OUString sw::WW8FFData::msHelp
private

Definition at line 57 of file WW8FFData.hxx.

Referenced by setHelp(), and Write().

◆ msListEntries

std::vector<OUString> sw::WW8FFData::msListEntries
private

Definition at line 62 of file WW8FFData.hxx.

Referenced by addListboxEntry(), and Write().

◆ msMacroEnter

OUString sw::WW8FFData::msMacroEnter
private

Definition at line 59 of file WW8FFData.hxx.

Referenced by Write().

◆ msMacroExit

OUString sw::WW8FFData::msMacroExit
private

Definition at line 60 of file WW8FFData.hxx.

Referenced by Write().

◆ msName

OUString sw::WW8FFData::msName
private

Definition at line 53 of file WW8FFData.hxx.

Referenced by setName(), and Write().

◆ msStatus

OUString sw::WW8FFData::msStatus
private

Definition at line 58 of file WW8FFData.hxx.

Referenced by setStatus(), and Write().


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