Home
last modified time | relevance | path

Searched refs:rKeyValuePair (Results 1 – 3 of 3) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/data/
H A Dolinetab.cxx148 for (const auto& rKeyValuePair : m_Entries) in dumpAsString() local
149 aOutput += rKeyValuePair.second.dumpAsString() + pGroupEntrySep; in dumpAsString()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/app/
H A Dsalvtables.cxx160 …Cache.remove_if([this] (const o3tl::lru_map<SalBitmap*, BitmapEx>::key_value_pair_t& rKeyValuePair) in DropScaledCache()
161 { return rKeyValuePair.first == this; }); in DropScaledCache() argument
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/app/
H A Dsalvtables.cxx153 rCache.remove_if([this](const lru_scale_cache::key_value_pair_t& rKeyValuePair) { in DropScaledCache() argument
154 return rKeyValuePair.first.mpBitmap == this; in DropScaledCache()