LibreOffice Module sw (master)
1
|
#include <memory>
#include <sal/config.h>
#include <sal/log.hxx>
#include <cstddef>
#include "XMLRedlineImportHelper.hxx"
#include <unotextcursor.hxx>
#include <unotextrange.hxx>
#include <unocrsr.hxx>
#include <ndtxt.hxx>
#include <doc.hxx>
#include <IDocumentContentOperations.hxx>
#include <IDocumentStylePoolAccess.hxx>
#include <tools/datetime.hxx>
#include <poolfmt.hxx>
#include <unoredline.hxx>
#include <DocumentRedlineManager.hxx>
#include "xmlimp.hxx"
#include <comphelper/servicehelper.hxx>
#include <o3tl/any.hxx>
#include <xmloff/xmltoken.hxx>
#include <vcl/svapp.hxx>
Go to the source code of this file.
Classes | |
class | RedlineInfo |
Functions | |
static SwDoc * | lcl_GetDocViaTunnel (Reference< XTextCursor > const &rCursor) |
static SwDoc * | lcl_GetDocViaTunnel (Reference< XTextRange > const &rRange) |
Variables | |
constexpr OUStringLiteral | g_sShowChanges = u"ShowChanges" |
constexpr OUStringLiteral | g_sRecordChanges = u"RecordChanges" |
constexpr OUStringLiteral | g_sRedlineProtectionKey = u"RedlineProtectionKey" |
|
static |
Definition at line 58 of file XMLRedlineImportHelper.cxx.
Referenced by XMLRedlineImportHelper::CreateRedlineTextSection().
|
static |
Definition at line 68 of file XMLRedlineImportHelper.cxx.
References SwXTextRange::GetDoc().
constexpr OUStringLiteral g_sRecordChanges = u"RecordChanges" |
Definition at line 231 of file XMLRedlineImportHelper.cxx.
constexpr OUStringLiteral g_sRedlineProtectionKey = u"RedlineProtectionKey" |
Definition at line 232 of file XMLRedlineImportHelper.cxx.
constexpr OUStringLiteral g_sShowChanges = u"ShowChanges" |
Definition at line 230 of file XMLRedlineImportHelper.cxx.