LibreOffice Module sw (master) 1
|
#include <cmdid.h>
#include <init.hxx>
#include <editeng/lrspitem.hxx>
#include <editeng/ulspitem.hxx>
#include <editeng/paperinf.hxx>
#include <editeng/frmdiritem.hxx>
#include <sfx2/bindings.hxx>
#include <sfx2/dispatch.hxx>
#include <tools/globname.hxx>
#include <sal/log.hxx>
#include <osl/diagnose.h>
#include <unotools/localedatawrapper.hxx>
#include <fmtfsize.hxx>
#include <fmthdft.hxx>
#include <fmtcntnt.hxx>
#include <ftninfo.hxx>
#include <fesh.hxx>
#include <ndole.hxx>
#include <mdiexp.hxx>
#include <doc.hxx>
#include <IDocumentUndoRedo.hxx>
#include <IDocumentFieldsAccess.hxx>
#include <DocumentContentOperationsManager.hxx>
#include <IDocumentState.hxx>
#include <IDocumentLayoutAccess.hxx>
#include <rootfrm.hxx>
#include <poolfmt.hxx>
#include <docsh.hxx>
#include <ftnidx.hxx>
#include <fmtftn.hxx>
#include <txtftn.hxx>
#include <fldbas.hxx>
#include <strings.hrc>
#include <hints.hxx>
#include <SwUndoPageDesc.hxx>
#include <pagedeschint.hxx>
#include <tgrditem.hxx>
#include <unotools/configmgr.hxx>
#include <unotools/syslocale.hxx>
#include <svx/swframetypes.hxx>
#include <o3tl/unit_conversion.hxx>
#include <com/sun/star/embed/XEmbeddedObject.hpp>
Go to the source code of this file.
Functions | |
static void | lcl_DefaultPageFormat (sal_uInt16 nPoolFormatId, SwFrameFormat &rFormat1, SwFrameFormat &rFormat2, SwFrameFormat &rFormat3, SwFrameFormat &rFormat4) |
static void | lcl_DescSetAttr (const SwFrameFormat &rSource, SwFrameFormat &rDest, const bool bPage=true) |
IMPL_LINK_NOARG (SwDoc, DoUpdateModifiedOLE, Timer *, void) | |
static SwPageDesc * | lcl_FindPageDesc (const SwPageDescs *pPageDescs, size_t *pPos, const OUString &rName) |
Definition at line 897 of file docdesc.cxx.
References SwContentNode::CreateOLENodesArray(), EndProgress(), SwOLENode::GetOLEObj(), SwOLEObj::GetOleRef(), i, SwOLENode::SetOLESizeInvalid(), SetProgressState(), StartProgress(), and SwContentNode::UpdateAttr().
|
static |
Definition at line 66 of file docdesc.cxx.
References o3tl::cm, Fixed, SvxPaperInfo::GetDefaultPaperSize(), GetLocaleData(), o3tl::in, utl::ConfigManager::IsFuzzing(), RES_LR_SPACE(), RES_POOLPAGE_HTML, RES_UL_SPACE(), SwFormat::SetFormatAttr(), SvxLRSpaceItem::SetLeft(), SvxULSpaceItem::SetLower(), SvxLRSpaceItem::SetRight(), SvxSizeItem::SetSize(), SvxULSpaceItem::SetUpper(), and o3tl::toTwips().
Referenced by SwDoc::CheckDefaultPageFormat(), and SwDoc::MakePageDesc().
|
static |
Definition at line 132 of file docdesc.cxx.
References SwFormat::GetItemState(), SwFormat::GetPoolFormatId(), SwFormat::GetPoolHelpId(), SwFormat::GetPoolHlpFileId(), n, nId, RES_BACKGROUND(), RES_BACKGROUND_FULL_SIZE(), RES_COL(), RES_FRAMEDIR(), RES_FRM_SIZE(), RES_HEADER_FOOTER_EAT_SPACING(), RES_PAPER_BIN(), RES_RTL_GUTTER(), RES_SHADOW(), RES_TEXTGRID(), RES_UL_SPACE(), RES_UNKNOWNATR_CONTAINER(), SwFormat::ResetFormatAttr(), SwFormat::SetFormatAttr(), SwFormat::SetPoolFormatId(), SwFormat::SetPoolHelpId(), SwFormat::SetPoolHlpFileId(), XATTR_FILL_FIRST(), and XATTR_FILL_LAST().
Referenced by SwDoc::ChgPageDesc(), SwDoc::CopyMasterFooter(), and SwDoc::CopyMasterHeader().
|
static |
Definition at line 931 of file docdesc.cxx.
References SwPageDescs::begin(), SwPageDescs::end(), and SwPageDescs::find().
Referenced by SwDoc::ContainsPageDesc(), and SwDoc::FindPageDesc().