Home
last modified time | relevance | path

Searched refs:SwCache (Results 1 – 11 of 11) sorted by relevance

/aoo41x/main/sw/source/core/inc/
H A Dswcache.hxx71 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 Dfntcache.hxx45 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 Dtxtfrm.hxx41 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 Dframe.hxx52 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 Dswfntcch.hxx40 class SwFontCache : public SwCache
44 inline SwFontCache() : SwCache(50,50 in SwFontCache()
H A Dfrmtool.hxx388 SwBorderAttrAccess( SwCache &rCache, const SwFrm *pOwner );
/aoo41x/main/sw/source/core/bastyp/
H A Dswcache.cxx51 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 …]
/aoo41x/main/sw/source/core/text/
H A Dtxtinit.cxx52 SwCache *SwTxtFrm::pTxtCache = 0;
74SwCache *pTxtCache = new SwCache( 250, 100 // Cache for SwTxtFrm -> SwTxtLine = { SwParaPorti… in _TextInit()
/aoo41x/main/sw/source/core/layout/
H A Dnewfrm.cxx59 SwCache *SwFrm::pCache = 0;
364 SwCache *pNew = new SwCache( 100, 100 in _FrmInit()
H A Dfrmtool.cxx2220 SwBorderAttrAccess::SwBorderAttrAccess( SwCache &rCach, const SwFrm *pFrm ) : in SwBorderAttrAccess()
/aoo41x/main/sw/source/core/txtnode/
H A Dfntcache.cxx119 SwCache::Flush( ); in Flush()

Completed in 72 milliseconds