LibreOffice Module sw (master) 1
|
#include <swrect.hxx>
#include <nodeoffset.hxx>
#include <tools/solar.h>
#include <memory>
#include <vector>
#include <deque>
Go to the source code of this file.
Classes | |
class | SwLayCacheImpl |
class | SwActualSection |
class | SwLayHelper |
Helps during the InsertCnt_ function to create new pages. More... | |
class | SwLayCacheIoImpl |
struct | SwLayCacheIoImpl::RecTypeSize |
class | SwFlyCache |
Macros | |
#define | SW_LAYCACHE_IO_REC_PAGES 'p' |
#define | SW_LAYCACHE_IO_REC_PARA 'P' |
#define | SW_LAYCACHE_IO_REC_TABLE 'T' |
#define | SW_LAYCACHE_IO_REC_FLY 'F' |
#define | SW_LAYCACHE_IO_VERSION_MAJOR 1 |
#define | SW_LAYCACHE_IO_VERSION_MINOR 1 |
Typedefs | |
typedef std::vector< SwFlyCache > | SwPageFlyCache |
#define SW_LAYCACHE_IO_REC_FLY 'F' |
Definition at line 144 of file layhelp.hxx.
#define SW_LAYCACHE_IO_REC_PAGES 'p' |
Definition at line 141 of file layhelp.hxx.
#define SW_LAYCACHE_IO_REC_PARA 'P' |
Definition at line 142 of file layhelp.hxx.
#define SW_LAYCACHE_IO_REC_TABLE 'T' |
Definition at line 143 of file layhelp.hxx.
#define SW_LAYCACHE_IO_VERSION_MAJOR 1 |
Definition at line 146 of file layhelp.hxx.
#define SW_LAYCACHE_IO_VERSION_MINOR 1 |
Definition at line 147 of file layhelp.hxx.
typedef std::vector<SwFlyCache> SwPageFlyCache |
Definition at line 54 of file layhelp.hxx.