LibreOffice Module writerfilter (master) 1
|
#include <FFDataHandler.hxx>
Public Types | |
typedef ::tools::SvRef< FFDataHandler > | Pointer_t |
typedef ::std::vector< OUString > | DropDownEntries_t |
Public Member Functions | |
FFDataHandler () | |
virtual | ~FFDataHandler () override |
const OUString & | getName () const |
const OUString & | getHelpText () const |
const OUString & | getStatusText () const |
const OUString & | getEntryMacro () const |
const OUString & | getExitMacro () const |
sal_uInt32 | getCheckboxHeight () const |
bool | getCheckboxAutoHeight () const |
bool | getCheckboxChecked () const |
const OUString & | getDropDownResult () const |
const DropDownEntries_t & | getDropDownEntries () const |
const OUString & | getTextDefault () const |
const OUString & | getTextType () const |
const OUString & | getTextFormat () const |
sal_uInt16 | getTextMaxLength () const |
void | resolveSprm (Sprm &r_sprm) |
![]() | |
LoggedProperties (const std::string &sPrefix) | |
virtual | ~LoggedProperties () override |
void | attribute (Id name, Value &val) override |
Receives an attribute. More... | |
void | sprm (Sprm &sprm) override |
Receives a SPRM. More... | |
virtual void | attribute (Id name, Value &val)=0 |
Receives an attribute. More... | |
virtual void | sprm (Sprm &sprm)=0 |
Receives a SPRM. More... | |
![]() | |
SvRefBase () | |
SvRefBase (const SvRefBase &) | |
SvRefBase & | operator= (const SvRefBase &) |
void | RestoreNoDelete () |
void | AddNextRef () |
void | AddFirstRef () |
void | ReleaseRef () |
unsigned int | GetRefCount () const |
Private Member Functions | |
void | lcl_sprm (Sprm &r_sprm) override |
void | lcl_attribute (Id name, Value &val) override |
Private Attributes | |
OUString | m_sName |
OUString | m_sHelpText |
OUString | m_sStatusText |
OUString | m_sEntryMacro |
OUString | m_sExitMacro |
sal_uInt32 | m_nCheckboxHeight |
bool | m_bCheckboxAutoHeight |
int | m_nCheckboxChecked |
int | m_nCheckboxDefault |
OUString | m_sDropDownResult |
DropDownEntries_t | m_DropDownEntries |
OUString | m_sTextDefault |
OUString | m_sTextType |
OUString | m_sTextFormat |
sal_uInt16 | m_nTextMaxLength |
Additional Inherited Members | |
virtual void | lcl_attribute (Id name, Value &val)=0 |
virtual void | lcl_sprm (Sprm &sprm)=0 |
![]() | |
~Properties () override | |
![]() | |
virtual | ~SvRefBase () COVERITY_NOEXCEPT_FALSE |
Definition at line 25 of file FFDataHandler.hxx.
typedef ::std::vector<OUString> writerfilter::dmapper::FFDataHandler::DropDownEntries_t |
Definition at line 30 of file FFDataHandler.hxx.
Definition at line 29 of file FFDataHandler.hxx.
writerfilter::dmapper::FFDataHandler::FFDataHandler | ( | ) |
Definition at line 30 of file FFDataHandler.cxx.
|
overridevirtual |
Definition at line 41 of file FFDataHandler.cxx.
|
inline |
Definition at line 53 of file FFDataHandler.hxx.
References m_bCheckboxAutoHeight.
bool writerfilter::dmapper::FFDataHandler::getCheckboxChecked | ( | ) | const |
Definition at line 46 of file FFDataHandler.cxx.
References m_nCheckboxChecked, and m_nCheckboxDefault.
|
inline |
Definition at line 50 of file FFDataHandler.hxx.
References m_nCheckboxHeight.
|
inline |
Definition at line 62 of file FFDataHandler.hxx.
References m_DropDownEntries.
|
inline |
Definition at line 59 of file FFDataHandler.hxx.
References m_sDropDownResult.
|
inline |
Definition at line 46 of file FFDataHandler.hxx.
References m_sEntryMacro.
|
inline |
Definition at line 47 of file FFDataHandler.hxx.
References m_sExitMacro.
|
inline |
Definition at line 41 of file FFDataHandler.hxx.
References m_sHelpText.
|
inline |
Definition at line 38 of file FFDataHandler.hxx.
References m_sName.
|
inline |
Definition at line 44 of file FFDataHandler.hxx.
References m_sStatusText.
|
inline |
Definition at line 65 of file FFDataHandler.hxx.
References m_sTextDefault.
|
inline |
Definition at line 68 of file FFDataHandler.hxx.
References m_sTextFormat.
|
inline |
Definition at line 69 of file FFDataHandler.hxx.
References m_nTextMaxLength.
|
inline |
Definition at line 67 of file FFDataHandler.hxx.
References m_sTextType.
|
overrideprivatevirtual |
Implements writerfilter::LoggedProperties.
Definition at line 166 of file FFDataHandler.cxx.
References writerfilter::TagLogger::element(), writerfilter::TagLogger::getInstance(), writerfilter::Value::getString(), m_sHelpText, m_sStatusText, and name.
|
overrideprivatevirtual |
Implements writerfilter::LoggedProperties.
Definition at line 57 of file FFDataHandler.cxx.
References writerfilter::TagLogger::element(), writerfilter::Sprm::getId(), writerfilter::TagLogger::getInstance(), writerfilter::Sprm::getValue(), m_bCheckboxAutoHeight, m_DropDownEntries, m_nCheckboxChecked, m_nCheckboxDefault, m_nCheckboxHeight, m_nTextMaxLength, m_sDropDownResult, m_sEntryMacro, m_sExitMacro, m_sName, m_sTextDefault, m_sTextFormat, m_sTextType, and resolveSprm().
void writerfilter::dmapper::FFDataHandler::resolveSprm | ( | Sprm & | r_sprm | ) |
Definition at line 159 of file FFDataHandler.cxx.
References writerfilter::Sprm::getProps().
Referenced by lcl_sprm().
|
private |
Definition at line 81 of file FFDataHandler.hxx.
Referenced by getCheckboxAutoHeight(), and lcl_sprm().
|
private |
Definition at line 85 of file FFDataHandler.hxx.
Referenced by getDropDownEntries(), and lcl_sprm().
|
private |
Definition at line 82 of file FFDataHandler.hxx.
Referenced by getCheckboxChecked(), and lcl_sprm().
|
private |
Definition at line 83 of file FFDataHandler.hxx.
Referenced by getCheckboxChecked(), and lcl_sprm().
|
private |
Definition at line 80 of file FFDataHandler.hxx.
Referenced by getCheckboxHeight(), and lcl_sprm().
|
private |
Definition at line 89 of file FFDataHandler.hxx.
Referenced by getTextMaxLength(), and lcl_sprm().
|
private |
Definition at line 84 of file FFDataHandler.hxx.
Referenced by getDropDownResult(), and lcl_sprm().
|
private |
Definition at line 78 of file FFDataHandler.hxx.
Referenced by getEntryMacro(), and lcl_sprm().
|
private |
Definition at line 79 of file FFDataHandler.hxx.
Referenced by getExitMacro(), and lcl_sprm().
|
private |
Definition at line 76 of file FFDataHandler.hxx.
Referenced by getHelpText(), and lcl_attribute().
|
private |
Definition at line 75 of file FFDataHandler.hxx.
Referenced by getName(), and lcl_sprm().
|
private |
Definition at line 77 of file FFDataHandler.hxx.
Referenced by getStatusText(), and lcl_attribute().
|
private |
Definition at line 86 of file FFDataHandler.hxx.
Referenced by getTextDefault(), and lcl_sprm().
|
private |
Definition at line 88 of file FFDataHandler.hxx.
Referenced by getTextFormat(), and lcl_sprm().
|
private |
Definition at line 87 of file FFDataHandler.hxx.
Referenced by getTextType(), and lcl_sprm().