Home
last modified time | relevance | path

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

/trunk/main/fpicker/source/win32/folderpicker/
H A DFolderPicker.cxx83m_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()
[all …]
H A DFolderPicker.hxx116 std::auto_ptr< CWinFolderPickerImpl > m_pFolderPickerImpl; member in CFolderPicker