|
LibreOffice Module fpicker (master) 1
|
#include <sal/macros.h>#include "OfficeControlAccess.hxx"#include <com/sun/star/ui/dialogs/ExtendedFilePickerElementIds.hpp>#include <com/sun/star/ui/dialogs/CommonFilePickerElementIds.hpp>#include <com/sun/star/ui/dialogs/ControlActions.hpp>#include <com/sun/star/lang/IllegalArgumentException.hpp>#include <sal/log.hxx>#include <osl/diagnose.h>#include <com/sun/star/uno/Sequence.hxx>#include <tools/urlobj.hxx>#include <tools/debug.hxx>#include <algorithm>#include <utility>Go to the source code of this file.
Namespaces | |
| namespace | svt |
Macros | |
| #define | PROPERTY_FLAGS_COMMON ( PropFlags::Enabled | PropFlags::Visible | PropFlags::HelpUrl ) |
| #define | PROPERTY_FLAGS_LISTBOX ( PropFlags::ListItems | PropFlags::SelectedItem | PropFlags::SelectedItemIndex ) |
| #define | PROPERTY_FLAGS_CHECKBOX ( PropFlags::Checked | PropFlags::Text ) |
| #define PROPERTY_FLAGS_CHECKBOX ( PropFlags::Checked | PropFlags::Text ) |
Definition at line 68 of file OfficeControlAccess.cxx.
| #define PROPERTY_FLAGS_COMMON ( PropFlags::Enabled | PropFlags::Visible | PropFlags::HelpUrl ) |
Definition at line 66 of file OfficeControlAccess.cxx.
| #define PROPERTY_FLAGS_LISTBOX ( PropFlags::ListItems | PropFlags::SelectedItem | PropFlags::SelectedItemIndex ) |
Definition at line 67 of file OfficeControlAccess.cxx.
| OUString m_sLookup |
Definition at line 142 of file OfficeControlAccess.cxx.
| sal_Int16 nControlId |
Definition at line 58 of file OfficeControlAccess.cxx.
Referenced by SvtFileDialog::enableControl(), ControlHelper::enableControl(), SalAquaFilePicker::enableControl(), fpicker::win32::vista::VistaFilePicker::enableControl(), ControlHelper::getControl(), SvtFileDialog::getControl(), ControlHelper::getControlElementName(), svt::OControlAccess::getControlProperty(), ControlHelper::getLabel(), SalAquaFilePicker::getLabel(), fpicker::win32::vista::VistaFilePicker::getLabel(), svt::OControlAccess::getSupportedControlProperties(), SalAquaFilePicker::getValue(), ControlHelper::getValue(), fpicker::win32::vista::VistaFilePicker::getValue(), svt::OControlAccess::getValue(), fpicker::win32::vista::VistaFilePickerImpl::impl_sta_enableFeatures(), svt::OControlAccess::implSetControlProperty(), svt::OControlAccess::isControlPropertySupported(), fpicker::win32::vista::lcl_removeControlItemsWorkaround(), svt::OControlAccess::setControlProperty(), SalAquaFilePicker::setLabel(), fpicker::win32::vista::VistaFilePicker::setLabel(), ControlHelper::setLabel(), fpicker::win32::vista::setLabelToControl(), SalAquaFilePicker::setValue(), fpicker::win32::vista::VistaFilePicker::setValue(), ControlHelper::setValue(), and svt::OControlAccess::setValue().
| PropFlags nPropertyFlags |
Definition at line 59 of file OfficeControlAccess.cxx.
| PropFlags nPropertyId |
Definition at line 118 of file OfficeControlAccess.cxx.
Referenced by svt::OControlAccess::getValue(), and svt::OControlAccess::setValue().
| const char* pControlName |
Definition at line 57 of file OfficeControlAccess.cxx.
| const char* pPropertyName |
Definition at line 117 of file OfficeControlAccess.cxx.