Home
last modified time | relevance | path

Searched refs:AttachedObject_Impl (Results 1 – 1 of 1) sorted by relevance

/AOO41X/main/comphelper/source/eventattachermgr/
H A Deventattachermgr.cxx72 struct AttachedObject_Impl struct
78 bool operator<( const AttachedObject_Impl & ) const;
79 bool operator==( const AttachedObject_Impl & ) const;
89 ::std::deque< AttachedObject_Impl > aObjList;
96 bool AttachedObject_Impl::operator<( const AttachedObject_Impl & r ) const
103 bool AttachedObject_Impl::operator==( const AttachedObject_Impl & r ) const
488 ::std::deque< AttachedObject_Impl > & rList in detachAll_Impl()
491 ::std::deque< AttachedObject_Impl >::iterator aObjIt = rList.begin(); in detachAll_Impl()
492 ::std::deque< AttachedObject_Impl >::iterator aObjEnd = rList.end(); in detachAll_Impl()
505 ::std::deque< AttachedObject_Impl > & rList in attachAll_Impl()
[all …]