Home
last modified time | relevance | path

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

/trunk/main/xmloff/inc/xmloff/
H A Dnmspmap.hxx73 typedef ::std::pair < sal_uInt16, const ::rtl::OUString* > QNamePair; typedef
77 size_t operator()( const QNamePair &r1 ) const in operator ()()
84 bool operator()( const QNamePair &r1, in operator ()()
85 const QNamePair &r2 ) const in operator ()()
91 typedef ::std::hash_map < QNamePair, ::rtl::OUString, QNamePairHash, QNamePairEq > QNameCache;
/trunk/main/xmloff/source/core/
H A Dnmspmap.cxx245 aQCacheIter = aQNameCache.find ( QNamePair ( nKey, &rLocalName ) ); in GetQNameByKey()
268 … const_cast < QNameCache * > (&aQNameCache)->operator[] ( QNamePair ( nKey, pString ) ) = sString; in GetQNameByKey()

Completed in 11 milliseconds