|
LibreOffice Module editeng (master) 1
|
#include <com/sun/star/text/XText.hpp>#include <comphelper/processfactory.hxx>#include <unotools/streamwrap.hxx>#include <svl/itemprop.hxx>#include <utility>#include <xmloff/xmlimp.hxx>#include <xmloff/xmlictxt.hxx>#include <xmloff/xmltoken.hxx>#include <xmloff/xmlnamespace.hxx>#include <xmloff/xmlstyle.hxx>#include "editsource.hxx"#include <editxml.hxx>#include <editdoc.hxx>#include <editeng/editeng.hxx>#include <editeng/unotext.hxx>#include <editeng/unoprnms.hxx>#include <editeng/unoipset.hxx>#include <cassert>#include <unomodel.hxx>Go to the source code of this file.
Functions | |
| EditPaM | SvxReadXML (EditEngine &rEditEngine, SvStream &rStream, const ESelection &rSel) |
| this function imports xml from the stream into the selected of an edit engine More... | |
| EditPaM SvxReadXML | ( | EditEngine & | rEditEngine, |
| SvStream & | rStream, | ||
| const ESelection & | rSel | ||
| ) |
this function imports xml from the stream into the selected of an edit engine
Definition at line 132 of file xmltxtimp.cxx.
References EditEngine::ConnectParagraphs(), EditDoc::Count(), EditEngine::CreateSelection(), EE_PARA_BULLETSTATE(), EE_PARA_NUMBULLET(), EE_PARA_OUTLLEVEL(), cppu::UnoType< typename T >::get(), EditEngine::GetEditDoc(), EditEngine::GetGlobalItemPool(), EditDoc::GetObject(), ESelection::HasRange(), EditEngine::InsertParaBreak(), EditSelection::Max(), ESelection::nEndPara, ESelection::nStartPara, EditEngine::ParaAttribsToCharAttribs(), SVX_UNOEDIT_CHAR_PROPERTIES, SVX_UNOEDIT_FONT_PROPERTIES, SVX_UNOEDIT_PARA_PROPERTIES, UNO_NAME_NUMBERING, UNO_NAME_NUMBERING_LEVEL, and UNO_NAME_NUMBERING_RULES.
Referenced by ImpEditEngine::ReadXML().