LibreOffice Module sfx2 (master) 1
Public Member Functions | Public Attributes | List of all members
CmisPropertyLine Struct Reference

#include <dinfdlg.hxx>

Public Member Functions

 CmisPropertyLine (weld::Widget *pParent)
 
 ~CmisPropertyLine ()
 

Public Attributes

std::unique_ptr< weld::Builderm_xBuilder
 
OUString m_sId
 
OUString m_sType
 
bool m_bUpdatable
 
bool m_bRequired
 
bool m_bMultiValued
 
bool m_bOpenChoice
 
std::unique_ptr< weld::Framem_xFrame
 
std::unique_ptr< weld::Labelm_xName
 
std::unique_ptr< weld::Labelm_xType
 
std::vector< std::unique_ptr< CmisValue > > m_aValues
 
std::vector< std::unique_ptr< CmisDateTime > > m_aDateTimes
 
std::vector< std::unique_ptr< CmisYesNo > > m_aYesNos
 

Detailed Description

Definition at line 514 of file dinfdlg.hxx.

Constructor & Destructor Documentation

◆ CmisPropertyLine()

CmisPropertyLine::CmisPropertyLine ( weld::Widget pParent)

Definition at line 2138 of file dinfdlg.cxx.

References m_xFrame, and m_xFrame.

◆ ~CmisPropertyLine()

CmisPropertyLine::~CmisPropertyLine ( )

Definition at line 2152 of file dinfdlg.cxx.

Member Data Documentation

◆ m_aDateTimes

std::vector< std::unique_ptr<CmisDateTime> > CmisPropertyLine::m_aDateTimes

Definition at line 527 of file dinfdlg.hxx.

Referenced by CmisPropertiesWindow::GetCmisProperties().

◆ m_aValues

std::vector< std::unique_ptr<CmisValue> > CmisPropertyLine::m_aValues

Definition at line 526 of file dinfdlg.hxx.

Referenced by CmisPropertiesWindow::GetCmisProperties().

◆ m_aYesNos

std::vector< std::unique_ptr<CmisYesNo> > CmisPropertyLine::m_aYesNos

Definition at line 528 of file dinfdlg.hxx.

Referenced by CmisPropertiesWindow::GetCmisProperties().

◆ m_bMultiValued

bool CmisPropertyLine::m_bMultiValued

Definition at line 521 of file dinfdlg.hxx.

Referenced by CmisPropertiesWindow::GetCmisProperties().

◆ m_bOpenChoice

bool CmisPropertyLine::m_bOpenChoice

Definition at line 522 of file dinfdlg.hxx.

Referenced by CmisPropertiesWindow::GetCmisProperties().

◆ m_bRequired

bool CmisPropertyLine::m_bRequired

Definition at line 520 of file dinfdlg.hxx.

Referenced by CmisPropertiesWindow::GetCmisProperties().

◆ m_bUpdatable

bool CmisPropertyLine::m_bUpdatable

Definition at line 519 of file dinfdlg.hxx.

Referenced by CmisPropertiesWindow::GetCmisProperties().

◆ m_sId

OUString CmisPropertyLine::m_sId

Definition at line 517 of file dinfdlg.hxx.

Referenced by CmisPropertiesWindow::GetCmisProperties().

◆ m_sType

OUString CmisPropertyLine::m_sType

Definition at line 518 of file dinfdlg.hxx.

Referenced by CmisPropertiesWindow::GetCmisProperties().

◆ m_xBuilder

std::unique_ptr<weld::Builder> CmisPropertyLine::m_xBuilder

Definition at line 516 of file dinfdlg.hxx.

◆ m_xFrame

std::unique_ptr<weld::Frame> CmisPropertyLine::m_xFrame

Definition at line 523 of file dinfdlg.hxx.

Referenced by CmisPropertyLine().

◆ m_xName

std::unique_ptr<weld::Label> CmisPropertyLine::m_xName

Definition at line 524 of file dinfdlg.hxx.

Referenced by CmisPropertiesWindow::GetCmisProperties().

◆ m_xType

std::unique_ptr<weld::Label> CmisPropertyLine::m_xType

Definition at line 525 of file dinfdlg.hxx.

Referenced by CmisPropertiesWindow::GetCmisProperties().


The documentation for this struct was generated from the following files: