#include <optaboutconfig.hxx>
|
| CuiAboutConfigTabPage (weld::Window *pParent) |
|
virtual | ~CuiAboutConfigTabPage () override |
|
void | InsertEntry (const OUString &rPropertyPath, const OUString &rProp, const OUString &rStatus, const OUString &rType, const OUString &rValue, const weld::TreeIter *pParentEntry, bool bInsertToPrefBox) |
|
void | Reset () |
|
void | FillItems (const css::uno::Reference< css::container::XNameAccess > &xNameAccess, const weld::TreeIter *pParentEntry=nullptr, int lineage=0, bool bLoadAll=false) |
|
void | FillItemSet () |
|
| GenericDialogController (weld::Widget *pParent, const OUString &rUIFile, const OString &rDialogId, bool bMobile=false) |
|
virtual Dialog * | getDialog () override |
|
virtual | ~GenericDialogController () COVERITY_NOEXCEPT_FALSE override |
|
const Dialog * | getConstDialog () const |
|
virtual short | run () |
|
void | set_title (const OUString &rTitle) |
|
OUString | get_title () const |
|
void | set_help_id (const OString &rHelpId) |
|
OString | get_help_id () const |
|
void | response (int nResponse) |
|
virtual | ~DialogController () COVERITY_NOEXCEPT_FALSE |
|
|
static css::uno::Reference< css::container::XNameAccess > | getConfigAccess (const OUString &sNodePath, bool bUpdate) |
|
static bool | runAsync (const std::shared_ptr< DialogController > &rController, const std::function< void(sal_Int32)> &) |
|
|
void | AddToModifiedVector (const std::shared_ptr< Prop_Impl > &rProp) |
|
void | InsertEntry (const prefBoxEntry &rEntry) |
|
| DECL_LINK (StandardHdl_Impl, weld::Button &, void) |
|
| DECL_LINK (DoubleClickHdl_Impl, weld::TreeView &, bool) |
|
| DECL_LINK (ResetBtnHdl_Impl, weld::Button &, void) |
|
| DECL_LINK (SearchHdl_Impl, weld::Button &, void) |
|
| DECL_LINK (ExpandingHdl_Impl, const weld::TreeIter &, bool) |
|
| DECL_LINK (HeaderBarClick, int, void) |
|
Definition at line 33 of file optaboutconfig.hxx.
CuiAboutConfigTabPage::CuiAboutConfigTabPage |
( |
weld::Window * |
pParent | ) |
|
|
explicit |
CuiAboutConfigTabPage::~CuiAboutConfigTabPage |
( |
| ) |
|
|
overridevirtual |
void CuiAboutConfigTabPage::AddToModifiedVector |
( |
const std::shared_ptr< Prop_Impl > & |
rProp | ) |
|
|
private |
std::vector< OUString > CuiAboutConfigTabPage::commaStringToSequence |
( |
const OUString & |
rCommaSepString | ) |
|
|
staticprivate |
CuiAboutConfigTabPage::DECL_LINK |
( |
DoubleClickHdl_Impl |
, |
|
|
weld::TreeView & |
, |
|
|
bool |
|
|
) |
| |
|
private |
CuiAboutConfigTabPage::DECL_LINK |
( |
ExpandingHdl_Impl |
, |
|
|
const weld::TreeIter & |
, |
|
|
bool |
|
|
) |
| |
|
private |
CuiAboutConfigTabPage::DECL_LINK |
( |
HeaderBarClick |
, |
|
|
int |
, |
|
|
void |
|
|
) |
| |
|
private |
void CuiAboutConfigTabPage::FillItems |
( |
const css::uno::Reference< css::container::XNameAccess > & |
xNameAccess, |
|
|
const weld::TreeIter * |
pParentEntry = nullptr , |
|
|
int |
lineage = 0 , |
|
|
bool |
bLoadAll = false |
|
) |
| |
Definition at line 259 of file optaboutconfig.cxx.
References Any, index, InsertEntry(), m_modifiedPrefBoxEntries, m_vectorUserData, m_xPrefBox, m_xScratchIter, SAL_WARN, sId, sType, and TOOLS_WARN_EXCEPTION.
Referenced by Reset().
void CuiAboutConfigTabPage::FillItemSet |
( |
| ) |
|
Reference< XNameAccess > CuiAboutConfigTabPage::getConfigAccess |
( |
const OUString & |
sNodePath, |
|
|
bool |
bUpdate |
|
) |
| |
|
static |
void CuiAboutConfigTabPage::InsertEntry |
( |
const OUString & |
rPropertyPath, |
|
|
const OUString & |
rProp, |
|
|
const OUString & |
rStatus, |
|
|
const OUString & |
rType, |
|
|
const OUString & |
rValue, |
|
|
const weld::TreeIter * |
pParentEntry, |
|
|
bool |
bInsertToPrefBox |
|
) |
| |
void CuiAboutConfigTabPage::Reset |
( |
void |
| ) |
|
bool CuiAboutConfigTabPage::m_bSorted |
|
private |
std::vector<prefBoxEntry> CuiAboutConfigTabPage::m_modifiedPrefBoxEntries |
|
private |
std::vector<prefBoxEntry> CuiAboutConfigTabPage::m_prefBoxEntries |
|
private |
std::vector< std::shared_ptr< Prop_Impl > > CuiAboutConfigTabPage::m_vectorOfModified |
|
private |
std::vector< std::unique_ptr<UserData> > CuiAboutConfigTabPage::m_vectorUserData |
|
private |
std::unique_ptr<weld::Button> CuiAboutConfigTabPage::m_xEditBtn |
|
private |
std::unique_ptr<weld::Button> CuiAboutConfigTabPage::m_xResetBtn |
|
private |
std::unique_ptr<weld::Button> CuiAboutConfigTabPage::m_xSearchBtn |
|
private |
std::unique_ptr<weld::Entry> CuiAboutConfigTabPage::m_xSearchEdit |
|
private |
The documentation for this class was generated from the following files: