LibreOffice Module sw (master) 1
|
#include <memory>
#include <unosection.hxx>
#include <com/sun/star/beans/PropertyAttribute.hpp>
#include <com/sun/star/lang/WrappedTargetRuntimeException.hpp>
#include <com/sun/star/text/SectionFileLink.hpp>
#include <comphelper/interfacecontainer4.hxx>
#include <cppuhelper/exc_hlp.hxx>
#include <cppuhelper/supportsservice.hxx>
#include <cmdid.h>
#include <hintids.hxx>
#include <svl/urihelper.hxx>
#include <svl/listener.hxx>
#include <editeng/brushitem.hxx>
#include <editeng/xmlcnitm.hxx>
#include <sfx2/linkmgr.hxx>
#include <sfx2/lnkbase.hxx>
#include <osl/diagnose.h>
#include <vcl/svapp.hxx>
#include <fmtclds.hxx>
#include <unotextrange.hxx>
#include <TextCursorHelper.hxx>
#include <unoport.hxx>
#include <redline.hxx>
#include <unomap.hxx>
#include <section.hxx>
#include <doc.hxx>
#include <IDocumentRedlineAccess.hxx>
#include <IDocumentUndoRedo.hxx>
#include <docsh.hxx>
#include <sfx2/docfile.hxx>
#include <docary.hxx>
#include <swundo.hxx>
#include <tox.hxx>
#include <unoidx.hxx>
#include <doctxm.hxx>
#include <fmtftntx.hxx>
#include <fmtclbl.hxx>
#include <editeng/frmdiritem.hxx>
#include <fmtcntnt.hxx>
#include <editeng/lrspitem.hxx>
#include <comphelper/servicehelper.hxx>
#include <comphelper/string.hxx>
#include <o3tl/string_view.hxx>
Go to the source code of this file.
Classes | |
class | SwXTextSection::Impl |
Functions | |
static void | lcl_UpdateLinkType (SwSection &rSection, bool const bLinkUpdateAlways) |
static void | lcl_UpdateSection (SwSectionFormat *const pFormat, std::unique_ptr< SwSectionData > const &pSectionData, std::optional< SfxItemSet > const &oItemSet, bool const bLinkModeChanged, bool const bLinkUpdateAlways=true) |
|
static |
Definition at line 503 of file unosect.cxx.
References Connect, SwSection::CreateLink(), DdeLink, SwSection::GetType(), SwSection::IsConnected(), and SwSection::SetUpdateType().
Referenced by lcl_UpdateSection().
|
static |
Definition at line 518 of file unosect.cxx.
References SwFormat::GetDoc(), SwSectionFormat::GetSection(), SwSection::GetSectionName(), SwDoc::GetSections(), i, SwDoc::IsInReading(), lcl_UpdateLinkType(), SwVectorModifyBase< Value >::size(), and SwDoc::UpdateSection().
Referenced by SwXTextSection::setPropertyToDefault(), and SwXTextSection::Impl::SetPropertyValues_Impl().