Searched refs:m_aActionsList (Results 1 – 1 of 1) sorted by relevance
131 private Vector m_aActionsList; field in EmbedContApp181 m_aActionsList = new Vector(); in init()282 if ( m_aActionsList.size() > 0 ) in actionPerformed()489 for( int nInd = 0; nInd < m_aActionsList.size(); nInd++ ) in execute()491 ActionObject aAction = ( ActionObject ) m_aActionsList.get( nInd ); in execute()770 m_aActionsList.clear(); in execute()784 int nSize = m_aActionsList.size(); in actionRegister()788 m_aActionsList.add( new ActionObject( nActionID, sParam ) ); in actionRegister()791 ActionObject aAction = ( ActionObject ) m_aActionsList.get( nSize - 1 ); in actionRegister()793 m_aActionsList.add( new ActionObject( nActionID, sParam ) ); in actionRegister()
Completed in 14 milliseconds