Lines Matching refs:nUid
299 sal_Int32 nUid = getUidByURI( rURI ); in pushPrefix() local
306 pEntry->m_Uids.push_back( nUid ); // latest id for prefix in pushPrefix()
313 pEntry->m_Uids.push_back( nUid ); in pushPrefix()
317 m_nLastPrefix_lookup = nUid; in pushPrefix()
380 sal_Int32 nUid, OUString const & rLocalName )
395 sal_Int32 nUid, OUString const & rLocalName )
549 sal_Int32 nUid; in startElement() local
646 getElementName( rQElementName, &nUid, &aLocalName ); in startElement()
656 xCurrentElement->startChildElement( nUid, aLocalName, xAttributes ); in startElement()
661 m_xRoot->startRootElement( nUid, aLocalName, xAttributes ); in startElement()
710 sal_Int32 nUid; in endElement() local
712 getElementName( rQElementName, &nUid, &aLocalName ); in endElement()
714 OSL_ASSERT( xCurrentElement->getUid() == nUid ); in endElement()
833 sal_Int32 nUid, OUString const & rLocalName ) in getIndexByUidName() argument
838 if (m_pUids[ nPos ] == nUid && m_pLocalNames[ nPos ] == rLocalName) in getIndexByUidName()
858 sal_Int32 nUid, OUString const & rLocalName ) in getValueByUidName() argument
863 if (m_pUids[ nPos ] == nUid && m_pLocalNames[ nPos ] == rLocalName) in getValueByUidName()