Lines Matching refs:AttacherIndex_Impl

82 struct AttacherIndex_Impl  struct
91 bool operator<( const AttacherIndex_Impl & ) const;
92 bool operator==( const AttacherIndex_Impl & ) const;
109 bool AttacherIndex_Impl::operator<( const AttacherIndex_Impl & r ) const
114 bool AttacherIndex_Impl::operator==( const AttacherIndex_Impl & r ) const
126 ::std::deque< AttacherIndex_Impl > aIndex;
180 …::std::deque<AttacherIndex_Impl>::iterator implCheckIndex( sal_Int32 _nIndex ) SAL_THROW ( ( Illeg…
468 ::std::deque<AttacherIndex_Impl>::iterator ImplEventAttacherManager::implCheckIndex( sal_Int32 _nIn… in implCheckIndex()
473 ::std::deque<AttacherIndex_Impl>::iterator aIt = aIndex.begin(); in implCheckIndex()
529 ::std::deque<AttacherIndex_Impl>::iterator aIt = implCheckIndex( nIndex ); in registerScriptEvent()
582 ::std::deque<AttacherIndex_Impl>::iterator aIt = implCheckIndex( nIndex ); in registerScriptEvents()
607 ::std::deque<AttacherIndex_Impl>::iterator aIt = implCheckIndex( nIndex ); in revokeScriptEvent()
664 ::std::deque<AttacherIndex_Impl>::iterator aIt = implCheckIndex( nIndex ); in revokeScriptEvents()
688 if ( static_cast< ::std::deque< AttacherIndex_Impl >::size_type>(nIndex) >= aIndex.size() ) in insertEntry()
691 AttacherIndex_Impl aTmp; in insertEntry()
700 ::std::deque<AttacherIndex_Impl>::iterator aIt = implCheckIndex( nIndex ); in removeEntry()
712 ::std::deque<AttacherIndex_Impl>::iterator aIt = implCheckIndex( nIndex ); in getScriptEvents()
740 if( static_cast< ::std::deque< AttacherIndex_Impl >::size_type>(nIndex) >= aIndex.size() ) in attach()
753 ::std::deque< AttacherIndex_Impl >::iterator aCurrentPosition = aIndex.begin() + nIndex; in attach()
820 …if( nIndex < 0 || static_cast< ::std::deque< AttacherIndex_Impl >::size_type>(nIndex) >= aIndex.si… in detach()
823 ::std::deque< AttacherIndex_Impl >::iterator aCurrentPosition = aIndex.begin() + nIndex; in detach()
918 ::std::deque<AttacherIndex_Impl>::iterator aIt = aIndex.begin(); in write()
919 ::std::deque<AttacherIndex_Impl>::iterator aEnd = aIndex.end(); in write()