Lines Matching refs:rAttrName
286 const OUString& rAttrName, in _GetKeyByAttrName() argument
290 return _GetKeyByAttrName( rAttrName, 0, pLocalName, 0, bCache ); in _GetKeyByAttrName()
293 sal_uInt16 SvXMLNamespaceMap::_GetKeyByAttrName( const OUString& rAttrName, in _GetKeyByAttrName() argument
303 it = aNameCache.find ( rAttrName ); in _GetKeyByAttrName()
324 sal_Int32 nColonPos = rAttrName.indexOf( sal_Unicode(':') ); in _GetKeyByAttrName()
329 xEntry->sName = rAttrName; in _GetKeyByAttrName()
334 xEntry->sPrefix = rAttrName.copy( 0L, nColonPos ); in _GetKeyByAttrName()
335 xEntry->sName = rAttrName.copy( nColonPos + 1L ); in _GetKeyByAttrName()
361 (void) const_cast<NameSpaceHash*>(&aNameCache)->insert (value_type (rAttrName, xEntry)); in _GetKeyByAttrName()
458 const OUString& rAttrName, in GetKeyByAttrName() argument
462 return _GetKeyByAttrName( rAttrName, 0, pLocalName, 0 ); in GetKeyByAttrName()
465 sal_uInt16 SvXMLNamespaceMap::GetKeyByAttrName( const OUString& rAttrName, in GetKeyByAttrName() argument
471 return _GetKeyByAttrName ( rAttrName, pPrefix, pLocalName, pNamespace ); in GetKeyByAttrName()