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.cxx355 sal_Int32 m_nAttributes; member in xmlscript::ExtendedAttributes
409 : m_nAttributes( nAttributes ) in ExtendedAttributes()
775 for ( sal_Int32 nPos = m_nAttributes; nPos--; ) in getIndexByQName()
789 return m_nAttributes; in getLength()
796 if (nIndex < m_nAttributes) in getLocalNameByIndex()
806 if (nIndex < m_nAttributes) in getQNameByIndex()
817 OSL_ASSERT( nIndex < m_nAttributes ); in getTypeByIndex()
825 if (nIndex < m_nAttributes) in getValueByIndex()
836 for ( sal_Int32 nPos = m_nAttributes; nPos--; ) in getIndexByUidName()
850 if (nIndex < m_nAttributes) in getUidByIndex()
[all …]

Completed in 19 milliseconds