Searched refs:rpCache (Results 1 – 6 of 6) sorted by relevance
144 : mpCache(rpCache) {} in CompareWithCache()251 const ::boost::shared_ptr<Cache>& rpCache, in Recycle()281 rpCache->Recycle(*iBestCache->second); in Recycle()293 PageCacheContainer::CompareWithCache(rpCache))); in ReleaseCache()297 OSL_ASSERT(iCache->second == rpCache); in ReleaseCache()309 const ::boost::shared_ptr<Cache>& rpCache, in ChangeSize()317 if (rpCache.get() != NULL) in ChangeSize()326 OSL_ASSERT(iCacheToChange->second == rpCache); in ChangeSize()336 rpCache)); in ChangeSize()338 pResult = rpCache; in ChangeSize()[all …]
37 const ::boost::shared_ptr<BitmapCache>& rpCache, in QueueProcessor()50 mpCache(rpCache), in QueueProcessor()246 const ::boost::shared_ptr<BitmapCache>& rpCache) in SetBitmapCache()248 mpCache = rpCache; in SetBitmapCache()
66 const ::boost::shared_ptr<BitmapCache>& rpCache,104 void SetBitmapCache (const ::boost::shared_ptr<BitmapCache>& rpCache);
126 SwStyleCache* &rpCache = eFamily == IStyleAccess::AUTO_STYLE_CHAR ? in cacheAutomaticStyle() local128 if( !rpCache ) in cacheAutomaticStyle()129 rpCache = new SwStyleCache(); in cacheAutomaticStyle()130 rpCache->addStyleName( pStyle ); in cacheAutomaticStyle()138 SwStyleCache* &rpCache = eFamily == IStyleAccess::AUTO_STYLE_CHAR ? mpCharCache : mpParaCache; in getByName() local139 if( !rpCache ) in getByName()140 rpCache = new SwStyleCache(); in getByName()141 StylePool::SfxItemSet_Pointer_t pStyle = rpCache->getByName( rName ); in getByName()147 rpCache->addCompletePool( rAutoPool ); in getByName()148 pStyle = rpCache->getByName( rName ); in getByName()
86 void ReleaseCache (const ::boost::shared_ptr<Cache>& rpCache);93 const ::boost::shared_ptr<Cache>& rpCache,162 const ::boost::shared_ptr<Cache>& rpCache);177 const ::boost::shared_ptr<Cache>& rpCache,
78 const ::boost::shared_ptr<cache::PageCache>& rpCache,85 void SetCache (const ::boost::shared_ptr<cache::PageCache>& rpCache);
Completed in 23 milliseconds