LibreOffice Module sw (master) 1
|
#include <wrtww8.hxx>
Public Member Functions | |
WW8SHDLong () | |
void | Write (WW8Export &rExport) |
void | setCvFore (sal_uInt32 cvFore) |
void | setCvBack (sal_uInt32 cvBack) |
Private Attributes | |
sal_uInt32 | m_cvFore |
sal_uInt32 | m_cvBack |
Definition at line 1655 of file wrtww8.hxx.
|
inline |
Definition at line 1661 of file wrtww8.hxx.
|
inline |
Definition at line 1665 of file wrtww8.hxx.
References m_cvBack.
Referenced by WW8AttributeOutput::TableBackgrounds().
|
inline |
Definition at line 1664 of file wrtww8.hxx.
References m_cvFore.
Referenced by WW8AttributeOutput::TableBackgrounds().
void WW8SHDLong::Write | ( | WW8Export & | rExport | ) |
Definition at line 4071 of file wrtww8.cxx.
References WW8Export::InsUInt16(), WW8Export::InsUInt32(), m_cvBack, and m_cvFore.
Referenced by WW8AttributeOutput::TableBackgrounds().
|
private |
Definition at line 1658 of file wrtww8.hxx.
Referenced by setCvBack(), and Write().
|
private |
Definition at line 1657 of file wrtww8.hxx.
Referenced by setCvFore(), and Write().