Lines Matching refs:SvtFolderPicker

55 SvtFolderPicker::SvtFolderPicker( const Reference < XMultiServiceFactory >& _rxFactory )  in SvtFolderPicker()  function in SvtFolderPicker
61 SvtFolderPicker::~SvtFolderPicker() in ~SvtFolderPicker()
68 IMPLEMENT_FORWARD_XINTERFACE2( SvtFolderPicker, OCommonPicker, SvtFolderPicker_Base ) in IMPLEMENT_FORWARD_XINTERFACE2() argument
73 IMPLEMENT_FORWARD_XTYPEPROVIDER2( SvtFolderPicker, OCommonPicker, SvtFolderPicker_Base ) in IMPLEMENT_FORWARD_XINTERFACE2()
80 void SAL_CALL SvtFolderPicker::setTitle( const ::rtl::OUString& _rTitle ) throw (RuntimeException) in IMPLEMENT_FORWARD_XINTERFACE2()
86 sal_Int16 SAL_CALL SvtFolderPicker::execute( ) throw (RuntimeException) in execute()
96 void SAL_CALL SvtFolderPicker::setDialogTitle( const ::rtl::OUString& _rTitle) throw (RuntimeExcept… in setDialogTitle()
102 void SAL_CALL SvtFolderPicker::startExecuteModal( const Reference< ::com::sun::star::ui::dialogs::X… in startExecuteModal()
108 getDialog()->StartExecuteModal( LINK( this, SvtFolderPicker, DialogClosedHdl ) ); in startExecuteModal()
112 SvtFileDialog* SvtFolderPicker::implCreateDialog( Window* _pParent ) in implCreateDialog()
118 sal_Int16 SvtFolderPicker::implExecutePicker( ) in implExecutePicker()
130 void SvtFolderPicker::prepareExecute() in prepareExecute()
144 IMPL_LINK( SvtFolderPicker, DialogClosedHdl, Dialog*, pDlg ) in IMPL_LINK() argument
160 void SAL_CALL SvtFolderPicker::setDisplayDirectory( const ::rtl::OUString& aDirectory ) in setDisplayDirectory()
167 ::rtl::OUString SAL_CALL SvtFolderPicker::getDisplayDirectory() throw( RuntimeException ) in getDisplayDirectory()
185 ::rtl::OUString SAL_CALL SvtFolderPicker::getDirectory() throw( RuntimeException ) in getDirectory()
203 void SAL_CALL SvtFolderPicker::setDescription( const ::rtl::OUString& aDescription ) in setDescription()
214 ::rtl::OUString SAL_CALL SvtFolderPicker::getImplementationName() throw( RuntimeException ) in getImplementationName()
220 sal_Bool SAL_CALL SvtFolderPicker::supportsService( const ::rtl::OUString& sServiceName ) throw( Ru… in supportsService()
235 Sequence< ::rtl::OUString > SAL_CALL SvtFolderPicker::getSupportedServiceNames() throw( RuntimeExce… in getSupportedServiceNames()
241 Sequence< ::rtl::OUString > SvtFolderPicker::impl_getStaticSupportedServiceNames() in impl_getStaticSupportedServiceNames()
249 ::rtl::OUString SvtFolderPicker::impl_getStaticImplementationName() in impl_getStaticImplementationName()
255 Reference< XInterface > SAL_CALL SvtFolderPicker::impl_createInstance( const Reference< XComponentC… in impl_createInstance()
259 return Reference< XInterface >( *new SvtFolderPicker( xServiceManager ) ); in impl_createInstance()