LibreOffice Module sw (master) 1
|
#include <hintids.hxx>
#include <tools/stream.hxx>
#include <comphelper/string.hxx>
#include <pam.hxx>
#include <doc.hxx>
#include <ndtxt.hxx>
#include <IDocumentRedlineAccess.hxx>
#include <redline.hxx>
#include "wrtasc.hxx"
#include <txatbase.hxx>
#include <txtfld.hxx>
#include <fmtftn.hxx>
#include <fmtfld.hxx>
#include <fldbas.hxx>
#include <ftninfo.hxx>
#include <numrule.hxx>
#include <algorithm>
Go to the source code of this file.
Functions | |
static Writer & | OutASC_SwTextNode (Writer &rWrt, SwContentNode &rNode) |
Variables | |
SwNodeFnTab | aASCNodeFnTab |
|
static |
Definition at line 241 of file ascatr.cxx.
References aStr, CH_TXT_ATR_FIELDEND, CH_TXT_ATR_FIELDSEP, CH_TXT_ATR_FIELDSTART, CH_TXT_ATR_FORMELEMENT, CH_TXT_ATR_INPUTFIELDEND, CH_TXT_ATR_INPUTFIELDSTART, CH_TXTATR_BREAKWORD, CHAR_SOFTHYPHEN, SwPaM::End(), SwTextNode::GetActualListLevel(), Writer::GetAsciiOptions(), numfunc::GetBulletChar(), SwAsciiOptions::GetCharSet(), SwNode::GetDoc(), SwPosition::GetNode(), SwTextNode::GetNumRule(), SwTextNode::GetNumString(), SwDoc::GetOutlineNumRule(), SwTextNode::GetText(), SwTextNode::HasBullet(), SwTextNode::HasVisibleNumberingOrBullet(), i, SwTextNode::Len(), Writer::m_bASCII_NoLastLineEnd, Writer::m_bASCII_ParaAsBlank, Writer::m_bExportParagraphNumbering, Writer::m_bWriteClipboardDoc, Writer::m_pCurrentPam, Writer::m_pOrigPam, min(), comphelper::string::removeAny(), SwPaM::Start(), Writer::Strm(), and SvStream::WriteUnicodeOrByteText().
SwNodeFnTab aASCNodeFnTab |
Definition at line 382 of file ascatr.cxx.
Referenced by SwASCWriter::WriteStream().