LibreOffice Module sw (master) 1
|
#include <swcache.hxx>
#include <fntcache.hxx>
#include <swfntcch.hxx>
#include <txtfrm.hxx>
#include "pordrop.hxx"
#include <init.hxx>
#include <txtfly.hxx>
#include <dbg_lay.hxx>
Go to the source code of this file.
Functions | |
void | TextInit_ () |
void | TextFinit () |
Variables | |
SwContourCache * | pContourCache = nullptr |
Contour-cache global variable, initialized/destroyed in txtinit.cxx and needed in txtfly.cxx by text wrapping. More... | |
SwDropCapCache * | pDropCapCache = nullptr |
void TextFinit | ( | ) |
Definition at line 50 of file txtinit.cxx.
References SwDropPortion::DeleteDropCapCache(), SwTextFrame::GetTextCache(), pContourCache, pFntCache, PROTOCOL_STOP, and pSwFontCache.
void TextInit_ | ( | ) |
Definition at line 37 of file txtinit.cxx.
References pFntCache, PROTOCOL_INIT, pSwFontCache, and SwTextFrame::SetTextCache().
SwContourCache* pContourCache = nullptr |
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().
SwDropCapCache* pDropCapCache = nullptr |
Definition at line 31 of file txtinit.cxx.
Referenced by SwDropPortion::DeleteDropCapCache(), and SwDropPortion::Format().