Lines Matching refs:ii
380 const std::vector< AncestorEvent* >::const_iterator& ii,
980 std::vector<const rtl::OUString>::const_iterator ii; in hasReference() local
981 for (ii = m_vReferenceIds.begin(); ii != m_vReferenceIds.end(); ++ii) in hasReference()
983 if (ouUri == *ii) in hasReference()
1597 const std::vector< AncestorEvent* >::const_iterator& ii, in checkAncestorStartElementEvent()
1600 std::vector< AncestorEvent* >::const_iterator next = ii+1; in checkAncestorStartElementEvent()
1605 (*ii)->ouName, (*ii)->aAttributeList, xDocumentHandler); in checkAncestorStartElementEvent()
1626 std::vector< AncestorEvent* >::const_iterator ii; in flushAncestorEvents() local
1630 ii = m_vAncestorEvents.begin(); in flushAncestorEvents()
1632 while (ii != m_vAncestorEvents.end()) in flushAncestorEvents()
1634 AncestorEvent* ancestorEvent = *ii; in flushAncestorEvents()
1638 ii = checkAncestorStartElementEvent(ii, xDocumentHandler); in flushAncestorEvents()
1642 sendAncestorEndElementEvent((*ii)->ouName, xDocumentHandler); in flushAncestorEvents()
1643 ii++; in flushAncestorEvents()