Searched refs:CWinFolderPickerImpl (Results 1 – 4 of 4) sorted by relevance
66 CWinFolderPickerImpl::CWinFolderPickerImpl( CFolderPicker* aFolderPicker ) : in CWinFolderPickerImpl() function in CWinFolderPickerImpl82 void SAL_CALL CWinFolderPickerImpl::setDisplayDirectory( const OUString& aDirectory ) in setDisplayDirectory()118 OUString CWinFolderPickerImpl::getDisplayDirectory( ) in getDisplayDirectory()135 OUString SAL_CALL CWinFolderPickerImpl::getDirectory( ) throw( RuntimeException ) in getDirectory()150 sal_Int16 SAL_CALL CWinFolderPickerImpl::execute( ) throw( RuntimeException ) in execute()161 void CWinFolderPickerImpl::onSelChanged( const OUString& aNewPath ) in onSelChanged()
46 class CWinFolderPickerImpl : public CMtaFolderPicker class49 CWinFolderPickerImpl( CFolderPicker* aFolderPicker );
83 m_pFolderPickerImpl = std::auto_ptr< CWinFolderPickerImpl > ( new CWinFolderPickerImpl( this ) ); in CFolderPicker()
116 std::auto_ptr< CWinFolderPickerImpl > m_pFolderPickerImpl;
Completed in 18 milliseconds