LibreOffice Module sw (master) 1
|
#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 |
Definition at line 30 of file WW8FFData.hxx.
sw::WW8FFData::WW8FFData | ( | ) |
Definition at line 30 of file WW8FFData.cxx.
References mnType.
sw::WW8FFData::~WW8FFData | ( | ) |
Definition at line 47 of file WW8FFData.cxx.
void sw::WW8FFData::addListboxEntry | ( | const OUString & | rEntry | ) |
Definition at line 63 of file WW8FFData.cxx.
References mbListBox, and msListEntries.
void sw::WW8FFData::setHelp | ( | const OUString & | rHelp | ) |
Definition at line 51 of file WW8FFData.cxx.
References mbOwnHelp, and msHelp.
Referenced by WW8Export::DoFormText().
|
inline |
Definition at line 74 of file WW8FFData.hxx.
References msName.
Referenced by WW8Export::DoFormText().
|
inline |
Definition at line 72 of file WW8FFData.hxx.
References mnResult.
void sw::WW8FFData::setStatus | ( | const OUString & | rStatus | ) |
Definition at line 57 of file WW8FFData.cxx.
References mbOwnStat, and msStatus.
Referenced by WW8Export::DoFormText().
|
inline |
Definition at line 70 of file WW8FFData.hxx.
Referenced by WW8Export::DoFormText().
void sw::WW8FFData::Write | ( | SvStream * | pDataStrm | ) |
Definition at line 77 of file WW8FFData.cxx.
References SL::aData, mbListBox, mbOwnHelp, mbOwnStat, mbProtected, mbRecalc, mbSize, mnCheckboxHeight, mnDefault, mnMaxLen, mnResult, mnTextType, mnType, msDefault, msFormat, msHelp, msListEntries, msMacroEnter, msMacroExit, msName, msStatus, SvStream::Tell(), SvStream::WriteBytes(), SwWW8Writer::WriteLong(), WriteOUString(), SvStream::WriteUInt16(), and SvStream::WriteUInt32().
Referenced by WW8Export::DoFormText().
|
staticprivate |
Definition at line 69 of file WW8FFData.cxx.
References SwWW8Writer::WriteString16(), and SvStream::WriteUInt16().
Referenced by Write().
|
private |
Definition at line 44 of file WW8FFData.hxx.
Referenced by addListboxEntry(), and Write().
|
private |
Definition at line 36 of file WW8FFData.hxx.
|
private |
Definition at line 39 of file WW8FFData.hxx.
Referenced by setStatus(), and Write().
|
private |
Definition at line 40 of file WW8FFData.hxx.
Referenced by Write().
|
private |
Definition at line 43 of file WW8FFData.hxx.
Referenced by Write().
|
private |
Definition at line 41 of file WW8FFData.hxx.
Referenced by Write().
|
private |
Definition at line 50 of file WW8FFData.hxx.
Referenced by Write().
|
private |
Definition at line 55 of file WW8FFData.hxx.
Referenced by Write().
|
private |
Definition at line 47 of file WW8FFData.hxx.
Referenced by Write().
|
private |
Definition at line 35 of file WW8FFData.hxx.
Referenced by setResult(), and Write().
|
private |
Definition at line 42 of file WW8FFData.hxx.
Referenced by Write().
|
private |
Definition at line 34 of file WW8FFData.hxx.
|
private |
Definition at line 54 of file WW8FFData.hxx.
Referenced by Write().
|
private |
Definition at line 56 of file WW8FFData.hxx.
Referenced by Write().
|
private |
Definition at line 57 of file WW8FFData.hxx.
|
private |
Definition at line 62 of file WW8FFData.hxx.
Referenced by addListboxEntry(), and Write().
|
private |
Definition at line 59 of file WW8FFData.hxx.
Referenced by Write().
|
private |
Definition at line 60 of file WW8FFData.hxx.
Referenced by Write().
|
private |
Definition at line 53 of file WW8FFData.hxx.
|
private |
Definition at line 58 of file WW8FFData.hxx.
Referenced by setStatus(), and Write().