LibreOffice Module sw (master) 1
flyfrm.hxx
Go to the documentation of this file.
1/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2/*
3 * This file is part of the LibreOffice project.
4 *
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 *
9 * This file incorporates work covered by the following license notice:
10 *
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
18 */
19
20#ifndef INCLUDED_SW_SOURCE_CORE_INC_FLYFRM_HXX
21#define INCLUDED_SW_SOURCE_CORE_INC_FLYFRM_HXX
22
23#include "layfrm.hxx"
24#include <vector>
25#include <frmfmt.hxx>
26#include <anchoredobject.hxx>
27#include <swdllapi.h>
28
29class SwFormatAnchor;
30class SwPageFrame;
33class SwBorderAttrs;
35class SwAttrSetChg;
36namespace tools { class PolyPolygon; }
37class SwFormat;
38class SwViewShell;
39class SwFEShell;
40class SwWrtShell;
41
42
50const SwContentFrame *FindAnchor( const SwFrame *pOldAnch, const Point &rNew,
51 const bool bBody = false );
52
54bool CalcClipRect( const SdrObject *pSdrObj, SwRect &rRect, bool bMove = true );
55
57{
58 NONE = 0x00,
59 InvalidatePos = 0x01,
60 InvalidateSize = 0x02,
61 InvalidatePrt = 0x04,
62 SetNotifyBack = 0x08,
63 SetCompletePaint = 0x10,
65 ClearContourCache = 0x40,
67};
68
69namespace o3tl {
70 template<> struct typed_flags<SwFlyFrameInvFlags> : is_typed_flags<SwFlyFrameInvFlags, 0x00ff> {};
71}
72
73
79{
80 // is allowed to lock, implemented in frmtool.cxx
81 friend void AppendObj(SwFrame *const pFrame, SwPageFrame *const pPage, SwFrameFormat *const pFormat, const SwFormatAnchor & rAnch);
82 friend void Notify( SwFlyFrame *, SwPageFrame *pOld, const SwRect &rOld,
83 const SwRect* pOldPrt );
84
85 void InitDrawObj(SwFrame const&); // these to methods are called in the
86 void FinitDrawObj(); // constructors
87
88 void UpdateAttr_( const SfxPoolItem*, const SfxPoolItem*, SwFlyFrameInvFlags &,
89 SwAttrSetChg *pa = nullptr, SwAttrSetChg *pb = nullptr );
90
92
93protected:
94 // Predecessor/Successor for chaining with text flow
95 SwFlyFrame *m_pPrevLink, *m_pNextLink;
96 static const SwFormatAnchor* GetAnchorFromPoolItem(const SfxPoolItem& rItem);
97
98private:
99 // It must be possible to block Content-bound flys so that they will be not
100 // formatted; in this case MakeAll() returns immediately. This is necessary
101 // for page changes during formatting. In addition, it is needed during
102 // the constructor call of the root object since otherwise the anchor will
103 // be formatted before the root is anchored correctly to a shell and
104 // because too much would be formatted as a result.
105 bool m_bLocked :1;
106 // true if the background of NotifyDTor needs to be notified at the end
107 // of a MakeAll() call.
109
110protected:
111 // Pos, PrtArea or SSize have been invalidated - they will be evaluated
112 // again immediately because they have to be valid _at all time_.
113 // The invalidation is tracked here so that LayAction knows about it and
114 // can handle it properly. Exceptions prove the rule.
115 bool m_bInvalid :1;
116
117 // true if the proposed height of an attribute is a minimal height
118 // (this means that the frame can grow higher if needed)
120 // true if the fly frame could not format position/size based on its
121 // attributes, e.g. because there was not enough space.
124 // If true then call only the format after adjusting the width (CheckClip);
125 // but the width will not be re-evaluated based on the attributes.
127
128 bool m_bInCnt :1;
129 bool m_bAtCnt :1;
131 bool m_bLayout :1;
133 bool m_bDeleted :1;
134 size_t m_nAuthor;
135
136 friend class SwNoTextFrame; // is allowed to call NotifyBackground
137
138 Point m_aContentPos; // content area's position relatively to Frame
140
141 virtual void Format( vcl::RenderContext* pRenderContext, const SwBorderAttrs *pAttrs = nullptr ) override;
142 void MakePrtArea( const SwBorderAttrs &rAttrs );
143 void MakeContentPos( const SwBorderAttrs &rAttrs );
144
145 void Lock() { m_bLocked = true; }
146 void Unlock() { m_bLocked = false; }
147
148 Size CalcRel( const SwFormatFrameSize &rSz ) const;
149
150 SwFlyFrame( SwFlyFrameFormat*, SwFrame*, SwFrame *pAnchor, bool bFollow = false );
151
152 virtual void DestroyImpl() override;
153 virtual ~SwFlyFrame() override;
154
158 virtual void RegisterAtCorrectPage() override;
159
160 virtual bool SetObjTop_( const SwTwips _nTop ) override;
161 virtual bool SetObjLeft_( const SwTwips _nLeft ) override;
162
163 virtual SwRect GetObjBoundRect() const override;
164 virtual void SwClientNotify(const SwModify& rMod, const SfxHint& rHint) override;
165
166 virtual const IDocumentDrawModelAccess& getIDocumentDrawModelAccess( ) override;
167
168 SwTwips CalcContentHeight(const SwBorderAttrs *pAttrs, const SwTwips nMinHeight, const SwTwips nUL);
169
170public:
171 // #i26791#
172
173 // get client information
174 virtual bool GetInfo( SfxPoolItem& ) const override;
175 virtual void PaintSwFrame( vcl::RenderContext& rRenderContext, SwRect const&,
176 SwPrintData const*const pPrintData = nullptr ) const override;
177 virtual Size ChgSize( const Size& aNewSize ) override;
179 SwCursorMoveState* = nullptr, bool bTestBackground = false ) const override;
180
181 virtual void CheckDirection( bool bVert ) override;
182 virtual void Cut() override;
183#ifdef DBG_UTIL
184 virtual void Paste( SwFrame* pParent, SwFrame* pSibling = nullptr ) override;
185#endif
186
187 SwTwips Shrink_( SwTwips, bool bTst );
188 SwTwips Grow_ ( SwTwips, bool bTst );
189 void Invalidate_( SwPageFrame const *pPage = nullptr );
190
191 bool FrameSizeChg( const SwFormatFrameSize & );
192
193 SwFlyFrame *GetPrevLink() const { return m_pPrevLink; }
194 SwFlyFrame *GetNextLink() const { return m_pNextLink; }
195
196 static void ChainFrames( SwFlyFrame *pMaster, SwFlyFrame *pFollow );
197 static void UnchainFrames( SwFlyFrame *pMaster, SwFlyFrame *pFollow );
198
199 SwFlyFrame *FindChainNeighbour( SwFrameFormat const &rFormat, SwFrame *pAnch = nullptr );
200
202 bool IsFlySplitAllowed() const;
203
204 // #i26791#
205 const SwVirtFlyDrawObj* GetVirtDrawObj() const;
206 SwVirtFlyDrawObj *GetVirtDrawObj();
207 void NotifyDrawObj();
208
209 void ChgRelPos( const Point &rAbsPos );
210 bool IsInvalid() const { return m_bInvalid; }
211 void Invalidate() const { const_cast<SwFlyFrame*>(this)->m_bInvalid = true; }
212 void Validate() const { const_cast<SwFlyFrame*>(this)->m_bInvalid = false; }
213
214 bool IsMinHeight() const { return m_bMinHeight; }
215 bool IsLocked() const { return m_bLocked; }
216 bool IsAutoPos() const { return m_bAutoPosition; }
217 bool IsFlyInContentFrame() const { return m_bInCnt; }
218 bool IsFlyFreeFrame() const { return m_bAtCnt || m_bLayout; }
219 bool IsFlyLayFrame() const { return m_bLayout; }
220 bool IsFlyAtContentFrame() const { return m_bAtCnt; }
221 bool IsDeleted() const { return m_bDeleted; }
222 void SetDeleted(bool bDeleted) { m_bDeleted = bDeleted; }
223 void SetAuthor( size_t nAuthor ) { m_nAuthor = nAuthor; }
224 size_t GetAuthor() const { return m_nAuthor; }
225
226 bool IsNotifyBack() const { return m_bNotifyBack; }
227 void SetNotifyBack() { m_bNotifyBack = true; }
228 void ResetNotifyBack() { m_bNotifyBack = false; }
229
230 bool IsClipped() const { return m_bHeightClipped || m_bWidthClipped; }
231 bool IsHeightClipped() const { return m_bHeightClipped; }
232
233 bool IsLowerOf( const SwLayoutFrame* pUpper ) const;
234 bool IsUpperOf( const SwFlyFrame& _rLower ) const
235 {
236 return _rLower.IsLowerOf( this );
237 }
238
239 SwFrame *FindLastLower();
240
241 // #i13147# - add parameter <_bForPaint> to avoid load of
242 // the graphic during paint. Default value: false
243 bool GetContour( tools::PolyPolygon& rContour,
244 const bool _bForPaint = false ) const;
245
246 // Paint on this shell (consider Preview, print flag, etc. recursively)?
247 static bool IsPaint( SdrObject *pObj, const SwViewShell *pSh );
248
258 bool IsBackgroundTransparent() const;
259
260 void Chain( SwFrame* _pAnchor );
261 void Unchain();
262 void InsertCnt();
263 void DeleteCnt();
264 void InsertColumns();
265
266 // #i26791# - pure virtual methods of base class <SwAnchoredObject>
267 virtual void MakeObjPos() override;
268 virtual void InvalidateObjPos() override;
269 virtual void RegisterAtPage(SwPageFrame&) override;
270
271 virtual SwFrameFormat& GetFrameFormat() override;
272 virtual const SwFrameFormat& GetFrameFormat() const override;
273
274 virtual SwRect GetObjRect() const override;
275
283 virtual bool IsFormatPossible() const override;
284 static void GetAnchoredObjects( std::vector<SwAnchoredObject*>&, const SwFormat& rFormat );
285
286 // overwriting "SwFrameFormat *SwLayoutFrame::GetFormat" to provide the correct derived return type.
287 // (This is in order to skip on the otherwise necessary casting of the result to
288 // 'SwFlyFrameFormat *' after calls to this function. The casting is now done in this function.)
289 virtual const SwFlyFrameFormat *GetFormat() const override;
290 virtual SwFlyFrameFormat *GetFormat() override;
291
292 virtual void dumpAsXml(xmlTextWriterPtr writer = nullptr) const override;
293
294 virtual void Calc(vcl::RenderContext* pRenderContext) const override;
295
296 const Point& ContentPos() const { return m_aContentPos; }
297 Point& ContentPos() { return m_aContentPos; }
298
299 void InvalidateContentPos();
300
301 void SelectionHasChanged(SwFEShell* pShell);
302 bool IsShowUnfloatButton(SwWrtShell* pWrtSh) const;
303
304 // For testing only (see uiwriter)
305 void ActiveUnfloatButton(SwWrtShell* pWrtSh);
306
307 virtual const SwFlyFrame* DynCastFlyFrame() const override;
308 virtual SwFlyFrame* DynCastFlyFrame() override;
309
310private:
311 void UpdateUnfloatButton(SwWrtShell* pWrtSh, bool bShow) const;
312 void PaintDecorators() const;
313};
314#endif
315
316/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
wrapper class for the positioning of Writer fly frames and drawing objects
virtual void RegisterAtPage(SwPageFrame &)=0
virtual SwRect GetObjBoundRect() const =0
virtual void RegisterAtCorrectPage()=0
method to assure that anchored object is registered at the correct page frame
virtual bool SetObjLeft_(const SwTwips _nLeft)=0
virtual SwFrameFormat & GetFrameFormat()=0
virtual bool SetObjTop_(const SwTwips _nTop)=0
virtual void MakeObjPos()=0
method to determine position for the object and set the position at the object
virtual void InvalidateObjPos()=0
method to invalidate position of the anchored object
virtual const SwFlyFrame * DynCastFlyFrame() const
virtual SwRect GetObjRect() const =0
virtual bool IsFormatPossible() const
method to determine, if a format on the anchored object is possible
virtual bool GetInfo(SfxPoolItem &) const
Definition: calbck.hxx:173
SwContentFrame is the layout for content nodes: a common base class for text (paragraph) and non-text...
Definition: cntfrm.hxx:59
void MakePrtArea(const SwBorderAttrs &)
Definition: calcmove.cxx:1063
general base class for all free-flowing frames
Definition: flyfrm.hxx:79
void Validate() const
Definition: flyfrm.hxx:212
SwFlyFrame * GetPrevLink() const
Definition: flyfrm.hxx:193
void ResetNotifyBack()
Definition: flyfrm.hxx:228
bool IsDeleted() const
Definition: flyfrm.hxx:221
bool IsFlyAtContentFrame() const
Definition: flyfrm.hxx:220
size_t m_nAuthor
Redline author index for colored crossing out.
Definition: flyfrm.hxx:134
size_t GetAuthor() const
Definition: flyfrm.hxx:224
void SetNotifyBack()
Definition: flyfrm.hxx:227
bool IsLowerOf(const SwLayoutFrame *pUpper) const
Definition: fly.cxx:2392
bool m_bNotifyBack
Definition: flyfrm.hxx:108
bool m_bLocked
Definition: flyfrm.hxx:105
bool IsMinHeight() const
Definition: flyfrm.hxx:214
void SetDeleted(bool bDeleted)
Definition: flyfrm.hxx:222
bool IsInvalid() const
Definition: flyfrm.hxx:210
SwFlyFrame * GetNextLink() const
Definition: flyfrm.hxx:194
bool m_bWidthClipped
Definition: flyfrm.hxx:123
bool IsLocked() const
Definition: flyfrm.hxx:215
bool m_bAtCnt
RndStdIds::FLY_AT_PARA, anchored at paragraph or RndStdIds::FLY_AT_CHAR.
Definition: flyfrm.hxx:129
void Lock()
Definition: flyfrm.hxx:145
bool IsFlyInContentFrame() const
Definition: flyfrm.hxx:217
void Invalidate() const
Definition: flyfrm.hxx:211
bool IsFlyLayFrame() const
Definition: flyfrm.hxx:219
bool m_bAutoPosition
RndStdIds::FLY_AT_CHAR, anchored at character.
Definition: flyfrm.hxx:132
bool m_bFormatHeightOnly
Definition: flyfrm.hxx:126
bool m_bDeleted
Anchored to a tracked deletion.
Definition: flyfrm.hxx:133
Point m_aContentPos
Definition: flyfrm.hxx:138
bool m_bMinHeight
Definition: flyfrm.hxx:119
void SetAuthor(size_t nAuthor)
Definition: flyfrm.hxx:223
bool m_bInCnt
RndStdIds::FLY_AS_CHAR, anchored as character.
Definition: flyfrm.hxx:128
void Unlock()
Definition: flyfrm.hxx:146
const Point & ContentPos() const
Definition: flyfrm.hxx:296
bool m_bValidContentPos
Definition: flyfrm.hxx:139
SwFlyFrame * m_pNextLink
Definition: flyfrm.hxx:95
bool m_bLayout
RndStdIds::FLY_AT_PAGE, RndStdIds::FLY_AT_FLY, at page or at frame.
Definition: flyfrm.hxx:131
bool IsFlyFreeFrame() const
Definition: flyfrm.hxx:218
bool m_bHeightClipped
Definition: flyfrm.hxx:122
bool IsUpperOf(const SwFlyFrame &_rLower) const
Definition: flyfrm.hxx:234
bool IsNotifyBack() const
Definition: flyfrm.hxx:226
bool IsClipped() const
Definition: flyfrm.hxx:230
bool IsHeightClipped() const
Definition: flyfrm.hxx:231
Point & ContentPos()
Definition: flyfrm.hxx:297
bool IsAutoPos() const
Definition: flyfrm.hxx:216
bool m_bInvalid
Definition: flyfrm.hxx:115
FlyAnchors.
Definition: fmtanchr.hxx:37
Base class for various Writer styles.
Definition: format.hxx:47
Style of a layout element.
Definition: frmfmt.hxx:72
Base class of the Writer layout elements.
Definition: frame.hxx:315
virtual void dumpAsXml(xmlTextWriterPtr writer=nullptr) const =0
virtual void Calc(vcl::RenderContext *pRenderContext) const
Definition: trvlfrm.cxx:1799
virtual void SwClientNotify(const SwModify &, const SfxHint &) override
Definition: wsfrm.cxx:482
virtual void CheckDirection(bool bVert)
Definition: wsfrm.cxx:398
virtual const IDocumentDrawModelAccess & getIDocumentDrawModelAccess()
Definition: wsfrm.cxx:328
virtual Size ChgSize(const Size &aNewSize)
Definition: wsfrm.cxx:742
A layout frame is a frame that contains other frames (m_pLower), e.g. SwPageFrame or SwTabFrame.
Definition: layfrm.hxx:36
virtual void Format(vcl::RenderContext *pRenderContext, const SwBorderAttrs *pAttrs=nullptr) override
"Formats" the Frame; Frame and PrtArea.
Definition: wsfrm.cxx:3466
virtual bool GetModelPositionForViewPoint(SwPosition *, Point &, SwCursorMoveState *=nullptr, bool bTestBackground=false) const override
Searches the ContentFrame owning the PrtArea containing the point.
Definition: trvlfrm.cxx:151
virtual const SwFrameFormat * GetFormat() const
Definition: ssfrm.cxx:401
virtual void DestroyImpl() override
Definition: ssfrm.cxx:487
virtual void Paste(SwFrame *pParent, SwFrame *pSibling=nullptr) override
Definition: wsfrm.cxx:1350
tools::Long CalcRel(const SwFormatFrameSize &rSz) const
Definition: wsfrm.cxx:3647
virtual void PaintSwFrame(vcl::RenderContext &rRenderContext, SwRect const &, SwPrintData const *const pPrintData=nullptr) const override
Definition: paintfrm.cxx:3511
virtual void Cut() override
Definition: wsfrm.cxx:1447
A page of the document layout.
Definition: pagefrm.hxx:60
Of course Writer needs its own rectangles.
Definition: swrect.hxx:35
Used by the UI to modify the document model.
Definition: wrtsh.hxx:97
struct _xmlTextWriter * xmlTextWriterPtr
bool CalcClipRect(const SdrObject *pSdrObj, SwRect &rRect, bool bMove=true)
calculate rectangle in that the object can be moved or rather be resized
Definition: flylay.cxx:1175
SwFlyFrameInvFlags
Definition: flyfrm.hxx:57
const SwContentFrame * FindAnchor(const SwFrame *pOldAnch, const Point &rNew, const bool bBody=false)
search an anchor for paragraph bound frames starting from pOldAnch
Definition: flycnt.cxx:1084
void AppendObj(SwFrame *const pFrame, SwPageFrame *const pPage, SwFrameFormat *const pFormat, const SwFormatAnchor &rAnch)
Definition: frmtool.cxx:1036
void Notify(SwFlyFrame *pFly, SwPageFrame *pOld, const SwRect &rOld, const SwRect *pOldRect=nullptr)
Notify the background based on the difference between old and new rectangle.
Definition: frmtool.cxx:3254
NONE
Marks a position in the document model.
Definition: pam.hxx:38
#define SW_DLLPUBLIC
Definition: swdllapi.h:28
tools::Long SwTwips
Definition: swtypes.hxx:51
unsigned char sal_uInt8