Lines Matching refs:m_pElemList

200     if ( m_pElemList && !m_pElemList->empty() )  in prepareExecute()
205 for ( aListIter = m_pElemList->begin(); in prepareExecute()
206 aListIter != m_pElemList->end(); ++aListIter ) in prepareExecute()
452 ,m_pElemList ( NULL ) in SvtFilePicker()
464 if ( m_pElemList && !m_pElemList->empty() ) in ~SvtFilePicker()
465 m_pElemList->erase( m_pElemList->begin(), m_pElemList->end() ); in ~SvtFilePicker()
466 delete m_pElemList; in ~SvtFilePicker()
667 if ( !m_pElemList ) in setValue()
668 m_pElemList = new ElementList; in setValue()
673 for ( aListIter = m_pElemList->begin(); in setValue()
674 aListIter != m_pElemList->end(); ++aListIter ) in setValue()
691 m_pElemList->insert( m_pElemList->end(), aNew ); in setValue()
712 else if ( m_pElemList && !m_pElemList->empty() ) in getValue()
715 for ( aListIter = m_pElemList->begin(); in getValue()
716 aListIter != m_pElemList->end(); ++aListIter ) in getValue()
747 if ( !m_pElemList ) in setLabel()
748 m_pElemList = new ElementList; in setLabel()
753 for ( aListIter = m_pElemList->begin(); in setLabel()
754 aListIter != m_pElemList->end(); ++aListIter ) in setLabel()
768 m_pElemList->insert( m_pElemList->end(), aNew ); in setLabel()
787 else if ( m_pElemList && !m_pElemList->empty() ) in getLabel()
790 for ( aListIter = m_pElemList->begin(); in getLabel()
791 aListIter != m_pElemList->end(); ++aListIter ) in getLabel()
820 if ( !m_pElemList ) in enableControl()
821 m_pElemList = new ElementList; in enableControl()
826 for ( aListIter = m_pElemList->begin(); in enableControl()
827 aListIter != m_pElemList->end(); ++aListIter ) in enableControl()
841 m_pElemList->insert( m_pElemList->end(), aNew ); in enableControl()