LibreOffice Module sw (master) 1
|
#include <swfntcch.hxx>
Public Member Functions | |
SwFontAccess (const void *pOwner, SwViewShell *pSh) | |
SwFontObj * | Get () |
Public Member Functions inherited from SwCacheAccess | |
virtual | ~SwCacheAccess () |
Private Member Functions | |
virtual SwCacheObj * | NewObj () override |
Can be use in NewObj. More... | |
Private Attributes | |
SwViewShell * | m_pShell |
Additional Inherited Members | |
Protected Member Functions inherited from SwCacheAccess | |
virtual SwCacheObj * | NewObj ()=0 |
Can be use in NewObj. More... | |
SwCacheObj * | Get (bool isDuplicateOwnerAllowed) |
SwCacheAccess (SwCache &rCache, const void *pOwner, bool bSeek) | |
SwCacheAccess (SwCache &rCache, const void *nCacheId, const sal_uInt16 nIndex) | |
Protected Attributes inherited from SwCacheAccess | |
SwCacheObj * | m_pObj |
const void * | m_pOwner |
Definition at line 63 of file swfntcch.hxx.
SwFontAccess::SwFontAccess | ( | const void * | pOwner, |
SwViewShell * | pSh | ||
) |
Definition at line 49 of file swfntcch.cxx.
References m_pShell.
SwFontObj * SwFontAccess::Get | ( | ) |
Definition at line 56 of file swfntcch.cxx.
References SwCacheAccess::Get().
Referenced by SwTextFrame::EmptyHeight(), SwTextFrame::FillCursorPos(), SwTextFrame::FillRegister(), SwAttrIter::InitFontAndAttrHandler(), and SwTextFrame::PaintEmpty().
|
overrideprivatevirtual |
Can be use in NewObj.
Implements SwCacheAccess.
Definition at line 61 of file swfntcch.cxx.
References SwCacheAccess::m_pOwner, m_pShell, and SwTextFormatColl::SetInSwFntCache().
|
private |
Definition at line 65 of file swfntcch.hxx.
Referenced by NewObj().