Home
last modified time | relevance | path

Searched refs:PropertySetMap_Impl (Results 1 – 2 of 2) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/ucb/source/core/
H A Ducbstore.cxx109 typedef std::unordered_map< OUString, PersistentPropertySet*> PropertySetMap_Impl; typedef
222 PropertySetMap_Impl m_aPropSets;
286 PropertySetMap_Impl& rSets = m_pImpl->m_aPropSets; in openPropertySet()
288 PropertySetMap_Impl::const_iterator it = rSets.find( key ); in openPropertySet()
566 PropertySetMap_Impl& rSets = m_pImpl->m_aPropSets; in remove()
568 PropertySetMap_Impl::iterator it = rSets.find( key ); in remove()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/ucb/source/core/
H A Ducbstore.cxx111 typedef std::unordered_map< OUString, PersistentPropertySet*> PropertySetMap_Impl; typedef
221 PropertySetMap_Impl m_aPropSets;
285 PropertySetMap_Impl& rSets = m_pImpl->m_aPropSets; in openPropertySet()
287 PropertySetMap_Impl::const_iterator it = rSets.find( key ); in openPropertySet()
564 PropertySetMap_Impl& rSets = m_pImpl->m_aPropSets; in remove()
566 PropertySetMap_Impl::iterator it = rSets.find( key ); in remove()