Searched refs:LISTACTION (Results 1 – 3 of 3) sorted by relevance
77 #define LISTACTION com::sun::star::ucb::ListAction macro81 std::deque < LISTACTION* > maData;90 void Insert( LISTACTION *pAction ) { maData.push_back( pAction ); } in Insert()92 LISTACTION* GetAction( long nIndex ) { return maData[ nIndex ]; } in GetAction()
544 for ( std::deque< LISTACTION* >::size_type i = 0; in Clear()
1866 for ( std::deque< LISTACTION* >::size_type i = 0; in Clear()
Completed in 15 milliseconds