Home
last modified time | relevance | path

Searched refs:rpCache (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sd/source/ui/slidesorter/cache/
H A DSlsPageCacheManager.cxx144 : 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 …]
H A DSlsQueueProcessor.cxx37 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 DSlsQueueProcessor.hxx66 const ::boost::shared_ptr<BitmapCache>& rpCache,
104 void SetBitmapCache (const ::boost::shared_ptr<BitmapCache>& rpCache);
/trunk/main/sw/source/core/doc/
H A Dswstylemanager.cxx126 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 DSlsPageCacheManager.hxx86 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 DSlsPageObjectViewObjectContact.hxx78 const ::boost::shared_ptr<cache::PageCache>& rpCache,
85 void SetCache (const ::boost::shared_ptr<cache::PageCache>& rpCache);

Completed in 66 milliseconds