Home
last modified time | relevance | path

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

/aoo4110/main/fpicker/source/office/
H A DOfficeFilePicker.cxx200 if ( m_pElemList && !m_pElemList->empty() ) in prepareExecute()
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()
691 m_pElemList->insert( m_pElemList->end(), aNew ); in setValue()
712 else if ( m_pElemList && !m_pElemList->empty() ) in getValue()
747 if ( !m_pElemList ) in setLabel()
768 m_pElemList->insert( m_pElemList->end(), aNew ); in setLabel()
787 else if ( m_pElemList && !m_pElemList->empty() ) in getLabel()
[all …]
H A DOfficeFilePicker.hxx76 ElementList* m_pElemList; member in SvtFilePicker

Completed in 15 milliseconds