LibreOffice Module sw (master) 1
Functions | Variables
unoatxt.cxx File Reference
#include <sal/config.h>
#include <com/sun/star/io/IOException.hpp>
#include <com/sun/star/lang/IndexOutOfBoundsException.hpp>
#include <com/sun/star/lang/WrappedTargetRuntimeException.hpp>
#include <com/sun/star/container/ElementExistException.hpp>
#include <o3tl/safeint.hxx>
#include <osl/diagnose.h>
#include <rtl/character.hxx>
#include <utility>
#include <vcl/svapp.hxx>
#include <svtools/unoevent.hxx>
#include <sfx2/event.hxx>
#include <glosdoc.hxx>
#include <shellio.hxx>
#include <initui.hxx>
#include <gloslst.hxx>
#include <unoatxt.hxx>
#include <unomap.hxx>
#include <unotextbodyhf.hxx>
#include <unotextrange.hxx>
#include <TextCursorHelper.hxx>
#include <doc.hxx>
#include <IDocumentContentOperations.hxx>
#include <IDocumentRedlineAccess.hxx>
#include <IDocumentFieldsAccess.hxx>
#include <IDocumentState.hxx>
#include <docsh.hxx>
#include <swdll.hxx>
#include <svl/hint.hxx>
#include <tools/urlobj.hxx>
#include <svl/macitem.hxx>
#include <editeng/acorrcfg.hxx>
#include <comphelper/servicehelper.hxx>
#include <cppuhelper/exc_hlp.hxx>
#include <cppuhelper/supportsservice.hxx>
#include <memory>
Include dependency graph for unoatxt.cxx:

Go to the source code of this file.

Functions

static bool lcl_CopySelToDoc (SwDoc &rInsDoc, OTextCursorHelper *pxCursor, SwXTextRange *pxRange)
 
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * SwXAutoTextContainer_get_implementation (css::uno::XComponentContext *, css::uno::Sequence< css::uno::Any > const &)
 

Variables

const struct SvEventDescription aAutotextEvents []
 

Function Documentation

◆ lcl_CopySelToDoc()

static bool lcl_CopySelToDoc ( SwDoc rInsDoc,
OTextCursorHelper *  pxCursor,
SwXTextRange pxRange 
)
static

◆ SwXAutoTextContainer_get_implementation()

SAL_DLLPUBLIC_EXPORT css::uno::XInterface * SwXAutoTextContainer_get_implementation ( css::uno::XComponentContext *  ,
css::uno::Sequence< css::uno::Any > const &   
)

Definition at line 987 of file unoatxt.cxx.

References SwGlobals::ensure().

Variable Documentation

◆ aAutotextEvents

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

Definition at line 893 of file unoatxt.cxx.