LibreOffice Module extensions (master) 1
|
#include <browserpage.hxx>
Public Member Functions | |
OBrowserPage (weld::Container *pParent, weld::Container *pContainer) | |
~OBrowserPage () | |
void | SetHelpId (const OUString &rHelpId) |
OBrowserListBox & | getListBox () |
const OBrowserListBox & | getListBox () const |
void | detach () |
void | reattach (weld::Container *pNewParent) |
Private Attributes | |
weld::Container * | m_pParent |
std::unique_ptr< weld::Builder > | m_xBuilder |
std::unique_ptr< weld::Container > | m_xContainer |
std::unique_ptr< OBrowserListBox, o3tl::default_delete< OBrowserListBox > > | m_xListBox |
Definition at line 27 of file browserpage.hxx.
|
explicit |
Definition at line 25 of file browserpage.cxx.
References m_xContainer.
pcr::OBrowserPage::~OBrowserPage | ( | ) |
Definition at line 33 of file browserpage.cxx.
|
inline |
Definition at line 45 of file browserpage.hxx.
References m_pParent, m_xContainer, and weld::Container::move().
Referenced by ~OBrowserPage().
|
inline |
Definition at line 42 of file browserpage.hxx.
References m_xListBox.
Referenced by pcr::OPropertyEditor::ChangeEntry(), pcr::OPropertyEditor::CommitModified(), pcr::OPropertyEditor::enableHelpSection(), pcr::OPropertyEditor::EnablePropertyControls(), pcr::OPropertyEditor::EnablePropertyLine(), pcr::OPropertyEditor::GetPropertyControl(), pcr::OPropertyEditor::GetPropertyPos(), pcr::IMPL_LINK(), pcr::OPropertyEditor::InsertEntry(), pcr::OPropertyEditor::RemoveEntry(), pcr::OPropertyEditor::setHelpSectionText(), pcr::OPropertyEditor::setPageControlObserver(), pcr::OPropertyEditor::setPageLineListener(), and pcr::OPropertyEditor::SetPropertyValue().
|
inline |
Definition at line 43 of file browserpage.hxx.
References m_xListBox.
|
inline |
Definition at line 52 of file browserpage.hxx.
References m_pParent, m_xContainer, and weld::Container::move().
|
inline |
Definition at line 40 of file browserpage.hxx.
References m_xContainer.
|
private |
Definition at line 30 of file browserpage.hxx.
Referenced by detach(), reattach(), and ~OBrowserPage().
|
private |
Definition at line 31 of file browserpage.hxx.
|
private |
Definition at line 32 of file browserpage.hxx.
Referenced by detach(), reattach(), and SetHelpId().
|
private |
Definition at line 33 of file browserpage.hxx.
Referenced by getListBox().