Searched refs:CFolderPicker (Results 1 – 5 of 5) sorted by relevance
80 CFolderPicker::CFolderPicker( const Reference< XMultiServiceFactory >& xServiceMgr ) : in CFolderPicker() function in CFolderPicker90 void SAL_CALL CFolderPicker::setTitle( const OUString& aTitle ) throw( RuntimeException ) in setTitle()101 void SAL_CALL CFolderPicker::setDisplayDirectory( const OUString& aDirectory ) in setDisplayDirectory()113 OUString SAL_CALL CFolderPicker::getDisplayDirectory( ) in getDisplayDirectory()125 OUString SAL_CALL CFolderPicker::getDirectory( ) throw( RuntimeException ) in getDirectory()147 sal_Int16 SAL_CALL CFolderPicker::execute( ) in execute()163 OUString SAL_CALL CFolderPicker::getImplementationName( ) in getImplementationName()173 sal_Bool SAL_CALL CFolderPicker::supportsService( const OUString& ServiceName ) in supportsService()189 Sequence< OUString > SAL_CALL CFolderPicker::getSupportedServiceNames( ) in getSupportedServiceNames()199 void SAL_CALL CFolderPicker::cancel( ) in cancel()[all …]
50 class CFolderPicker : class59 …CFolderPicker( const com::sun::star::uno::Reference< com::sun::star::lang::XMultiServiceFactory >&…121 CFolderPicker( const CFolderPicker& ); 122 CFolderPicker& operator=( const CFolderPicker& );
40 class CFolderPicker;49 CWinFolderPickerImpl( CFolderPicker* aFolderPicker );75 CFolderPicker* m_pFolderPicker;
65 …return Reference< XInterface >( static_cast< XFolderPicker* >( new CFolderPicker( rServiceManager … in createInstance()
66 CWinFolderPickerImpl::CWinFolderPickerImpl( CFolderPicker* aFolderPicker ) : in CWinFolderPickerImpl()
Completed in 23 milliseconds