Lines Matching refs:CFolderPicker
80 CFolderPicker::CFolderPicker( const Reference< XMultiServiceFactory >& xServiceMgr ) : in CFolderPicker() function in CFolderPicker
90 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()
136 void SAL_CALL CFolderPicker::setDescription( const OUString& aDescription ) throw( RuntimeException… in setDescription()
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()
212 void SAL_CALL CFolderPicker::disposing() in disposing()