Home
last modified time | relevance | path

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

/trunk/main/xmloff/source/core/
H A Dnmspmap.cxx99 NameSpaceMap::const_iterator aIter = aNameMap.find ( nKey ); in _Add()
178 NameSpaceMap::const_iterator aIter = aNameMap.find (nKey); in GetPrefixByKey()
184 NameSpaceMap::const_iterator aIter = aNameMap.find (nKey); in GetNameByKey()
191 NameSpaceMap::const_iterator aIter = aNameMap.find ( nKey ); in GetAttrNameByKey()
252 NameSpaceMap::const_iterator aIter = aNameMap.find ( nKey ); in GetQNameByKey()
316 NameSpaceMap::const_iterator aMapIter = aNameMap.find (nKey); in _GetKeyByAttrName()
375 NameSpaceMap::const_iterator aIter = aNameMap.find ( nLastKey ); in GetNextKey()
398 NameSpaceMap::const_iterator aIter = aNameMap.find ( nOldIdx ); in GetNextIndex()
442 NameSpaceMap::const_iterator aIter = aNameMap.find (nIdx); in GetPrefixByIndex()
448 NameSpaceMap::const_iterator aIter = aNameMap.find (nIdx); in GetNameByIndex()
/trunk/main/xmloff/inc/xmloff/
H A Dnmspmap.hxx93 typedef ::std::map < sal_uInt16, ::vos::ORef < NameSpaceEntry >, uInt32lt > NameSpaceMap; typedef
101 NameSpaceMap aNameMap;