LibreOffice Module sfx2 (master) 1
|
#include <dinfdlg.hxx>
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::ScrolledWindow > | m_xScrolledWindow |
Definition at line 559 of file dinfdlg.hxx.
CmisPropertiesControl::CmisPropertiesControl | ( | weld::Builder & | rBuilder | ) |
Definition at line 2371 of file dinfdlg.cxx.
References m_xScrolledWindow.
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.
void CmisPropertiesControl::ClearAllLines | ( | ) |
Definition at line 2380 of file dinfdlg.cxx.
References CmisPropertiesWindow::ClearAllLines(), and m_aPropertiesWin.
|
inline |
Definition at line 577 of file dinfdlg.hxx.
References CmisPropertiesWindow::GetCmisProperties().
|
private |
Definition at line 562 of file dinfdlg.hxx.
Referenced by AddLine(), and ClearAllLines().
|
private |
Definition at line 563 of file dinfdlg.hxx.
Referenced by CmisPropertiesControl().