LibreOffice Module sw (master) 1
|
#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>
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 [] |
|
static |
Definition at line 268 of file unoatxt.cxx.
References CheckPosInFly, IDocumentContentOperations::CopyRange(), SwNode::GetContentNode(), SwXTextRange::GetDoc(), SwNodes::GetEndOfContent(), SwDoc::getIDocumentContentOperations(), SwDoc::getIDocumentFieldsAccess(), SwNodeIndex::GetNode(), SwDoc::GetNodes(), SwXTextRange::GetPositions(), IDocumentFieldsAccess::IsExpFieldsLocked(), SwContentNode::Len(), IDocumentFieldsAccess::LockExpFields(), IDocumentFieldsAccess::UnlockExpFields(), and IDocumentFieldsAccess::UpdateExpFields().
Referenced by SwXAutoTextGroup::insertNewByName().
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().
const struct SvEventDescription aAutotextEvents[] |
Definition at line 893 of file unoatxt.cxx.