LibreOffice Module fpicker (master) 1
Classes | Namespaces | Enumerations | Variables
OfficeControlAccess.hxx File Reference
#include <sal/config.h>
#include <string_view>
#include "fileview.hxx"
#include "pickercallbacks.hxx"
#include <o3tl/typed_flags_set.hxx>
Include dependency graph for OfficeControlAccess.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  o3tl::typed_flags< PropFlags >
 
class  svt::OControlAccess
 implements the XControlAccess, XControlInformation and XFilePickerControlAccess for the file picker More...
 

Namespaces

namespace  o3tl
 
namespace  svt
 
namespace  svt::InternalFilePickerElementIds
 

Enumerations

enum class  PropFlags {
  Unknown = -1 ,
  NONE = 0x0000 ,
  Text = 0x0001 ,
  Enabled = 0x0002 ,
  Visible = 0x0004 ,
  HelpUrl = 0x0008 ,
  ListItems = 0x0010 ,
  SelectedItem = 0x0020 ,
  SelectedItemIndex = 0x0040 ,
  Checked = 0x0080
}
 

Variables

const sal_Int16 svt::InternalFilePickerElementIds::PUSHBUTTON_HELP = sal_Int16(0x1000)
 
const sal_Int16 svt::InternalFilePickerElementIds::TOOLBOXBUTTON_LEVEL_UP = sal_Int16(0x1002)
 
const sal_Int16 svt::InternalFilePickerElementIds::TOOLBOXBUTTON_NEW_FOLDER = sal_Int16(0x1003)
 
const sal_Int16 svt::InternalFilePickerElementIds::FIXEDTEXT_CURRENTFOLDER = sal_Int16(0x1004)
 

Enumeration Type Documentation

◆ PropFlags

enum class PropFlags
strong
Enumerator
Unknown 
NONE 
Text 
Enabled 
Visible 
HelpUrl 
ListItems 
SelectedItem 
SelectedItemIndex 
Checked 

Definition at line 30 of file OfficeControlAccess.hxx.