Home
last modified time | relevance | path

Searched refs:PageCache (Results 1 – 13 of 13) sorted by relevance

/aoo41x/main/sd/source/ui/slidesorter/cache/
H A DSlsPageCache.cxx41 PageCache::PageCache ( in PageCache() function in sd::slidesorter::cache::PageCache
56 PageCache::~PageCache (void) in ~PageCache()
63 void PageCache::ChangeSize ( in ChangeSize()
73 Bitmap PageCache::GetPreviewBitmap ( in GetPreviewBitmap()
83 Bitmap PageCache::GetMarkedPreviewBitmap ( in GetMarkedPreviewBitmap()
93 void PageCache::SetMarkedPreviewBitmap ( in SetMarkedPreviewBitmap()
111 void PageCache::InvalidatePreviewBitmap ( in InvalidatePreviewBitmap()
130 void PageCache::InvalidateCache (const bool bUpdateCache) in InvalidateCache()
138 void PageCache::SetPreciousFlag ( in SetPreciousFlag()
148 void PageCache::Pause (void) in Pause()
[all …]
/aoo41x/main/store/source/
H A Dstorcach.cxx50 storeError PageCache::lookupPageAt (PageHolder & rxPage, sal_uInt32 nOffset) in lookupPageAt()
59 storeError PageCache::insertPageAt (PageHolder const & rxPage, sal_uInt32 nOffset) in insertPageAt()
79 storeError PageCache::updatePageAt (PageHolder const & rxPage, sal_uInt32 nOffset) in updatePageAt()
99 storeError PageCache::removePageAt (sal_uInt32 nOffset) in removePageAt()
262 public store::PageCache
547 rtl::Reference< store::PageCache > & rxCache, in PageCache_createInstance()
H A Dstorcach.hxx42 class PageCache : public rtl::IReference class
95 rtl::Reference< store::PageCache > & rxCache,
H A Dstorbios.hxx185 rtl::Reference< PageCache > m_xCache;
/aoo41x/main/sd/source/ui/slidesorter/inc/view/
H A DSlsPageObjectViewObjectContact.hxx43 class PageCache;
78 const ::boost::shared_ptr<cache::PageCache>& rpCache,
85 void SetCache (const ::boost::shared_ptr<cache::PageCache>& rpCache);
205 ::boost::shared_ptr<cache::PageCache> mpCache;
H A DSlideSorterView.hxx53 class PageCache;
161 ::boost::shared_ptr<cache::PageCache> GetPreviewCache (void);
268 ::boost::shared_ptr<cache::PageCache> mpPreviewCache;
H A DSlsPageObjectPainter.hxx34 class PageCache;
81 ::boost::shared_ptr<cache::PageCache> mpCache;
/aoo41x/main/sd/source/ui/slidesorter/inc/cache/
H A DSlsPageCache.hxx74 class PageCache class
84 PageCache (
89 ~PageCache (void);
/aoo41x/main/sd/source/ui/slidesorter/view/
H A DSlideSorterView.cxx603 ::boost::shared_ptr<cache::PageCache> pCache = GetPreviewCache(); in UpdatePreciousFlags()
828 ::boost::shared_ptr<cache::PageCache> SlideSorterView::GetPreviewCache (void) in GetPreviewCache()
834 new cache::PageCache( in GetPreviewCache()
/aoo41x/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()
/aoo41x/main/sd/source/ui/slidesorter/controller/
H A DSlsClipboard.cxx450 ::boost::shared_ptr<cache::PageCache> pPreviewCache ( in CreateSlideTransferable()
576 ::boost::shared_ptr<cache::PageCache> pPreviewCache ( in CreateTransferableUserData()
/aoo41x/main/store/workben/
H A Dt_page.cxx790 class PageCache

Completed in 68 milliseconds