LibreOffice Module lotuswordpro (master) 1
|
#include <lwpshadow.hxx>
Public Member Functions | |
LwpShadow () | |
void | Read (LwpObjectStream *pStrm) |
double | GetOffsetX () |
double | GetOffsetY () |
const LwpColor & | GetColor () const |
Private Attributes | |
LwpColor | m_aColor |
sal_Int32 | m_nDirX |
sal_Int32 | m_nDirY |
Definition at line 66 of file lwpshadow.hxx.
|
inline |
Definition at line 69 of file lwpshadow.hxx.
|
inline |
Definition at line 102 of file lwpshadow.hxx.
References m_aColor.
Referenced by LwpParaStyle::ApplyParaBorder(), and LwpLayout::GetXFShadow().
|
inline |
Definition at line 91 of file lwpshadow.hxx.
References LwpTools::ConvertFromUnitsToMetric(), and m_nDirX.
Referenced by LwpParaStyle::ApplyParaBorder(), and LwpLayout::GetXFShadow().
|
inline |
Definition at line 97 of file lwpshadow.hxx.
References LwpTools::ConvertFromUnitsToMetric(), and m_nDirY.
Referenced by LwpParaStyle::ApplyParaBorder(), and LwpLayout::GetXFShadow().
|
inline |
Definition at line 71 of file lwpshadow.hxx.
References m_aColor, m_nDirX, m_nDirY, LwpObjectStream::QuickReadInt32(), LwpColor::Read(), and LwpObjectStream::SkipExtra().
Referenced by LwpLayoutShadow::Read().
|
private |
Definition at line 86 of file lwpshadow.hxx.
Referenced by GetColor(), and Read().
|
private |
Definition at line 87 of file lwpshadow.hxx.
Referenced by GetOffsetX(), and Read().
|
private |
Definition at line 88 of file lwpshadow.hxx.
Referenced by GetOffsetY(), and Read().