|
LibreOffice Module sw (master) 1
|
#include <swfntcch.hxx>
Public Member Functions | |
| SwFontCache () | |
Public Member Functions inherited from SwCache | |
| SwCache (const sal_uInt16 nInitSize, OString aNm) | |
| ~SwCache () | |
| The dtor will free all objects still in the vector. More... | |
| void | Flush () |
| SwCacheObj * | Get (const void *pOwner, const bool bToTop=true) |
| SwCacheObj * | Get (const void *pOwner, const sal_uInt16 nIndex, const bool bToTop=true) |
| void | ToTop (SwCacheObj *pObj) |
| bool | Insert (SwCacheObj *pNew, bool isDuplicateOwnerAllowed) |
| void | Delete (const void *pOwner, sal_uInt16 nIndex) |
| void | Delete (const void *pOwner) |
| void | SetLRUOfst (const sal_uInt16 nOfst) |
| Mark some entries as "do not delete". More... | |
| void | ResetLRUOfst () |
| void | IncreaseMax (const sal_uInt16 nAdd) |
| void | DecreaseMax (const sal_uInt16 nSub) |
| sal_uInt16 | GetCurMax () const |
| SwCacheObj * | First () |
| SwCacheObj * | operator[] (sal_uInt16 nIndex) |
| sal_uInt16 | size () |
Additional Inherited Members | |
Static Public Member Functions inherited from SwCache | |
| static SwCacheObj * | Next (SwCacheObj *pCacheObj) |
Definition at line 30 of file swfntcch.hxx.
|
inline |
Definition at line 34 of file swfntcch.hxx.