Searched refs:SwCache (Results 1 – 11 of 11) sorted by relevance
/aoo4110/main/sw/source/core/inc/ |
H A D | swcache.hxx | 71 class SwCache : public SwCacheObjArr class 113 SwCache( const sal_uInt16 nInitSize, const sal_uInt16 nGrowSize, 115 ~SwCache(); 117 SwCache( const sal_uInt16 nInitSize, const sal_uInt16 nGrowSize ); 147 SwCache &rCache; 149 SwSaveSetLRUOfst( SwCache &rC, const sal_uInt16 nOfst ) in SwSaveSetLRUOfst() 160 friend class SwCache; //Der darf alles 217 SwCache &rCache; 242 inline void SwCache::IncreaseMax( const sal_uInt16 nAdd ) in IncreaseMax() 249 inline void SwCache::DecreaseMax( const sal_uInt16 nSub ) in DecreaseMax() [all …]
|
H A D | fntcache.hxx | 45 class SwFntCache : public SwCache 49 inline SwFntCache() : SwCache(50,50 in SwFntCache() 56 inline SwFntObj *First( ) { return (SwFntObj *)SwCache::First(); } in First() 58 { return (SwFntObj *)SwCache::Next( (SwCacheObj *)pFntObj ); } in Next()
|
H A D | txtfrm.hxx | 41 class SwCache; 67 static SwCache *pTxtCache; //Pointer auf den Line-Cache 483 static SwCache *GetTxtCache() { return pTxtCache; } in GetTxtCache() 484 static void SetTxtCache( SwCache *pNew ) { pTxtCache = pNew; } in SetTxtCache()
|
H A D | frame.hxx | 52 class SwCache; 299 static SwCache *pCache; 510 static SwCache &GetCache() { return *pCache; } in GetCache() 511 static SwCache *GetCachePtr() { return pCache; } in GetCachePtr() 512 static void SetCache( SwCache *pNew ) { pCache = pNew; } in SetCache()
|
H A D | swfntcch.hxx | 40 class SwFontCache : public SwCache 44 inline SwFontCache() : SwCache(50,50 in SwFontCache()
|
H A D | frmtool.hxx | 388 SwBorderAttrAccess( SwCache &rCache, const SwFrm *pOwner );
|
/aoo4110/main/sw/source/core/bastyp/ |
H A D | swcache.cxx | 51 void SwCache::Check() in Check() 102 SwCache::SwCache( const sal_uInt16 nInitSize, const sal_uInt16 nGrowSize in SwCache() function in SwCache 136 SwCache::~SwCache() in ~SwCache() 185 void SwCache::Flush( const sal_uInt8 ) in Flush() 236 void SwCache::ToTop( SwCacheObj *pObj ) in ToTop() 306 SwCacheObj *SwCache::Get( const void *pOwner, const sal_uInt16 nIndex, in Get() 330 SwCacheObj *SwCache::Get( const void *pOwner, const sal_Bool bToTop ) in Get() 362 void SwCache::DeleteObj( SwCacheObj *pObj ) in DeleteObj() 427 void SwCache::Delete( const void *pOwner ) in Delete() 446 sal_Bool SwCache::Insert( SwCacheObj *pNew ) in Insert() [all …]
|
/aoo4110/main/sw/source/core/text/ |
H A D | txtinit.cxx | 52 SwCache *SwTxtFrm::pTxtCache = 0; 74 …SwCache *pTxtCache = new SwCache( 250, 100 // Cache for SwTxtFrm -> SwTxtLine = { SwParaPorti… in _TextInit()
|
/aoo4110/main/sw/source/core/layout/ |
H A D | newfrm.cxx | 59 SwCache *SwFrm::pCache = 0; 364 SwCache *pNew = new SwCache( 100, 100 in _FrmInit()
|
H A D | frmtool.cxx | 2220 SwBorderAttrAccess::SwBorderAttrAccess( SwCache &rCach, const SwFrm *pFrm ) : in SwBorderAttrAccess()
|
/aoo4110/main/sw/source/core/txtnode/ |
H A D | fntcache.cxx | 119 SwCache::Flush( ); in Flush()
|
Completed in 71 milliseconds