LibreOffice Module sfx2 (master) 1
Public Member Functions | Private Attributes | List of all members
CmisPropertiesControl Class Reference

#include <dinfdlg.hxx>

Collaboration diagram for CmisPropertiesControl:
[legend]

Public Member Functions

 CmisPropertiesControl (weld::Builder &rBuilder)
 
void AddLine (const OUString &sId, const OUString &sName, const OUString &sType, const bool bUpdatable, const bool bRequired, const bool bMultiValude, const bool bOpenChoice, css::uno::Any &aChoices, css::uno::Any const &rAny)
 
void ClearAllLines ()
 
css::uno::Sequence< css::document::CmisProperty > GetCmisProperties () const
 

Private Attributes

CmisPropertiesWindow m_aPropertiesWin
 
std::unique_ptr< weld::ScrolledWindowm_xScrolledWindow
 

Detailed Description

Definition at line 559 of file dinfdlg.hxx.

Constructor & Destructor Documentation

◆ CmisPropertiesControl()

CmisPropertiesControl::CmisPropertiesControl ( weld::Builder rBuilder)

Definition at line 2371 of file dinfdlg.cxx.

References m_xScrolledWindow.

Member Function Documentation

◆ AddLine()

void CmisPropertiesControl::AddLine ( const OUString &  sId,
const OUString &  sName,
const OUString &  sType,
const bool  bUpdatable,
const bool  bRequired,
const bool  bMultiValude,
const bool  bOpenChoice,
css::uno::Any &  aChoices,
css::uno::Any const &  rAny 
)

Definition at line 2385 of file dinfdlg.cxx.

References CmisPropertiesWindow::AddLine(), m_aPropertiesWin, sId, sName, and sType.

◆ ClearAllLines()

void CmisPropertiesControl::ClearAllLines ( )

Definition at line 2380 of file dinfdlg.cxx.

References CmisPropertiesWindow::ClearAllLines(), and m_aPropertiesWin.

◆ GetCmisProperties()

css::uno::Sequence< css::document::CmisProperty > CmisPropertiesControl::GetCmisProperties ( ) const
inline

Definition at line 577 of file dinfdlg.hxx.

References CmisPropertiesWindow::GetCmisProperties().

Member Data Documentation

◆ m_aPropertiesWin

CmisPropertiesWindow CmisPropertiesControl::m_aPropertiesWin
private

Definition at line 562 of file dinfdlg.hxx.

Referenced by AddLine(), and ClearAllLines().

◆ m_xScrolledWindow

std::unique_ptr<weld::ScrolledWindow> CmisPropertiesControl::m_xScrolledWindow
private

Definition at line 563 of file dinfdlg.hxx.

Referenced by CmisPropertiesControl().


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