Home
last modified time | relevance | path

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

/trunk/main/xmlscript/source/xml_helper/
H A Dxml_impctx.cxx341 sal_Int32 m_nAttributes; member in xmlscript::ExtendedAttributes
386 : m_nAttributes( nAttributes ) in ExtendedAttributes()
737 for ( sal_Int32 nPos = m_nAttributes; nPos--; ) in getIndexByQName()
750 return m_nAttributes; in getLength()
756 if (nIndex < m_nAttributes) in getLocalNameByIndex()
765 if (nIndex < m_nAttributes) in getQNameByIndex()
775 OSL_ASSERT( nIndex < m_nAttributes ); in getTypeByIndex()
782 if (nIndex < m_nAttributes) in getValueByIndex()
792 for ( sal_Int32 nPos = m_nAttributes; nPos--; ) in getIndexByUidName()
805 if (nIndex < m_nAttributes) in getUidByIndex()
[all …]