LibreOffice Module editeng (master) 1
|
Go to the source code of this file.
Functions | |
void | SvxWriteXML (EditEngine &rEditEngine, SvStream &rStream, const ESelection &rSel) |
this function exports the selected content of an edit engine into a xml stream More... | |
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().
void SvxWriteXML | ( | EditEngine & | rEditEngine, |
SvStream & | rStream, | ||
const ESelection & | rSel | ||
) |
this function exports the selected content of an edit engine into a xml stream
Definition at line 291 of file xmltxtexp.cxx.
References TOOLS_WARN_EXCEPTION.
Referenced by ImpEditEngine::WriteXML().