Home
last modified time | relevance | path

Searched refs:aNamespaces (Results 1 – 3 of 3) sorted by relevance

/aoo41x/main/package/source/manifest/
H A DManifestImport.cxx318 StringHashMap aNamespaces; in PushNameAndNamespaces() local
336 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() argument
377 StringHashMap::const_iterator aIter = aNamespaces.find( aNsAlias ); in ConvertNameWithNamespace()
378 if ( aIter != aNamespaces.end() in ConvertNameWithNamespace()
H A DManifestImport.hxx49 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 );
/aoo41x/main/autodoc/source/display/html/
H A Dopageenv.cxx75 aNamespaces; /// never empty. member
101 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 24 milliseconds