LibreOffice Module sw (master) 1
|
#include <hintids.hxx>
#include <osl/diagnose.h>
#include <tools/date.hxx>
#include <tools/time.hxx>
#include <svl/fstathelper.hxx>
#include <unotools/configmgr.hxx>
#include <unotools/moduleoptions.hxx>
#include <sfx2/docfile.hxx>
#include <sfx2/docfilt.hxx>
#include <editeng/lrspitem.hxx>
#include <editeng/ulspitem.hxx>
#include <editeng/boxitem.hxx>
#include <editeng/paperinf.hxx>
#include <o3tl/deleter.hxx>
#include <officecfg/Office/Writer.hxx>
#include <node.hxx>
#include <docary.hxx>
#include <fmtanchr.hxx>
#include <fmtfsize.hxx>
#include <fmtpdsc.hxx>
#include <shellio.hxx>
#include <iodetect.hxx>
#include <doc.hxx>
#include <IDocumentUndoRedo.hxx>
#include <IDocumentSettingAccess.hxx>
#include <IDocumentDeviceAccess.hxx>
#include <IDocumentLinksAdministration.hxx>
#include <IDocumentRedlineAccess.hxx>
#include <IDocumentFieldsAccess.hxx>
#include <IDocumentState.hxx>
#include <IDocumentStylePoolAccess.hxx>
#include <pam.hxx>
#include <editsh.hxx>
#include <undobj.hxx>
#include <swundo.hxx>
#include <swtable.hxx>
#include <tblafmt.hxx>
#include <tblsel.hxx>
#include <pagedesc.hxx>
#include <poolfmt.hxx>
#include <fltini.hxx>
#include <docsh.hxx>
#include <ndole.hxx>
#include <ndtxt.hxx>
#include <redline.hxx>
#include <swerror.h>
#include <pausethreadstarting.hxx>
#include <frameformats.hxx>
#include <utility>
Go to the source code of this file.
Functions | |
static bool | sw_MergePortions (SwNode *pNode, void *) |
static bool | isFlyNode (const SwPaM &pam) |
bool | SetHTMLTemplate (SwDoc &rDoc) |
|
static |
Definition at line 739 of file shellio.cxx.
References SwPaM::GetMark(), SwPosition::GetNode(), SwPaM::GetPoint(), SwNode::IsGrfNode(), and SwNode::IsOLENode().
Referenced by SwWriter::Write().
bool SetHTMLTemplate | ( | SwDoc & | rDoc | ) |
Definition at line 919 of file shellio.cxx.
References SwContentNode::ChgFormatColl(), SwNodes::GetEndOfExtras(), SwDoc::getIDocumentStylePoolAccess(), SwDoc::GetNodes(), IDocumentStylePoolAccess::GetPageDescFromPool(), Reader::GetTemplateDoc(), IDocumentStylePoolAccess::GetTextCollFromPool(), SwNodes::GoNext(), Reader::MakeHTMLDummyTemplateDoc(), ReadHTML, RES_POOLCOLL_TEXT, RES_POOLPAGE_HTML, SwContentNode::SetAttr(), and Reader::SetTemplate().
Referenced by SwDocShell::InitNew(), and SwDocShell::ReloadFromHtml().
|
static |
Definition at line 72 of file shellio.cxx.
References SwTextNode::FileLoadedInitHints(), SwNode::GetTextNode(), and SwNode::IsTextNode().
Referenced by SwReader::Read().