LibreOffice Module sw (master) 1
Variables
SwXMLTextBlocks1.cxx File Reference
#include <com/sun/star/embed/ElementModes.hpp>
#include <com/sun/star/embed/XTransactedObject.hpp>
#include <osl/diagnose.h>
#include <svl/macitem.hxx>
#include <svtools/unoevent.hxx>
#include <sfx2/docfile.hxx>
#include <comphelper/diagnose_ex.hxx>
#include <comphelper/fileformat.h>
#include <comphelper/processfactory.hxx>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/xml/sax/InputSource.hpp>
#include <com/sun/star/io/IOException.hpp>
#include <com/sun/star/xml/sax/FastParser.hpp>
#include <com/sun/star/xml/sax/FastToken.hpp>
#include <com/sun/star/xml/sax/Parser.hpp>
#include <com/sun/star/xml/sax/Writer.hpp>
#include <com/sun/star/xml/sax/SAXParseException.hpp>
#include <com/sun/star/document/XStorageBasedDocument.hpp>
#include <doc.hxx>
#include <docsh.hxx>
#include <shellio.hxx>
#include <SwXMLTextBlocks.hxx>
#include <SwXMLBlockImport.hxx>
#include <SwXMLBlockExport.hxx>
#include <xmloff/xmlnamespace.hxx>
#include <sfx2/event.hxx>
#include <swerror.h>
Include dependency graph for SwXMLTextBlocks1.cxx:

Go to the source code of this file.

Variables

constexpr OUStringLiteral XMLN_BLOCKLIST = u"BlockList.xml"
 
const struct SvEventDescription aAutotextEvents []
 

Variable Documentation

◆ aAutotextEvents

const struct SvEventDescription aAutotextEvents[]
Initial value:
=
{
{ SvMacroItemId::SwStartInsGlossary, "OnInsertStart" },
{ SvMacroItemId::SwEndInsGlossary, "OnInsertDone" },
{ SvMacroItemId::NONE, nullptr }
}

Definition at line 156 of file SwXMLTextBlocks1.cxx.

Referenced by SwXMLTextBlocks::GetMacroTable(), and SwXMLTextBlocks::SetMacroTable().

◆ XMLN_BLOCKLIST

constexpr OUStringLiteral XMLN_BLOCKLIST = u"BlockList.xml"
constexpr

Definition at line 48 of file SwXMLTextBlocks1.cxx.

Referenced by SwXMLTextBlocks::ReadInfo(), and SwXMLTextBlocks::WriteInfo().