|
LibreOffice Module sd (master) 1
|
#include <memory>#include <unordered_map>#include "SlsBitmapCache.hxx"#include "SlsCacheCompactor.hxx"#include "SlsBitmapCompressor.hxx"#include "SlsCacheConfiguration.hxx"#include <sal/log.hxx>Go to the source code of this file.
Classes | |
| class | sd::slidesorter::cache::BitmapCache::CacheEntry |
| class | sd::slidesorter::cache::BitmapCache::CacheBitmapContainer |
Namespaces | |
| namespace | sd |
| namespace | sd::slidesorter |
| namespace | sd::slidesorter::cache |
Variables | |
| const sal_Int32 | MAXIMAL_CACHE_SIZE = 4*1024L*1024L |
| const sal_Int32 MAXIMAL_CACHE_SIZE = 4*1024L*1024L |
Definition at line 33 of file SlsBitmapCache.cxx.