LibreOffice Module lotuswordpro (master) 1
|
#include <lwpnumericfmt.hxx>
Public Member Functions | |
LwpNumericFormatSubset () | |
void | QuickRead (LwpObjectStream *pStrm) |
OUString const & | GetPrefix () const |
OUString const & | GetSuffix () const |
bool | IsDefaultPrefix () const |
bool | IsDefaultSuffix () const |
LwpColor | GetColor () const |
Private Types | |
enum | { SF_OVER_PREFIX = 0x0001 , SF_OVER_SUFFIX = 0x0002 , SF_OVER_COLOR = 0x0004 } |
Private Attributes | |
LwpColor | cColor |
LwpAtomHolder | cPrefix |
LwpAtomHolder | cSuffix |
sal_uInt16 | cSubFlags |
Definition at line 76 of file lwpnumericfmt.hxx.
|
private |
Enumerator | |
---|---|
SF_OVER_PREFIX | |
SF_OVER_SUFFIX | |
SF_OVER_COLOR |
Definition at line 93 of file lwpnumericfmt.hxx.
LwpNumericFormatSubset::LwpNumericFormatSubset | ( | ) |
Definition at line 118 of file lwpnumericfmt.cxx.
LwpColor LwpNumericFormatSubset::GetColor | ( | ) | const |
Definition at line 107 of file lwpnumericfmt.cxx.
References cColor, and cSubFlags.
Referenced by LwpNumericFormat::Convert().
|
inline |
Definition at line 81 of file lwpnumericfmt.hxx.
References cPrefix, and LwpAtomHolder::str().
Referenced by LwpNumericFormat::Convert(), and LwpNumericFormat::GetCurrencyStr().
|
inline |
Definition at line 82 of file lwpnumericfmt.hxx.
References cSuffix, and LwpAtomHolder::str().
Referenced by LwpNumericFormat::Convert(), and LwpNumericFormat::GetCurrencyStr().
|
inline |
Definition at line 83 of file lwpnumericfmt.hxx.
References cSubFlags, and SF_OVER_PREFIX.
Referenced by LwpNumericFormat::Convert(), and LwpNumericFormat::GetCurrencyStr().
|
inline |
Definition at line 84 of file lwpnumericfmt.hxx.
References cSubFlags, and SF_OVER_SUFFIX.
Referenced by LwpNumericFormat::Convert(), and LwpNumericFormat::GetCurrencyStr().
void LwpNumericFormatSubset::QuickRead | ( | LwpObjectStream * | pStrm | ) |
Definition at line 98 of file lwpnumericfmt.cxx.
References cColor, cPrefix, cSubFlags, cSuffix, LwpObjectStream::QuickReaduInt16(), LwpAtomHolder::Read(), LwpColor::Read(), and LwpObjectStream::SkipExtra().
Referenced by LwpNumericFormat::Read().
|
private |
Definition at line 88 of file lwpnumericfmt.hxx.
Referenced by GetColor(), and QuickRead().
|
private |
Definition at line 89 of file lwpnumericfmt.hxx.
Referenced by GetPrefix(), and QuickRead().
|
private |
Definition at line 91 of file lwpnumericfmt.hxx.
Referenced by GetColor(), IsDefaultPrefix(), IsDefaultSuffix(), and QuickRead().
|
private |
Definition at line 90 of file lwpnumericfmt.hxx.
Referenced by GetSuffix(), and QuickRead().