Lines Matching refs:AncestorEvent
252 struct AncestorEvent struct
254 AncestorEvent( sal_Int32 nAttrNum ):aAttributeList(nAttrNum){}; in AncestorEvent() argument
301 std::vector< AncestorEvent* > m_vAncestorEvents;
379 std::vector< AncestorEvent* >::const_iterator XSecTester::checkAncestorStartElementEvent(
380 const std::vector< AncestorEvent* >::const_iterator& ii,
1546 AncestorEvent* ancestorEvent = new AncestorEvent( nLength ); in addStartAncestorEvent()
1562 AncestorEvent* ancestorEvent = new AncestorEvent(0); in addEndAncestorEvent()
1596 std::vector< AncestorEvent* >::const_iterator XSecTester::checkAncestorStartElementEvent( in checkAncestorStartElementEvent()
1597 const std::vector< AncestorEvent* >::const_iterator& ii, in checkAncestorStartElementEvent()
1600 std::vector< AncestorEvent* >::const_iterator next = ii+1; in checkAncestorStartElementEvent()
1626 std::vector< AncestorEvent* >::const_iterator ii; in flushAncestorEvents()
1634 AncestorEvent* ancestorEvent = *ii; in flushAncestorEvents()
1649 std::vector< AncestorEvent* >::iterator jj; in flushAncestorEvents()