Searched refs:aNamespaces (Results 1 – 3 of 3) sorted by relevance
318 StringHashMap aNamespaces; in PushNameAndNamespaces() local336 aNamespaces[aNsName] = aAttrValue; in PushNameAndNamespaces()346 ::rtl::OUString aConvertedName = ConvertNameWithNamespace( aName, aNamespaces ); in PushNameAndNamespaces()350 aStack.push_back( ManifestScopeEntry( aConvertedName, aNamespaces ) ); in PushNameAndNamespaces()363 …tImport::ConvertNameWithNamespace( const ::rtl::OUString& aName, const StringHashMap& aNamespaces ) in ConvertNameWithNamespace() argument377 StringHashMap::const_iterator aIter = aNamespaces.find( aNsAlias ); in ConvertNameWithNamespace()378 if ( aIter != aNamespaces.end() in ConvertNameWithNamespace()
49 ManifestScopeEntry( const ::rtl::OUString& aConvertedName, const StringHashMap& aNamespaces ) in ManifestScopeEntry()51 , m_aNamespaces( aNamespaces ) in ManifestScopeEntry()88 …UString ConvertNameWithNamespace( const ::rtl::OUString& aName, const StringHashMap& aNamespaces );
75 aNamespaces; /// never empty. member101 aNamespaces.push( &i_rNsp ); in InNamespaceTree()111 aNamespaces.push(&i_rNsp); in GoDown()131 aNamespaces.pop(); in GoUp()184 … Namespace() const { return pInNamespace ? pInNamespace->aNamespaces.top() : 0; } in Namespace()
Completed in 12 milliseconds