|
LibreOffice Module fpicker (master) 1
|
#include <SalAquaPicker.hxx>
Public Member Functions | |
| SalAquaPicker () | |
| virtual | ~SalAquaPicker () |
| int | run () |
| int | runandwaitforresult () |
| OUString const & | getDisplayDirectory () |
| ControlHelper * | getControlHelper () const |
Protected Types | |
| enum | NavigationServices_DialogType { NAVIGATIONSERVICES_OPEN , NAVIGATIONSERVICES_SAVE , NAVIGATIONSERVICES_DIRECTORY } |
Protected Member Functions | |
| void | implsetTitle (const OUString &aTitle) |
| void | implsetDisplayDirectory (const OUString &rDirectory) |
| OUString const & | implgetDisplayDirectory () |
| void | implInitialize () |
Protected Attributes | |
| OUString | m_sDisplayDirectory |
| NSSavePanel * | m_pDialog |
| ControlHelper * | m_pControlHelper |
| osl::Mutex | m_rbHelperMtx |
| NavigationServices_DialogType | m_nDialogType |
Definition at line 35 of file SalAquaPicker.hxx.
|
protected |
| Enumerator | |
|---|---|
| NAVIGATIONSERVICES_OPEN | |
| NAVIGATIONSERVICES_SAVE | |
| NAVIGATIONSERVICES_DIRECTORY | |
Definition at line 59 of file SalAquaPicker.hxx.
| SalAquaPicker::SalAquaPicker | ( | ) |
Definition at line 46 of file SalAquaPicker.mm.
|
virtual |
Definition at line 52 of file SalAquaPicker.mm.
References m_pControlHelper, and m_pDialog.
|
inline |
Definition at line 47 of file SalAquaPicker.hxx.
References m_pControlHelper.
|
inline |
Definition at line 45 of file SalAquaPicker.hxx.
References m_sDisplayDirectory.
|
protected |
| css::uno::RuntimeException |
Definition at line 195 of file SalAquaPicker.mm.
References m_sDisplayDirectory.
Referenced by SalAquaFilePicker::getDisplayDirectory(), and SalAquaFolderPicker::getDisplayDirectory().
|
protected |
Definition at line 67 of file SalAquaPicker.mm.
References kSetHideExtensionStateKey, m_nDialogType, m_pDialog, NAVIGATIONSERVICES_DIRECTORY, NAVIGATIONSERVICES_OPEN, NAVIGATIONSERVICES_SAVE, NO, and YES.
Referenced by SalAquaFilePicker::execute(), SalAquaFilePicker::initialize(), and run().
|
protected |
| css::lang::IllegalArgumentException | |
| css::uno::RuntimeException |
Definition at line 186 of file SalAquaPicker.mm.
References m_sDisplayDirectory.
Referenced by SalAquaFolderPicker::getDirectory(), run(), SalAquaFilePicker::setDisplayDirectory(), and SalAquaFolderPicker::setDisplayDirectory().
|
protected |
| css::uno::RuntimeException |
Definition at line 200 of file SalAquaPicker.mm.
References m_pDialog.
Referenced by SalAquaFilePicker::setTitle(), and SalAquaFolderPicker::setTitle().
| int SalAquaPicker::run | ( | ) |
Definition at line 121 of file SalAquaPicker.mm.
References ControlHelper::getUserPane(), implInitialize(), implsetDisplayDirectory(), m_nDialogType, m_pControlHelper, m_pDialog, m_sDisplayDirectory, NAVIGATIONSERVICES_DIRECTORY, NAVIGATIONSERVICES_OPEN, NAVIGATIONSERVICES_SAVE, SAL_INFO, and YES.
Referenced by runandwaitforresult().
| int SalAquaPicker::runandwaitforresult | ( | ) |
Definition at line 177 of file SalAquaPicker.mm.
References run().
Referenced by SalAquaFilePicker::execute(), and SalAquaFolderPicker::execute().
|
protected |
Definition at line 66 of file SalAquaPicker.hxx.
Referenced by SalAquaFilePicker::execute(), SalAquaFolderPicker::getDirectory(), SalAquaFilePicker::getSelectedFiles(), implInitialize(), SalAquaFilePicker::initialize(), run(), SalAquaFolderPicker::SalAquaFolderPicker(), SalAquaFilePicker::setMultiSelectionMode(), SalAquaFilePicker::setValue(), and SalAquaFilePicker::updateSaveFileNameExtension().
|
protected |
Definition at line 54 of file SalAquaPicker.hxx.
Referenced by SalAquaFilePicker::appendFilter(), SalAquaFilePicker::appendFilterGroup(), SalAquaFilePicker::enableControl(), SalAquaFilePicker::ensureFilterHelper(), getControlHelper(), SalAquaFilePicker::getLabel(), SalAquaFilePicker::getValue(), SalAquaFilePicker::initialize(), run(), SalAquaFilePicker::SalAquaFilePicker(), SalAquaFilePicker::setLabel(), SalAquaFilePicker::setValue(), SalAquaFilePicker::updateFilterUI(), SalAquaFilePicker::updateSaveFileNameExtension(), and ~SalAquaPicker().
|
protected |
Definition at line 52 of file SalAquaPicker.hxx.
Referenced by SalAquaFilePicker::cancel(), SalAquaFolderPicker::cancel(), SalAquaFilePicker::execute(), SalAquaFilePicker::filterControlChanged(), SalAquaFolderPicker::getDirectory(), SalAquaFilePicker::getSelectedFiles(), implInitialize(), implsetTitle(), run(), SalAquaFolderPicker::setDescription(), SalAquaFilePicker::setMultiSelectionMode(), SalAquaFilePicker::updateSaveFileNameExtension(), and ~SalAquaPicker().
|
protected |
Definition at line 56 of file SalAquaPicker.hxx.
|
protected |
Definition at line 50 of file SalAquaPicker.hxx.
Referenced by getDisplayDirectory(), implgetDisplayDirectory(), implsetDisplayDirectory(), and run().