LibreOffice Module extensions (master) 1
|
#include <selectlabeldialog.hxx>
Public Member Functions | |
OSelectLabelDialog (weld::Window *pParent, css::uno::Reference< css::beans::XPropertySet > const &_xControlModel) | |
virtual | ~OSelectLabelDialog () override |
css::uno::Reference< css::beans::XPropertySet > | GetSelected () const |
Public Member Functions inherited from weld::GenericDialogController | |
GenericDialogController (weld::Widget *pParent, const OUString &rUIFile, const OUString &rDialogId, bool bMobile=false) | |
virtual Dialog * | getDialog () override |
virtual | ~GenericDialogController () COVERITY_NOEXCEPT_FALSE override |
Public Member Functions inherited from weld::DialogController | |
virtual Dialog * | getDialog ()=0 |
const Dialog * | getConstDialog () const |
virtual short | run () |
void | set_title (const OUString &rTitle) |
OUString | get_title () const |
void | set_help_id (const OUString &rHelpId) |
OUString | get_help_id () const |
void | response (int nResponse) |
virtual | ~DialogController () COVERITY_NOEXCEPT_FALSE |
Private Member Functions | |
sal_Int32 | InsertEntries (const css::uno::Reference< css::uno::XInterface > &_xContainer, const weld::TreeIter &rContainerEntry) |
DECL_LINK (OnEntrySelected, weld::TreeView &, void) | |
DECL_LINK (OnNoAssignmentClicked, weld::Toggleable &, void) | |
Private Attributes | |
css::uno::Reference< css::beans::XPropertySet > | m_xControlModel |
OUString | m_sRequiredService |
OUString | m_aRequiredControlImage |
std::unique_ptr< weld::TreeIter > | m_xInitialSelection |
std::vector< std::unique_ptr< css::uno::Reference< css::beans::XPropertySet > > > | m_xUserData |
css::uno::Reference< css::beans::XPropertySet > | m_xInitialLabelControl |
css::uno::Reference< css::beans::XPropertySet > | m_xSelectedControl |
std::unique_ptr< weld::TreeIter > | m_xLastSelected |
bool | m_bLastSelected |
bool | m_bHaveAssignableControl |
std::unique_ptr< weld::Label > | m_xMainDesc |
std::unique_ptr< weld::TreeView > | m_xControlTree |
std::unique_ptr< weld::TreeIter > | m_xScratchIter |
std::unique_ptr< weld::CheckButton > | m_xNoAssignment |
Additional Inherited Members | |
Static Public Member Functions inherited from weld::DialogController | |
static bool | runAsync (const std::shared_ptr< DialogController > &rController, const std::function< void(sal_Int32)> &) |
Protected Attributes inherited from weld::GenericDialogController | |
std::unique_ptr< weld::Builder > | m_xBuilder |
std::shared_ptr< weld::Dialog > | m_xDialog |
Definition at line 28 of file selectlabeldialog.hxx.
pcr::OSelectLabelDialog::OSelectLabelDialog | ( | weld::Window * | pParent, |
css::uno::Reference< css::beans::XPropertySet > const & | _xControlModel | ||
) |
Definition at line 53 of file selectlabeldialog.cxx.
References Any, DBG_ASSERT, pcr::GetUIHeadlineName(), InsertEntries(), LINK, m_aRequiredControlImage, m_bHaveAssignableControl, m_sRequiredService, m_xControlModel, m_xControlTree, m_xInitialLabelControl, m_xInitialSelection, m_xLastSelected, m_xMainDesc, m_xNoAssignment, m_xScratchIter, pcr::PcrRes(), PROPERTY_CLASSID, PROPERTY_CONTROLLABEL, PROPERTY_NAME, SERVICE_COMPONENT_FIXEDTEXT, SERVICE_COMPONENT_GROUPBOX, and sName.
|
overridevirtual |
Definition at line 145 of file selectlabeldialog.cxx.
|
private |
|
private |
|
inline |
Definition at line 52 of file selectlabeldialog.hxx.
References m_xNoAssignment, and m_xSelectedControl.
Referenced by pcr::FormComponentPropertyHandler::impl_dialogChooseLabelControl_nothrow().
|
private |
Definition at line 149 of file selectlabeldialog.cxx.
References i, InsertEntries(), m_aRequiredControlImage, m_bHaveAssignableControl, m_sRequiredService, m_xControlTree, m_xInitialLabelControl, m_xInitialSelection, m_xScratchIter, m_xUserData, PROPERTY_LABEL, PROPERTY_NAME, SAL_INFO, sDisplayName, sId, sName, and weld::toId().
Referenced by InsertEntries(), and OSelectLabelDialog().
|
private |
Definition at line 32 of file selectlabeldialog.hxx.
Referenced by InsertEntries(), and OSelectLabelDialog().
|
private |
Definition at line 41 of file selectlabeldialog.hxx.
Referenced by InsertEntries(), and OSelectLabelDialog().
|
private |
Definition at line 40 of file selectlabeldialog.hxx.
|
private |
Definition at line 31 of file selectlabeldialog.hxx.
Referenced by InsertEntries(), and OSelectLabelDialog().
|
private |
Definition at line 30 of file selectlabeldialog.hxx.
Referenced by OSelectLabelDialog().
|
private |
Definition at line 44 of file selectlabeldialog.hxx.
Referenced by InsertEntries(), and OSelectLabelDialog().
|
private |
Definition at line 36 of file selectlabeldialog.hxx.
Referenced by InsertEntries(), and OSelectLabelDialog().
|
private |
Definition at line 33 of file selectlabeldialog.hxx.
Referenced by InsertEntries(), and OSelectLabelDialog().
|
private |
Definition at line 39 of file selectlabeldialog.hxx.
Referenced by OSelectLabelDialog().
|
private |
Definition at line 43 of file selectlabeldialog.hxx.
Referenced by OSelectLabelDialog().
|
private |
Definition at line 46 of file selectlabeldialog.hxx.
Referenced by GetSelected(), and OSelectLabelDialog().
|
private |
Definition at line 45 of file selectlabeldialog.hxx.
Referenced by InsertEntries(), and OSelectLabelDialog().
|
private |
Definition at line 38 of file selectlabeldialog.hxx.
Referenced by GetSelected().
|
private |
Definition at line 35 of file selectlabeldialog.hxx.
Referenced by InsertEntries().