Home
last modified time | relevance | path

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

/trunk/main/vcl/inc/vcl/
H A Dppdparser.hxx63 typedef ::std::hash_map< ::rtl::OUString, PPDValue, ::rtl::OUStringHash > hash_type; typedef in psp::PPDKey
67 hash_type m_aValues;
126 typedef ::std::hash_map< ::rtl::OUString, PPDKey*, ::rtl::OUStringHash > hash_type; typedef in psp::PPDParser
146 hash_type m_aKeys;
299 typedef ::std::hash_map< const PPDKey*, const PPDValue*, PPDKeyhash > hash_type; typedef in psp::PPDContext
300 hash_type m_aCurrentValues;
/trunk/main/vcl/unx/generic/printer/
H A Dppdparser.cxx735 for( PPDParser::hash_type::const_iterator it = m_aKeys.begin(); it != m_aKeys.end(); ++it ) in PPDParser()
841 for( PPDParser::hash_type::iterator it = m_aKeys.begin(); it != m_aKeys.end(); ++it ) in ~PPDParser()
859 PPDParser::hash_type::const_iterator it = m_aKeys.find( rKey ); in getKey()
912 PPDParser::hash_type::const_iterator keyit; in parse()
1175 PPDParser::hash_type::const_iterator keyit = m_aKeys.find( aUniKey ); in parseOpenUI()
1212 PPDParser::hash_type::const_iterator keyit = m_aKeys.find( aKey ); in parseOrderDependency()
1708 PPDKey::hash_type::const_iterator it = m_aValues.find( rOption ); in getValue()
1731 PPDKey::hash_type::iterator it = m_aValues.find( rOption ); in eraseValue()
1791 hash_type::const_iterator it; in getModifiedKey()
1815 hash_type::const_iterator it; in getValue()
[all …]