LibreOffice Module sw (master) 1
|
#include <txtcache.hxx>
Public Member Functions | |
SwTextLineAccess (const SwTextFrame *pOwner) | |
SwParaPortion * | GetPara () |
bool | IsAvailable () const |
Public Member Functions inherited from SwCacheAccess | |
virtual | ~SwCacheAccess () |
Protected Member Functions | |
virtual SwCacheObj * | NewObj () override |
Can be use in NewObj. More... | |
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) | |
Additional Inherited Members | |
Protected Attributes inherited from SwCacheAccess | |
SwCacheObj * | m_pObj |
const void * | m_pOwner |
Definition at line 52 of file txtcache.hxx.
|
explicit |
Definition at line 65 of file txtcache.cxx.
SwParaPortion * SwTextLineAccess::GetPara | ( | ) |
Definition at line 50 of file txtcache.cxx.
References SwCacheAccess::Get(), SwCacheObj::GetCachePos(), SwTextLine::GetPara(), SwCacheAccess::m_pObj, SwCacheAccess::m_pOwner, SwTextFrame::SetCacheIdx(), and SwTextLine::SetPara().
Referenced by SwTextFrame::CalcPreps(), SwTextFrame::Format(), SwTextFrame::FormatQuick(), IsAvailable(), SwTextFrame::PaintExtraData(), SwTextFrame::PaintSwFrame(), and SwTextFrame::Prepare().
bool SwTextLineAccess::IsAvailable | ( | ) | const |
Definition at line 70 of file txtcache.cxx.
References GetPara(), and SwCacheAccess::m_pObj.
Referenced by SwTextFrame::Format().
|
overrideprotectedvirtual |
Can be use in NewObj.
Implements SwCacheAccess.
Definition at line 45 of file txtcache.cxx.
References SwCacheAccess::m_pOwner.