LibreOffice Module editeng (master) 1
Functions
editxml.hxx File Reference
This graph shows which files directly or indirectly include this file:

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...
 

Function Documentation

◆ SvxReadXML()

EditPaM SvxReadXML ( EditEngine rEditEngine,
SvStream rStream,
const ESelection rSel 
)

◆ SvxWriteXML()

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().