Lines Matching refs:m_pElemList

210 	if ( m_pElemList && !m_pElemList->empty() )  in prepareExecute()
215 for ( aListIter = m_pElemList->begin(); in prepareExecute()
216 aListIter != m_pElemList->end(); ++aListIter ) in prepareExecute()
462 ,m_pElemList ( NULL ) in SvtFilePicker()
474 if ( m_pElemList && !m_pElemList->empty() ) in ~SvtFilePicker()
475 m_pElemList->erase( m_pElemList->begin(), m_pElemList->end() ); in ~SvtFilePicker()
476 delete m_pElemList; in ~SvtFilePicker()
677 if ( !m_pElemList ) in setValue()
678 m_pElemList = new ElementList; in setValue()
683 for ( aListIter = m_pElemList->begin(); in setValue()
684 aListIter != m_pElemList->end(); ++aListIter ) in setValue()
701 m_pElemList->insert( m_pElemList->end(), aNew ); in setValue()
722 else if ( m_pElemList && !m_pElemList->empty() ) in getValue()
725 for ( aListIter = m_pElemList->begin(); in getValue()
726 aListIter != m_pElemList->end(); ++aListIter ) in getValue()
757 if ( !m_pElemList ) in setLabel()
758 m_pElemList = new ElementList; in setLabel()
763 for ( aListIter = m_pElemList->begin(); in setLabel()
764 aListIter != m_pElemList->end(); ++aListIter ) in setLabel()
778 m_pElemList->insert( m_pElemList->end(), aNew ); in setLabel()
797 else if ( m_pElemList && !m_pElemList->empty() ) in getLabel()
800 for ( aListIter = m_pElemList->begin(); in getLabel()
801 aListIter != m_pElemList->end(); ++aListIter ) in getLabel()
830 if ( !m_pElemList ) in enableControl()
831 m_pElemList = new ElementList; in enableControl()
836 for ( aListIter = m_pElemList->begin(); in enableControl()
837 aListIter != m_pElemList->end(); ++aListIter ) in enableControl()
851 m_pElemList->insert( m_pElemList->end(), aNew ); in enableControl()