Lines Matching refs:m_nAttributes
355 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()
861 for ( sal_Int32 nPos = m_nAttributes; nPos--; ) in getValueByUidName()