summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/WW8FFData.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/ww8/WW8FFData.hxx')
-rw-r--r--sw/source/filter/ww8/WW8FFData.hxx33
1 files changed, 6 insertions, 27 deletions
diff --git a/sw/source/filter/ww8/WW8FFData.hxx b/sw/source/filter/ww8/WW8FFData.hxx
index 81e3e672da40..f861a07753c2 100644
--- a/sw/source/filter/ww8/WW8FFData.hxx
+++ b/sw/source/filter/ww8/WW8FFData.hxx
@@ -70,39 +70,18 @@ public:
~WW8FFData();
void setType(sal_uInt8 nType) { mnType = nType; }
- sal_uInt8 getType() const { return mnType; }
+
void setResult(sal_uInt8 nResult) { mnResult = nResult; }
- sal_uInt8 getResult() const { return mnResult; }
- void setProptexted(bool bProtected) { mbProtected = bProtected; }
- bool getProtected() const { return mbProtected; }
- void setSize(bool bSize) { mbSize = bSize; }
- bool getSize() const { return mbSize; }
- void setTextType(sal_uInt8 nTextType) { mnTextType = nTextType; }
- sal_uInt8 getTextType() const { return mnTextType; }
- void setRecalc(bool bRecalc) { mbRecalc = bRecalc; }
- bool getRecalc() const { return mbRecalc; }
- void setListBox(bool bListBox) { mbListBox = bListBox; }
- bool getListBox() const { return mbListBox; }
- void setMaxLen(sal_uInt16 nMaxLen) { mnMaxLen = nMaxLen; }
- sal_uInt16 getMaxLen() const { return mnMaxLen; }
+
void setCheckboxHeight(sal_uInt16 nCheckboxHeight) { mnCheckboxHeight = nCheckboxHeight; }
- sal_uInt16 getCheckboxHeight() const { return mnCheckboxHeight; }
+
void setName(const OUString & rName) { msName = rName; }
- const OUString & getName() const { return msName; }
- void setDefaultString(const OUString & rDefault) { msDefault = rDefault; }
- const OUString & getDefaultString() const { return msDefault; }
+
void setDefaultResult(sal_uInt16 nDefault) { mnDefault = nDefault; }
- sal_uInt16 getDefaultResult() const { return mnDefault; }
- void setFormat(const OUString & rFormat) { msFormat = rFormat; }
- const OUString & getFormat() const { return msFormat; }
+
void setHelp(const OUString & rHelp);
- const OUString getHelp() const { return msHelp; }
+
void setStatus(const OUString & rStatus);
- const OUString & getStatus() const { return msStatus; }
- void setMacroEnter(const OUString & rMacroEnter) { msMacroEnter = rMacroEnter; }
- const OUString & getMacroEnter() const { return msMacroEnter; }
- void setMacroExit(const OUString & rMacroExit) { msMacroExit = rMacroExit; }
- const OUString & getMacroExit() const { return msMacroExit; }
void addListboxEntry(const OUString & rEntry);