/aoo42x/main/sal/rtl/source/ |
H A D | alloc_cache.c | 154 (cache->m_slab_stats.m_alloc - cache->m_slab_stats.m_free) >> cache->m_hash_shift, in rtl_cache_hash_rescale() 420 cache->m_ncolor += cache->m_type_align; in rtl_cache_slab_populate() 421 if (cache->m_ncolor > cache->m_ncolor_max) in rtl_cache_slab_populate() 950 cache->m_ntypes = cache->m_slab_size / cache->m_type_size; in rtl_cache_activate() 951 cache->m_ncolor_max = cache->m_slab_size % cache->m_type_size; in rtl_cache_activate() 1253 cache->m_cpu_curr = cache->m_cpu_prev; in rtl_cache_alloc() 1262 cache->m_cpu_prev = cache->m_cpu_curr; in rtl_cache_alloc() 1323 cache->m_cpu_curr = cache->m_cpu_prev; in rtl_cache_free() 1332 cache->m_cpu_prev = cache->m_cpu_curr; in rtl_cache_free() 1636 cache = cache->m_cache_next) in rtl_cache_wsupdate_all() [all …]
|
/aoo42x/main/scripting/java/org/openoffice/netbeans/modules/office/filesystem/ |
H A D | OpenOfficeDocFileSystem.java | 315 synchronized(cache) { in openDocument() 329 synchronized(cache) { in closeDocument() 356 synchronized(cache) { in cacheDocument() 357 cache.clear(); in cacheDocument() 380 synchronized(cache) { in updateDocument() 425 synchronized(cache) { in saveDocument() 437 synchronized(cache) { in scanDocument() 452 synchronized(cache) { in getFileEntry() 478 synchronized(cache) { in getFolderEntry() 541 synchronized(cache) { in folder() [all …]
|
/aoo42x/main/sd/source/ui/slidesorter/cache/ |
H A D | SlsCacheCompactor.cxx | 52 : public ::sd::slidesorter::cache::CacheCompactor 56 ::sd::slidesorter::cache::BitmapCache& rCache, in NoCacheCompaction() 77 : public ::sd::slidesorter::cache::CacheCompactor 81 ::sd::slidesorter::cache::BitmapCache& rCache, 83 const ::boost::shared_ptr< ::sd::slidesorter::cache::BitmapCompressor>& rpCompressor); 89 ::boost::shared_ptr< ::sd::slidesorter::cache::BitmapCompressor> mpCompressor; 95 namespace sd { namespace slidesorter { namespace cache { namespace 192 ::sd::slidesorter::cache::BitmapCache& rCache, in CacheCompactionByCompression() 194 const ::boost::shared_ptr< ::sd::slidesorter::cache::BitmapCompressor>& rpCompressor) in CacheCompactionByCompression() 212 ::std::auto_ptr< ::sd::slidesorter::cache::BitmapCache::CacheIndex> pIndex ( in Run() [all …]
|
H A D | SlsPageCacheManager.cxx | 44 ::sd::slidesorter::cache::PageCacheManager::DocumentKey mpDocument; 48 ::sd::slidesorter::cache::PageCacheManager::DocumentKey pDocument, in CacheDescriptor() 73 ::sd::slidesorter::cache::PageCacheManager::DocumentKey mpDocument; 75 ::boost::shared_ptr< ::sd::slidesorter::cache::PageCacheManager::Cache> mpCache; 78 ::sd::slidesorter::cache::PageCacheManager::DocumentKey pDocument, in RecentlyUsedCacheDescriptor() 80 const ::boost::shared_ptr< ::sd::slidesorter::cache::PageCacheManager::Cache>& rpCache) in RecentlyUsedCacheDescriptor() 107 …bool operator()(const ::sd::slidesorter::cache::PageCacheManager::BestFittingPageCaches::value_typ… in operator ()() 108 … const ::sd::slidesorter::cache::PageCacheManager::BestFittingPageCaches::value_type& rElement2) in operator ()() 126 namespace sd { namespace slidesorter { namespace cache { namespace 331 const ::sd::slidesorter::cache::PageCacheManager::DocumentKey aKey ( in ChangeSize()
|
/aoo42x/main/sd/source/ui/slidesorter/view/ |
H A D | SlsViewCacheContext.cxx | 62 cache::CacheKey aKey, in NotifyPreviewCreation() 94 bool ViewCacheContext::IsVisible (cache::CacheKey aKey) in IsVisible() 103 const SdrPage* ViewCacheContext::GetPage (cache::CacheKey aKey) in GetPage() 111 ::boost::shared_ptr<std::vector<cache::CacheKey> > ViewCacheContext::GetEntryList (bool bVisible) in GetEntryList() 113 ::boost::shared_ptr<std::vector<cache::CacheKey> > pKeys (new std::vector<cache::CacheKey>()); in GetEntryList() 132 sal_Int32 ViewCacheContext::GetPriority (cache::CacheKey aKey) in GetPriority() 140 model::SharedPageDescriptor ViewCacheContext::GetDescriptor (cache::CacheKey aKey) in GetDescriptor()
|
H A D | SlsViewCacheContext.hxx | 43 class ViewCacheContext : public cache::CacheContext 48 virtual void NotifyPreviewCreation (cache::CacheKey aKey, const Bitmap& rPreview); 50 virtual bool IsVisible (cache::CacheKey aKey); 51 virtual const SdrPage* GetPage (cache::CacheKey aKey); 52 virtual ::boost::shared_ptr<std::vector<cache::CacheKey> > GetEntryList (bool bVisible); 53 virtual sal_Int32 GetPriority (cache::CacheKey aKey); 60 model::SharedPageDescriptor GetDescriptor (cache::CacheKey aKey);
|
H A D | SlideSorterView.cxx | 603 ::boost::shared_ptr<cache::PageCache> pCache = GetPreviewCache(); in UpdatePreciousFlags() 818 cache::PageCacheManager::Instance()->InvalidateAllCaches(); in ConfigurationChanged() 828 ::boost::shared_ptr<cache::PageCache> SlideSorterView::GetPreviewCache (void) in GetPreviewCache() 834 new cache::PageCache( in GetPreviewCache() 837 cache::SharedCacheContext(new ViewCacheContext(mrSlideSorter)))); in GetPreviewCache()
|
/aoo42x/main/offapi/com/sun/star/auth/ |
H A D | XSSOPasswordCache.idl | 39 an external method to cache these passwords. 46 /** adds a username/password combination to the cache. 48 If an entry for the specified username already exists in the cache, it 67 /** retrieves a password for a given user from the cache. 69 Non persistent cache is searched first, followed by the 70 persistent cache ( if it exists ). 85 /** removes a password from the cache 92 present, from persistent cache.
|
/aoo42x/main/offapi/com/sun/star/sheet/ |
H A D | XExternalDocLink.idl | 50 /** <p>This method adds a new sheet cache instance to the external document 51 link for a specified sheet name. If a sheet cache instance already 59 @param DynamicCache specify whether or not the cache can grow when 61 cell in this sheet cache will allow Calc to try to access the source 66 @return com::sun::star::sheet::XExternalSheetCache sheet cache instance 79 <p>Each external document cache instance has a unique index value, and this 80 index value can be used to retrieve the corresponding external document cache
|
/aoo42x/main/sysui/desktop/freedesktop/ |
H A D | freedesktop-menus.spec | 136 if [ -e /usr/share/icons/$theme/icon-theme.cache ] ; then 139 if [ -x /opt/gnome/bin/gtk-update-icon-cache ]; then 140 /opt/gnome/bin/gtk-update-icon-cache -q /usr/share/icons/$theme 141 elif (which gtk-update-icon-cache); then 142 gtk-update-icon-cache -q /usr/share/icons/$theme 328 if [ -e /usr/share/icons/$theme/icon-theme.cache ] ; then 331 if [ -x /opt/gnome/bin/gtk-update-icon-cache ]; then 332 /opt/gnome/bin/gtk-update-icon-cache -q /usr/share/icons/$theme 333 elif (which gtk-update-icon-cache); then 334 gtk-update-icon-cache -q /usr/share/icons/$theme
|
/aoo42x/main/offapi/com/sun/star/drawing/ |
H A D | XSlidePreviewCache.idl | 48 /** A cache of preview bitmaps for the slides of one Impress or Draw 49 document in one size. There may be more than one cache for one 51 cache may take it from another cache and scale it to the desired size. 61 /** Set the set of slides for which the cache will provide the 65 The set of slides for which the called cache will provide the 83 cache.
|
/aoo42x/main/offapi/com/sun/star/configuration/ |
H A D | ConfigurationProvider.idl | 178 <strong>Controlling cache behavior:</strong> (with providers that 179 cache configuration data) 182 <dd>controls how updates are handled in the cache. If <TRUE/>, the 183 cache may operate in <em>write-back</em> mode, where updates at 184 first only affect the cache and are written to persistent storage 185 at some later time. If <FALSE/>, the cache must operate in 197 specifies that data for the view is not taken from the cache, but 199 become visible in the cache are not reflected in this view and that 200 changes done through this view are not reflected in the cache.
|
H A D | DefaultProvider.idl | 67 the in-memory cache. 71 /** Enables the data to be flushed from the in-memory cache to the backend(s). 82 /** Property to enable/disable asynchronous write-back from in-memory cache to backend(s)
|
/aoo42x/main/sd/ |
H A D | Library_sd.mk | 393 sd/source/ui/slidesorter/cache/SlsBitmapCache \ 394 sd/source/ui/slidesorter/cache/SlsBitmapCompressor \ 395 sd/source/ui/slidesorter/cache/SlsBitmapFactory \ 396 sd/source/ui/slidesorter/cache/SlsCacheCompactor \ 397 sd/source/ui/slidesorter/cache/SlsCacheConfiguration \ 398 sd/source/ui/slidesorter/cache/SlsGenericPageCache \ 399 sd/source/ui/slidesorter/cache/SlsPageCache \ 400 sd/source/ui/slidesorter/cache/SlsPageCacheManager \ 401 sd/source/ui/slidesorter/cache/SlsQueueProcessor \ 402 sd/source/ui/slidesorter/cache/SlsRequestFactory \ [all …]
|
/aoo42x/main/binaryurp/source/ |
H A D | unmarshal.cxx | 170 if (idx == cache::ignore || !state_.typeCache[idx].is()) { in readType() 219 if (idx != cache::ignore) { in readType() 247 if (oid.isEmpty() && idx != cache::ignore) { in readOid() 257 if (idx != cache::ignore) { in readOid() 274 if (idx == cache::ignore || state_.tidCache[idx].getLength() == 0) { in readTid() 283 if (idx != cache::ignore) { in readTid() 433 if (idx >= cache::size && idx != cache::ignore) { in readCacheIndex()
|
H A D | readerstate.hxx | 39 com::sun::star::uno::TypeDescription typeCache[cache::size]; 41 rtl::OUString oidCache[cache::size]; 43 rtl::ByteSequence tidCache[cache::size];
|
H A D | writerstate.hxx | 40 typeCache(cache::size), oidCache(cache::size), tidCache(cache::size) {} in WriterState()
|
H A D | cache.hxx | 43 namespace cache { namespace 56 OSL_ASSERT(size < cache::ignore); in Cache() 63 return cache::ignore; in add()
|
/aoo42x/main/binaryurp/qa/ |
H A D | test-unmarshal.cxx | 52 buf[1] = static_cast< sal_Int8 >(binaryurp::cache::ignore >> 8); in TEST_F() 53 buf[2] = static_cast< sal_Int8 >(binaryurp::cache::ignore & 0xFF); in TEST_F() 77 buf[1] = static_cast< sal_Int8 >(binaryurp::cache::ignore >> 8); in TEST_F() 78 buf[2] = static_cast< sal_Int8 >(binaryurp::cache::ignore & 0xFF); in TEST_F()
|
/aoo42x/main/sd/source/ui/slidesorter/inc/view/ |
H A D | SlsPageObjectViewObjectContact.hxx | 42 namespace sd { namespace slidesorter { namespace cache { namespace 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 D | SlideSorterView.hxx | 52 namespace sd { namespace slidesorter { namespace cache { namespace 161 ::boost::shared_ptr<cache::PageCache> GetPreviewCache (void); 268 ::boost::shared_ptr<cache::PageCache> mpPreviewCache;
|
/aoo42x/main/i18npool/source/breakiterator/ |
H A D | xdictionary.cxx | 98 cache[i].size = 0; in xdictionary() 110 if (cache[i].size > 0) { in ~xdictionary() 111 delete cache[i].contents; in ~xdictionary() 112 delete cache[i].wordboundary; in ~xdictionary() 241 WordBreakCache& aCache = cache[text[0] & 0x1f]; in getCache()
|
/aoo42x/main/sysui/desktop/redhat/ |
H A D | redhat-menus.spec | 97 if [ -e /usr/share/icons/$theme/icon-theme.cache ] ; then 100 if (which gtk-update-icon-cache); then 101 gtk-update-icon-cache /usr/share/icons/$theme 283 if [ -e /usr/share/icons/$theme/icon-theme.cache ] ; then 286 if (which gtk-update-icon-cache); then 287 gtk-update-icon-cache /usr/share/icons/$theme
|
/aoo42x/main/sysui/desktop/debian/ |
H A D | postrm | 15 if [ -e /usr/share/icons/$theme/icon-theme.cache ] ; then 18 if (which gtk-update-icon-cache); then 19 gtk-update-icon-cache /usr/share/icons/$theme
|
/aoo42x/main/offapi/com/sun/star/drawing/framework/ |
H A D | XResourceFactory.idl | 42 /** Factory and possibly cache for creating and releasing resources. 45 <p>A factory may want to implement a cache to reuse previously released 61 taken from a cache. When the requested resource can not be 77 resource or to keep it in a cache in order to reuse it later.
|