LibreOffice Module sw (master) 1
|
#include <editeng/txtrange.hxx>
#include <swtypes.hxx>
#include <swrect.hxx>
#include <com/sun/star/text/WrapTextMode.hpp>
#include <nodeoffset.hxx>
#include <memory>
#include <vector>
Go to the source code of this file.
Classes | |
class | SwContourCache |
struct | SwContourCache::CacheItem |
class | SwTextFly |
The purpose of this class is to be the universal interface between formatting/text output and the possibly overlapping free-flying frames. More... | |
Macros | |
#define | POLY_CNT 20 |
#define | POLY_MIN 5 |
#define | POLY_MAX 4000 |
#define | TEXT_MIN_SMALL 300 |
Typedefs | |
typedef std::vector< SwAnchoredObject * > | SwAnchoredObjList |
Functions | |
void | ClrContourCache (const SdrObject *pObj) |
Variables | |
SwContourCache * | pContourCache |
Contour-cache global variable, initialized/destroyed in txtinit.cxx and needed in txtfly.cxx by text wrapping. More... | |
#define POLY_CNT 20 |
Definition at line 48 of file txtfly.hxx.
#define POLY_MAX 4000 |
Definition at line 50 of file txtfly.hxx.
#define POLY_MIN 5 |
Definition at line 49 of file txtfly.hxx.
#define TEXT_MIN_SMALL 300 |
Definition at line 90 of file txtfly.hxx.
typedef std::vector< SwAnchoredObject* > SwAnchoredObjList |
Definition at line 41 of file txtfly.hxx.
void ClrContourCache | ( | const SdrObject * | pObj | ) |
Definition at line 137 of file txtfly.cxx.
References SwContourCache::ClrObject(), SwContourCache::GetCount(), SwContourCache::GetObject(), i, and pContourCache.
Referenced by SwNoTextFrame::ClearCache(), SwDoc::ClearDoc(), SwDrawContact::ConnectToLayout(), lcl_MoveAllLowerObjs(), lcl_NotifyBackgroundOfObj(), SwFlyFreeFrame::MakeAll(), SwDrawContact::NotifyBackgroundOfAllVirtObjs(), SwFlyFrame::NotifyDrawObj(), SwFEShell::RequestObjectResize(), SwFlyFrame::SwClientNotify(), SwDoc::~SwDoc(), and SwFlyFreeFrame::~SwFlyFreeFrame().
|
extern |
Contour-cache global variable, initialized/destroyed in txtinit.cxx and needed in txtfly.cxx by text wrapping.
Definition at line 30 of file txtinit.cxx.
Referenced by SwContourCache::CalcBoundRect(), ClrContourCache(), and TextFinit().