43 std::unique_ptr<weld::SpinButton>
m_xId;
61 std::unique_ptr<weld::Button>
m_xOk;
The content control dialog allows editing the properties of the content control under the cursor.
std::unique_ptr< weld::Box > m_xListItemButtons
std::unique_ptr< weld::Button > m_xUncheckedStateBtn
std::unique_ptr< weld::Button > m_xRenameBtn
std::vector< SwContentControlListItem > m_aSavedListItems
DECL_LINK(OkHdl, weld::Button &, void)
std::unique_ptr< weld::Frame > m_xDateFrame
std::shared_ptr< SwContentControl > m_pContentControl
std::unique_ptr< weld::Button > m_xMoveUpBtn
std::unique_ptr< weld::SpinButton > m_xTabIndex
std::unique_ptr< weld::Button > m_xInsertBtn
std::unique_ptr< weld::TreeView > m_xListItems
std::unique_ptr< weld::Frame > m_xListItemsFrame
DECL_LINK(DeleteHdl, weld::Button &, void)
std::unique_ptr< weld::CheckButton > m_xShowingPlaceHolderCB
std::unique_ptr< weld::Button > m_xMoveDownBtn
std::unique_ptr< weld::SpinButton > m_xId
std::unique_ptr< weld::Frame > m_xCheckboxFrame
std::unique_ptr< weld::Entry > m_xAlias
std::unique_ptr< weld::Entry > m_xUncheckedState
DECL_LINK(SelectionChangedHdl, weld::TreeView &, void)
SwContentControlDlg(weld::Window *pParent, SwWrtShell &rSh)
std::unique_ptr< weld::Button > m_xCheckedStateBtn
std::unique_ptr< weld::Button > m_xDeleteBtn
DECL_LINK(MoveDownHdl, weld::Button &, void)
virtual ~SwContentControlDlg() override
DECL_LINK(SelectCharHdl, weld::Button &, void)
DECL_LINK(InsertHdl, weld::Button &, void)
std::unique_ptr< weld::Entry > m_xTag
DECL_LINK(MoveUpHdl, weld::Button &, void)
std::unique_ptr< SwNumFormatTreeView > m_xDateFormat
std::unique_ptr< weld::Button > m_xOk
DECL_LINK(RenameHdl, weld::Button &, void)
std::unique_ptr< weld::Entry > m_xCheckedState
VclPtr< VclAbstractDialog > m_xListItemDialog
Represents one list item in a content control dropdown list.
Stores the properties of a content control.
Used by the UI to modify the document model.