Home
last modified time | relevance | path

Searched refs:rCacheEntry (Results 1 – 5 of 5) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/style/
H A Dprhdlfac.cxx133 for( const auto& rCacheEntry : mpImpl->maHandlerCache ) in ~XMLPropertyHandlerFactory() local
134 delete rCacheEntry.second; in ~XMLPropertyHandlerFactory()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/style/
H A Dprhdlfac.cxx132 for( const auto& rCacheEntry : mpImpl->maHandlerCache ) in ~XMLPropertyHandlerFactory() local
133 delete rCacheEntry.second; in ~XMLPropertyHandlerFactory()
/dports/editors/libreoffice/libreoffice-7.2.6.2/slideshow/source/engine/shapes/
H A Dviewshape.cxx733 … [&rDestinationCanvas]( const RendererCacheEntry& rCacheEntry ) in getCacheEntry()
734 … { return rDestinationCanvas == rCacheEntry.getDestinationCanvas(); } ) ) == aEnd ) in getCacheEntry() argument
/dports/editors/libreoffice6/libreoffice-6.4.7.2/slideshow/source/engine/shapes/
H A Dviewshape.cxx742 … [&rDestinationCanvas]( const RendererCacheEntry& rCacheEntry ) in getCacheEntry()
743 … { return rDestinationCanvas == rCacheEntry.getDestinationCanvas(); } ) ) == aEnd ) in getCacheEntry() argument
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/gdi/
H A Dpdfwriter_impl2.cxx184 const auto& rCacheEntry=m_aPDFBmpCache.find( in implWriteBitmapEx() local
186 if ( rCacheEntry != m_aPDFBmpCache.end() ) in implWriteBitmapEx()
188 m_rOuterFace.DrawJPGBitmap( *rCacheEntry->second, true, aSizePixel, in implWriteBitmapEx()