Home
last modified time | relevance | path

Searched refs:HasPreview (Results 1 – 25 of 57) sorted by relevance

123

/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/slidesorter/cache/
H A DSlsBitmapCache.cxx56 bool HasPreview() const;
159 && (iEntry->second.HasPreview() || iEntry->second.HasReplacement())); in HasBitmap()
192 if ( ! iEntry->second.HasPreview() && iEntry->second.HasReplacement()) in GetBitmap()
239 if (iEntry->second.HasPreview()) in InvalidateBitmap()
385 if ( ! rEntry.second.HasPreview()) in GetCacheIndex()
409 if (iEntry != mpBitmapContainer->end() && iEntry->second.HasPreview()) in Compress()
472 if ((rEntry.HasPreview() || rEntry.HasLosslessReplacement()) in Recycle()
473 && ! (HasPreview() || HasLosslessReplacement())) in Recycle()
538 bool BitmapCache::CacheEntry::HasPreview() const in HasPreview() function in sd::slidesorter::cache::BitmapCache::CacheEntry
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/slidesorter/cache/
H A DSlsBitmapCache.cxx57 bool HasPreview() const;
156 && (iEntry->second.HasPreview() || iEntry->second.HasReplacement())); in HasBitmap()
189 if ( ! iEntry->second.HasPreview() && iEntry->second.HasReplacement()) in GetBitmap()
236 if (iEntry->second.HasPreview()) in InvalidateBitmap()
382 if ( ! rEntry.second.HasPreview()) in GetCacheIndex()
406 if (iEntry != mpBitmapContainer->end() && iEntry->second.HasPreview()) in Compress()
469 if ((rEntry.HasPreview() || rEntry.HasLosslessReplacement()) in Recycle()
470 && ! (HasPreview() || HasLosslessReplacement())) in Recycle()
535 bool BitmapCache::CacheEntry::HasPreview() const in HasPreview() function in sd::slidesorter::cache::BitmapCache::CacheEntry
/dports/cad/opencascade/opencascade-7.6.0/tools/View/
H A DView_DisplayPreview.hxx59 Standard_Boolean HasPreview() const { return !myPreviewPresentation.IsNull(); } in HasPreview() function in View_DisplayPreview
/dports/www/writefreely/writefreely-0.13.1/vendor/github.com/writeas/activity/streams/
H A Dgen_link.go546 func (t *Link) HasPreview(idx int) (p Presence) { func
H A Dgen_mention.go546 func (t *Mention) HasPreview(idx int) (p Presence) { func
H A Dgen_audio.go842 func (t *Audio) HasPreview(idx int) (p Presence) { func
H A Dgen_person.go842 func (t *Person) HasPreview(idx int) (p Presence) { func
H A Dgen_service.go842 func (t *Service) HasPreview(idx int) (p Presence) { func
H A Dgen_note.go842 func (t *Note) HasPreview(idx int) (p Presence) { func
H A Dgen_object.go842 func (t *Object) HasPreview(idx int) (p Presence) { func
H A Dgen_page.go842 func (t *Page) HasPreview(idx int) (p Presence) { func
H A Dgen_profile.go876 func (t *Profile) HasPreview(idx int) (p Presence) { func
H A Dgen_group.go842 func (t *Group) HasPreview(idx int) (p Presence) { func
H A Dgen_image.go910 func (t *Image) HasPreview(idx int) (p Presence) { func
H A Dgen_video.go842 func (t *Video) HasPreview(idx int) (p Presence) { func
H A Dgen_application.go842 func (t *Application) HasPreview(idx int) (p Presence) { func
H A Dgen_article.go842 func (t *Article) HasPreview(idx int) (p Presence) { func
H A Dgen_document.go842 func (t *Document) HasPreview(idx int) (p Presence) { func
H A Dgen_event.go842 func (t *Event) HasPreview(idx int) (p Presence) { func
H A Dgen_organization.go842 func (t *Organization) HasPreview(idx int) (p Presence) { func
H A Dgen_tombstone.go932 func (t *Tombstone) HasPreview(idx int) (p Presence) { func
H A Dgen_collection.go1055 func (t *Collection) HasPreview(idx int) (p Presence) { func
H A Dgen_orderedcollection.go1055 func (t *OrderedCollection) HasPreview(idx int) (p Presence) { func
H A Dgen_place.go1012 func (t *Place) HasPreview(idx int) (p Presence) { func
H A Dgen_relationship.go975 func (t *Relationship) HasPreview(idx int) (p Presence) { func

123