Home
last modified time | relevance | path

Searched refs:mpCache (Results 1 – 17 of 17) sorted by last modified time

/trunk/main/sd/source/ui/slidesorter/inc/view/
H A DSlsPageObjectViewObjectContact.hxx205 ::boost::shared_ptr<cache::PageCache> mpCache;
H A DSlsPageObjectPainter.hxx81 ::boost::shared_ptr<cache::PageCache> mpCache;
/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsPageObjectPainter.cxx100 mpCache(rSlideSorter.GetView().GetPreviewCache()), in PageObjectPainter()
257 if( bool(mpCache)) in PaintPreview() local
260 mpCache->SetPreciousFlag(pPage, true); in PaintPreview()
315 Bitmap aMarkedPreview (mpCache->GetMarkedPreviewBitmap(pPage,false)); in GetPreviewBitmap()
324 mpCache->GetPreviewBitmap(pPage,true), in GetPreviewBitmap()
327 mpCache->SetMarkedPreviewBitmap(pPage, aMarkedPreview); in GetPreviewBitmap()
333 return mpCache->GetPreviewBitmap(pPage,false); in GetPreviewBitmap()
/trunk/main/vcl/unx/generic/gdi/
H A Dsalbmp.cxx65 ImplSalBitmapCache* X11SalBitmap::mpCache = NULL; member in X11SalBitmap
88 mpCache = new ImplSalBitmapCache; in ImplCreateCache()
98 delete mpCache, mpCache = NULL; in ImplDestroyCache()
599 if( mpCache ) in ImplGetDDB()
600 mpCache->ImplRemove( const_cast<X11SalBitmap*>(this) ); in ImplGetDDB()
662 if( mpCache ) in ImplGetDDB()
663 mpCache->ImplAdd( const_cast<X11SalBitmap*>(this), mpDDB->ImplGetMemSize() ); in ImplGetDDB()
757 if( mpCache ) in Destroy()
758 mpCache->ImplRemove( this ); in Destroy()
815 if( mpCache ) in ReleaseBuffer()
[all …]
/trunk/main/vcl/source/gdi/
H A Dwall.cxx44 mpCache = NULL; in DBG_NAME()
62 if( rImplWallpaper.mpCache ) in ImplWallpaper()
63 mpCache = new BitmapEx( *rImplWallpaper.mpCache ); in ImplWallpaper()
65 mpCache = NULL; in ImplWallpaper()
81 delete mpCache; in ~ImplWallpaper()
90 if( !mpCache ) in ImplSetCachedBitmap()
91 mpCache = new BitmapEx( rBmp ); in ImplSetCachedBitmap()
93 *mpCache = rBmp; in ImplSetCachedBitmap()
100 delete mpCache; in ImplReleaseCachedBitmap()
101 mpCache = NULL; in ImplReleaseCachedBitmap()
/trunk/main/vcl/inc/
H A Dwall2.hxx40 BitmapEx* mpCache; member in ImplWallpaper
51 const BitmapEx* ImplGetCachedBitmap() { return mpCache; } in ImplGetCachedBitmap()
/trunk/main/vcl/inc/unx/
H A Dsalbmp.h60 static ImplSalBitmapCache* mpCache; member in X11SalBitmap
/trunk/main/svtools/source/graphic/
H A Dgrfmgr2.cxx124 delete mpCache; in ~GraphicManager()
138 return mpCache->GetMaxDisplayCacheSize(); in GetMaxCacheSize()
152 return mpCache->GetMaxObjDisplayCacheSize(); in GetMaxObjCacheSize()
159 return mpCache->GetUsedDisplayCacheSize(); in GetUsedCacheSize()
166 return mpCache->GetFreeDisplayCacheSize(); in GetFreeCacheSize()
173 mpCache->SetCacheTimeout( nTimeoutSeconds ); in SetCacheTimeout()
180 return mpCache->GetCacheTimeout(); in GetCacheTimeout()
187 mpCache->ClearDisplayCache(); in ClearCache()
278 mpCache->ReleaseGraphicObject( rObj ); in ImplUnregisterObj()
286 mpCache->GraphicObjectWasSwappedOut( rObj ); in ImplGraphicObjectWasSwappedOut()
[all …]
/trunk/main/svtools/inc/svtools/
H A Dgrfmgr.hxx511 GraphicCache* mpCache; member in GraphicManager
/trunk/main/stoc/source/inspect/
H A Dintrospection.cxx1723 IntrospectionAccessCacheMap* mpCache; member in stoc_inspect::ImplIntrospection
1772 mpCache = NULL; in ImplIntrospection()
1820 delete mpCache; in dispose()
1821 mpCache = NULL; in dispose()
2039 if( !mpCache ) in implInspect()
2040 mpCache = new IntrospectionAccessCacheMap; in implInspect()
2043 IntrospectionAccessCacheMap& aCache = *mpCache; in implInspect()
/trunk/main/sd/source/ui/slidesorter/cache/
H A DSlsPageCacheManager.cxx75 ::boost::shared_ptr< ::sd::slidesorter::cache::PageCacheManager::Cache> mpCache;
81 :mpDocument(pDocument),maPreviewSize(rPreviewSize),mpCache(rpCache) in RecentlyUsedCacheDescriptor()
144 : mpCache(rpCache) {} in CompareWithCache()
146 { return rValue.second == mpCache; } in operator ()()
148 ::boost::shared_ptr<PageCacheManager::Cache> mpCache;
273 iRecentCache->maPreviewSize, iRecentCache->mpCache)); in Recycle()
374 bHasChanged |= iCache2->mpCache->InvalidateBitmap(pKey); in InvalidatePreviewBitmap()
403 iCache2->mpCache->InvalidateCache(); in InvalidateAllPreviewBitmaps()
450 pCache = iCache->mpCache; in GetRecentlyUsedCache()
H A DSlsQueueProcessor.cxx50 mpCache(rpCache), in QueueProcessor()
205 if (mpCache.get() != NULL in ProcessOneRequest()
213 mpCache->SetBitmap (pSdPage, aPreview, ePriorityClass!=NOT_VISIBLE); in ProcessOneRequest()
248 mpCache = rpCache; in SetBitmapCache()
H A DSlsQueueProcessor.hxx121 ::boost::shared_ptr<BitmapCache> mpCache;
/trunk/main/sd/source/ui/presenter/
H A DPresenterPreviewCache.hxx108 ::boost::shared_ptr<sd::slidesorter::cache::PageCache> mpCache;
H A DPresenterPreviewCache.cxx122 mpCache(new PageCache(maPreviewSize, false, mpCacheContext)) in PresenterPreviewCache()
184 OSL_ASSERT(mpCache.get()!=NULL); in setPreviewSize()
187 mpCache->ChangeSize(maPreviewSize, false); in setPreviewSize()
209 const BitmapEx aPreview (mpCache->GetPreviewBitmap(pPage,true)); in getSlidePreview()
249 OSL_ASSERT(mpCache.get()!=NULL); in pause()
250 mpCache->Pause(); in pause()
260 OSL_ASSERT(mpCache.get()!=NULL); in resume()
261 mpCache->Resume(); in resume()
/trunk/main/sc/source/core/data/
H A Ddpcachetable.cxx157 mpCache( NULL ), in ScDPCacheTable()
161 mpCache = pDoc->GetDPObjectCache( nId ); in ScDPCacheTable()
185 if ( mpCache == NULL ) in fillTable()
240 if ( mpCache == NULL ) in fillTable()
429 return ( mpCache == NULL&& mpNoneCache == NULL ) || maFieldEntries.size()==0; in empty()
456 mpCache = NULL; in InitNoneCache()
464 if ( mpCache ) in GetCache()
465 return mpCache; in GetCache()
/trunk/main/sc/inc/
H A Ddpcachetable.hxx241 ScDPTableDataCache* mpCache; member in ScDPCacheTable

Completed in 79 milliseconds