LibreOffice Module editeng (master) 1
|
#include <memory>
#include <com/sun/star/ucb/XAnyCompareFactory.hpp>
#include <com/sun/star/style/XStyleFamiliesSupplier.hpp>
#include <com/sun/star/lang/Locale.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <com/sun/star/xml/sax/Writer.hpp>
#include <com/sun/star/frame/XModel.hpp>
#include <svl/itemprop.hxx>
#include <com/sun/star/uno/Sequence.hxx>
#include <xmloff/xmlmetae.hxx>
#include <comphelper/processfactory.hxx>
#include <comphelper/diagnose_ex.hxx>
#include <unotools/streamwrap.hxx>
#include <xmloff/xmlexp.hxx>
#include <editeng/unoedsrc.hxx>
#include <editeng/unofored.hxx>
#include <editeng/unotext.hxx>
#include <editeng/unoprnms.hxx>
#include <editeng/unofield.hxx>
#include <editeng/editeng.hxx>
#include "editsource.hxx"
#include <editxml.hxx>
#include <editeng/unonrule.hxx>
#include <editeng/unoipset.hxx>
#include <unomodel.hxx>
Go to the source code of this file.
Classes | |
class | SvxEditEngineSourceImpl |
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... | |
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().