LibreOffice Module sw (master) 1
|
#include <wrtww8.hxx>
Public Member Functions | |
WW8_WrPlcAnnotations () | |
virtual | ~WW8_WrPlcAnnotations () override |
void | AddRangeStartPosition (const OUString &rName, WW8_CP nStartCp, bool bIgnoreEmpty) |
void | Append (WW8_CP nCp, const SwPostItField *pPostIt) |
void | Append (WW8_CP nCp, const SwRedlineData *pRedLine) |
bool | IsNewRedlineComment (const SwRedlineData *pRedLine) |
bool | WriteText (WW8Export &rWrt) |
void | WritePlc (WW8Export &rWrt) const |
Private Member Functions | |
WW8_WrPlcAnnotations (const WW8_WrPlcAnnotations &)=delete | |
WW8_WrPlcAnnotations & | operator= (WW8_WrPlcAnnotations const &)=delete |
Private Attributes | |
o3tl::sorted_vector< const SwRedlineData * > | maProcessedRedlines |
std::map< const OUString, std::pair< WW8_CP, bool > > | m_aRangeStartPositions |
Additional Inherited Members | |
Protected Member Functions inherited from WW8_WrPlcSubDoc | |
WW8_WrPlcSubDoc () | |
virtual | ~WW8_WrPlcSubDoc () |
bool | WriteGenericText (WW8Export &rWrt, sal_uInt8 nTTyp, WW8_CP &rCount) |
void | WriteGenericPlc (WW8Export &rWrt, sal_uInt8 nTTyp, WW8_FC &rTextStt, sal_Int32 &rTextCnt, WW8_FC &rRefStt, sal_Int32 &rRefCnt) const |
virtual const std::vector< sal_uInt32 > * | GetShapeIdArr () const |
Protected Attributes inherited from WW8_WrPlcSubDoc | |
std::vector< WW8_CP > | m_aCps |
std::vector< const void * > | m_aContent |
std::vector< const SwFrameFormat * > | m_aSpareFormats |
std::unique_ptr< WW8_WrPlc0 > | m_pTextPos |
Definition at line 1273 of file wrtww8.hxx.
|
privatedelete |
|
inline |
Definition at line 1282 of file wrtww8.hxx.
|
overridevirtual |
Definition at line 2264 of file wrtw8sty.cxx.
References WW8_WrPlcSubDoc::m_aContent, and p.
void WW8_WrPlcAnnotations::AddRangeStartPosition | ( | const OUString & | rName, |
WW8_CP | nStartCp, | ||
bool | bIgnoreEmpty | ||
) |
Definition at line 2227 of file wrtw8sty.cxx.
References m_aRangeStartPositions.
void WW8_WrPlcAnnotations::Append | ( | WW8_CP | nCp, |
const SwPostItField * | pPostIt | ||
) |
Definition at line 2233 of file wrtw8sty.cxx.
References SwPostItField::GetName(), WW8_WrPlcSubDoc::m_aContent, WW8_WrPlcSubDoc::m_aCps, m_aRangeStartPositions, and p.
void WW8_WrPlcAnnotations::Append | ( | WW8_CP | nCp, |
const SwRedlineData * | pRedLine | ||
) |
Definition at line 2251 of file wrtw8sty.cxx.
References o3tl::sorted_vector< typename Value, typename Compare, template< typename, typename > class Find, bool >::insert(), WW8_WrPlcSubDoc::m_aContent, WW8_WrPlcSubDoc::m_aCps, maProcessedRedlines, and p.
bool WW8_WrPlcAnnotations::IsNewRedlineComment | ( | const SwRedlineData * | pRedLine | ) |
Definition at line 2259 of file wrtw8sty.cxx.
References o3tl::sorted_vector< typename Value, typename Compare, template< typename, typename > class Find, bool >::end(), o3tl::sorted_vector< typename Value, typename Compare, template< typename, typename > class Find, bool >::find(), and maProcessedRedlines.
|
privatedelete |
void WW8_WrPlcAnnotations::WritePlc | ( | WW8Export & | rWrt | ) | const |
Definition at line 4099 of file wrtww8.cxx.
References WW8Export::m_pFib, TXT_ATN, and WW8_WrPlcSubDoc::WriteGenericPlc().
bool WW8_WrPlcAnnotations::WriteText | ( | WW8Export & | rWrt | ) |
Definition at line 4090 of file wrtww8.cxx.
References WW8Export::Fc2Cp(), WW8Export::m_pFib, MSWordExportBase::m_pFieldAtn, WW8Export::Strm(), SvStream::Tell(), TXT_ATN, and WW8_WrPlcSubDoc::WriteGenericText().
|
private |
Definition at line 1280 of file wrtww8.hxx.
Referenced by AddRangeStartPosition(), and Append().
|
private |
Definition at line 1278 of file wrtww8.hxx.
Referenced by Append(), and IsNewRedlineComment().