Lines Matching refs:m_pFolderPickerImpl
83 m_pFolderPickerImpl = std::auto_ptr< CWinFolderPickerImpl > ( new CWinFolderPickerImpl( this ) ); in CFolderPicker()
92 OSL_ASSERT( m_pFolderPickerImpl.get( ) ); in setTitle()
94 m_pFolderPickerImpl->setTitle( aTitle ); in setTitle()
104 OSL_ASSERT( m_pFolderPickerImpl.get( ) ); in setDisplayDirectory()
106 m_pFolderPickerImpl->setDisplayDirectory( aDirectory ); in setDisplayDirectory()
116 OSL_ASSERT( m_pFolderPickerImpl.get( ) ); in getDisplayDirectory()
118 return m_pFolderPickerImpl->getDisplayDirectory( ); in getDisplayDirectory()
127 OSL_ASSERT( m_pFolderPickerImpl.get( ) ); in getDirectory()
129 return m_pFolderPickerImpl->getDirectory( ); in getDirectory()
138 OSL_ASSERT( m_pFolderPickerImpl.get( ) ); in setDescription()
140 m_pFolderPickerImpl->setDescription( aDescription ); in setDescription()
150 OSL_ASSERT( m_pFolderPickerImpl.get( ) ); in execute()
156 return m_pFolderPickerImpl->execute( ); in execute()
202 OSL_ASSERT( m_pFolderPickerImpl.get( ) ); in cancel()
204 m_pFolderPickerImpl->cancel( ); in cancel()