Lines Matching refs:rPrefix
91 sal_uInt16 SvXMLNamespaceMap::_Add( const OUString& rPrefix, const OUString &rName, sal_uInt16 nKey… in _Add() argument
109 pEntry->sPrefix = rPrefix; in _Add()
110 aNameHash[ rPrefix ] = pEntry; in _Add()
115 sal_uInt16 SvXMLNamespaceMap::Add( const OUString& rPrefix, const OUString& rName, in Add() argument
127 if ( aNameHash.find ( rPrefix ) == aNameHash.end() ) in Add()
128 nKey = _Add( rPrefix, rName, nKey ); in Add()
133 sal_uInt16 SvXMLNamespaceMap::AddIfKnown( const OUString& rPrefix, const OUString& rName ) in AddIfKnown() argument
145 NameSpaceHash::const_iterator aIter = aNameHash.find( rPrefix ); in AddIfKnown()
147 nKey = _Add( rPrefix, rName, nKey ); in AddIfKnown()
154 sal_uInt16 SvXMLNamespaceMap::GetKeyByPrefix( const OUString& rPrefix ) const in GetKeyByPrefix()
156 NameSpaceHash::const_iterator aIter = aNameHash.find(rPrefix); in GetKeyByPrefix()
402 sal_Bool SvXMLNamespaceMap::AddAtIndex( sal_uInt16 /*nIdx*/, const OUString& rPrefix, in AddAtIndex() argument
412 if( XML_NAMESPACE_NONE != nKey && ! ( aNameHash.count ( rPrefix ) ) ) in AddAtIndex()
414 _Add( rPrefix, rName, nKey ); in AddAtIndex()
452 sal_uInt16 SvXMLNamespaceMap::GetIndexByPrefix( const OUString& rPrefix ) const in GetIndexByPrefix()
454 NameSpaceHash::const_iterator aIter = aNameHash.find(rPrefix); in GetIndexByPrefix()