Searched refs:rpCache (Results 1 – 6 of 6) sorted by relevance
| /trunk/main/sd/source/ui/slidesorter/cache/ |
| H A D | SlsPageCacheManager.cxx | 80 const ::boost::shared_ptr< ::sd::slidesorter::cache::PageCacheManager::Cache>& rpCache) in RecentlyUsedCacheDescriptor() 81 :mpDocument(pDocument),maPreviewSize(rPreviewSize),mpCache(rpCache) in RecentlyUsedCacheDescriptor() 143 CompareWithCache(const ::boost::shared_ptr<PageCacheManager::Cache>& rpCache) in CompareWithCache() argument 144 : mpCache(rpCache) {} in CompareWithCache() 251 const ::boost::shared_ptr<Cache>& rpCache, in Recycle() 281 rpCache->Recycle(*iBestCache->second); in Recycle() 288 void PageCacheManager::ReleaseCache (const ::boost::shared_ptr<Cache>& rpCache) in ReleaseCache() argument 293 PageCacheContainer::CompareWithCache(rpCache))); in ReleaseCache() 297 OSL_ASSERT(iCache->second == rpCache); in ReleaseCache() 299 PutRecentlyUsedCache(iCache->first.mpDocument,iCache->first.maPreviewSize,rpCache); in ReleaseCache() [all …]
|
| H A D | SlsQueueProcessor.cxx | 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()
|
| H A D | SlsQueueProcessor.hxx | 66 const ::boost::shared_ptr<BitmapCache>& rpCache, 104 void SetBitmapCache (const ::boost::shared_ptr<BitmapCache>& rpCache);
|
| /trunk/main/sw/source/core/doc/ |
| H A D | swstylemanager.cxx | 126 SwStyleCache* &rpCache = eFamily == IStyleAccess::AUTO_STYLE_CHAR ? in cacheAutomaticStyle() local 128 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() local 139 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()
|
| /trunk/main/sd/source/ui/slidesorter/inc/cache/ |
| H A D | SlsPageCacheManager.hxx | 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,
|
| /trunk/main/sd/source/ui/slidesorter/inc/view/ |
| H A D | SlsPageObjectViewObjectContact.hxx | 78 const ::boost::shared_ptr<cache::PageCache>& rpCache, 85 void SetCache (const ::boost::shared_ptr<cache::PageCache>& rpCache);
|