LibreOffice Module fpicker (master) 1
Namespaces | Macros
OfficeControlAccess.cxx File Reference
#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>
Include dependency graph for OfficeControlAccess.cxx:

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 )
 

Macro Definition Documentation

◆ PROPERTY_FLAGS_CHECKBOX

#define PROPERTY_FLAGS_CHECKBOX   ( PropFlags::Checked | PropFlags::Text )

Definition at line 68 of file OfficeControlAccess.cxx.

◆ PROPERTY_FLAGS_COMMON

#define PROPERTY_FLAGS_COMMON   ( PropFlags::Enabled | PropFlags::Visible | PropFlags::HelpUrl )

Definition at line 66 of file OfficeControlAccess.cxx.

◆ PROPERTY_FLAGS_LISTBOX

#define PROPERTY_FLAGS_LISTBOX   ( PropFlags::ListItems | PropFlags::SelectedItem | PropFlags::SelectedItemIndex )

Definition at line 67 of file OfficeControlAccess.cxx.

Variable Documentation

◆ m_sLookup

OUString m_sLookup

Definition at line 142 of file OfficeControlAccess.cxx.

◆ nControlId

sal_Int16 nControlId

◆ nPropertyFlags

PropFlags nPropertyFlags

Definition at line 59 of file OfficeControlAccess.cxx.

◆ nPropertyId

PropFlags nPropertyId

◆ pControlName

const char* pControlName

Definition at line 57 of file OfficeControlAccess.cxx.

◆ pPropertyName

const char* pPropertyName

Definition at line 117 of file OfficeControlAccess.cxx.