LibreOffice Module sw (master)
1
|
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 140 of file layhelp.hxx.
Referenced by SwLayCacheImpl::Read(), and SwLayoutCache::Write().
#define SW_LAYCACHE_IO_REC_PAGES 'p' |
Definition at line 137 of file layhelp.hxx.
Referenced by SwLayHelper::CheckInsert(), SwLayCacheImpl::Read(), and SwLayoutCache::Write().
#define SW_LAYCACHE_IO_REC_PARA 'P' |
Definition at line 138 of file layhelp.hxx.
Referenced by SwLayHelper::CheckInsert(), SwLayoutCache::CompareLayout(), SwLayCacheImpl::Read(), and SwLayoutCache::Write().
#define SW_LAYCACHE_IO_REC_TABLE 'T' |
Definition at line 139 of file layhelp.hxx.
Referenced by SwLayHelper::CheckInsert(), SwLayoutCache::CompareLayout(), SwLayCacheImpl::Read(), and SwLayoutCache::Write().
#define SW_LAYCACHE_IO_VERSION_MAJOR 1 |
Definition at line 142 of file layhelp.hxx.
Referenced by SwLayCacheImpl::Read().
#define SW_LAYCACHE_IO_VERSION_MINOR 1 |
Definition at line 143 of file layhelp.hxx.
typedef std::vector<SwFlyCache> SwPageFlyCache |
Definition at line 52 of file layhelp.hxx.