Searched refs:ImpPathDialog (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/svtools/source/dialogs/ |
H A D | filedlg2.cxx | 115 ImpPathDialog::ImpPathDialog( PathDialog* pDlg, RESOURCE_TYPE nType, sal_Bool bCreateDir ) in ImpPathDialog() function in ImpPathDialog 137 ImpPathDialog::~ImpPathDialog() in ~ImpPathDialog() 154 void ImpPathDialog::InitControls() in InitControls() 270 IMPL_LINK( ImpPathDialog, SelectHdl, ListBox *, p ) in IMPL_LINK() argument 308 IMPL_LINK( ImpPathDialog, ClickHdl, Button*, pBtn ) in IMPL_LINK() argument 535 void ImpPathDialog::PreExecute() in PreExecute() 655 void ImpPathDialog::PostExecute() in PostExecute() 679 void ImpPathDialog::SetPath( Edit const & rEdit ) in SetPath() 687 UniString ImpPathDialog::GetPath() const in GetPath() 696 ImpPathDialog( pDlg, nType, sal_False ) in ImpFileDialog() [all …]
|
H A D | filedlg2.hxx | 42 class ImpPathDialog; 72 class ImpPathDialog class 112 ImpPathDialog( PathDialog* pDlg, RESOURCE_TYPE nType, sal_Bool bCreateDir ); 113 virtual ~ImpPathDialog(); 130 class ImpFileDialog : public ImpPathDialog 201 ImpPathDialog* pDlg; 207 ImpPathDialog* GetDialog() const { return pDlg; } in GetDialog()
|
Completed in 22 milliseconds