LibreOffice Module sw (master) 1
|
#include <wrtww8.hxx>
Public Member Functions | |
WW8_Annotation (const SwPostItField *pPostIt, WW8_CP nRangeStart, WW8_CP nRangeEnd) | |
WW8_Annotation (const SwRedlineData *pRedline) | |
bool | HasRange () const |
An annotation has a range if start != end or the m_bIgnoreEmpty flag is cleared. More... | |
Public Attributes | |
const OutlinerParaObject * | mpRichText |
OUString | msSimpleText |
OUString | msOwner |
OUString | m_sInitials |
DateTime | maDateTime |
WW8_CP | m_nRangeStart |
WW8_CP | m_nRangeEnd |
bool | m_bIgnoreEmpty = true |
Definition at line 1258 of file wrtww8.hxx.
WW8_Annotation::WW8_Annotation | ( | const SwPostItField * | pPostIt, |
WW8_CP | nRangeStart, | ||
WW8_CP | nRangeEnd | ||
) |
Definition at line 2192 of file wrtw8sty.cxx.
References EMPTY, SwPostItField::GetDate(), SwPostItField::GetInitials(), SwPostItField::GetPar1(), SwPostItField::GetText(), SwPostItField::GetTextObject(), SwPostItField::GetTime(), m_sInitials, maDateTime, maDateTime, mpRichText, msOwner, and msSimpleText.
|
explicit |
Definition at line 2206 of file wrtw8sty.cxx.
References maDateTime.
bool WW8_Annotation::HasRange | ( | ) | const |
An annotation has a range if start != end or the m_bIgnoreEmpty flag is cleared.
Definition at line 2217 of file wrtw8sty.cxx.
References m_bIgnoreEmpty, m_nRangeEnd, and m_nRangeStart.
Referenced by WW8_WrPlcSubDoc::WriteGenericPlc().
bool WW8_Annotation::m_bIgnoreEmpty = true |
Definition at line 1266 of file wrtww8.hxx.
Referenced by HasRange().
WW8_CP WW8_Annotation::m_nRangeEnd |
Definition at line 1265 of file wrtww8.hxx.
Referenced by HasRange(), and WW8_WrPlcSubDoc::WriteGenericPlc().
WW8_CP WW8_Annotation::m_nRangeStart |
Definition at line 1265 of file wrtww8.hxx.
Referenced by HasRange(), and WW8_WrPlcSubDoc::WriteGenericPlc().
OUString WW8_Annotation::m_sInitials |
Definition at line 1263 of file wrtww8.hxx.
Referenced by WW8_WrPlcSubDoc::WriteGenericPlc(), and WW8_Annotation().
DateTime WW8_Annotation::maDateTime |
Definition at line 1264 of file wrtww8.hxx.
Referenced by WW8_WrPlcSubDoc::WriteGenericPlc(), and WW8_Annotation().
const OutlinerParaObject* WW8_Annotation::mpRichText |
Definition at line 1260 of file wrtww8.hxx.
Referenced by WW8_WrPlcSubDoc::WriteGenericText(), and WW8_Annotation().
OUString WW8_Annotation::msOwner |
Definition at line 1262 of file wrtww8.hxx.
Referenced by WW8_WrPlcSubDoc::WriteGenericPlc(), and WW8_Annotation().
OUString WW8_Annotation::msSimpleText |
Definition at line 1261 of file wrtww8.hxx.
Referenced by WW8_WrPlcSubDoc::WriteGenericText(), and WW8_Annotation().