Home
last modified time | relevance | path

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

/trunk/main/fpicker/source/office/
H A DOfficeFilePicker.cxx210 if ( m_pElemList && !m_pElemList->empty() ) in prepareExecute()
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()
701 m_pElemList->insert( m_pElemList->end(), aNew ); in setValue()
722 else if ( m_pElemList && !m_pElemList->empty() ) in getValue()
757 if ( !m_pElemList ) in setLabel()
778 m_pElemList->insert( m_pElemList->end(), aNew ); in setLabel()
797 else if ( m_pElemList && !m_pElemList->empty() ) in getLabel()
[all …]
H A DOfficeFilePicker.hxx76 ElementList* m_pElemList; member in SvtFilePicker

Completed in 63 milliseconds