LibreOffice Module sw (master) 1
|
#include <swuipardlg.hxx>
Public Member Functions | |
SwParaDlg (weld::Window *pParent, SwView &rVw, const SfxItemSet &, sal_uInt8 nDialogMode, const OUString *pCollName, bool bDraw=false, const OUString &sDefPage={}) | |
virtual | ~SwParaDlg () override |
![]() | |
SfxTabDialogController (weld::Widget *pParent, const OUString &rUIXMLDescription, const OUString &rID, const SfxItemSet *=nullptr, bool bEditFmt=false) | |
virtual | ~SfxTabDialogController () override |
void | AddTabPage (const OUString &rName, CreateTabPage pCreateFunc, GetTabPageRanges pRangesFunc) |
void | AddTabPage (const OUString &rName, sal_uInt16 nPageCreateId) |
void | AddTabPage (const OUString &rName, const OUString &rLabel, CreateTabPage pCreateFunc) |
void | AddTabPage (const OUString &rName, const OUString &rLabel, sal_uInt16 nPageCreateId) |
void | RemoveTabPage (const OUString &rName) |
void | SetCurPageId (const OUString &rName) |
void | ShowPage (const OUString &rName) |
OUString | GetCurPageId () const |
SfxTabPage * | GetCurTabPage () const |
const WhichRangesContainer & | GetInputRanges (const SfxItemPool &) |
void | SetInputSet (const SfxItemSet *pInSet) |
const SfxItemSet * | GetOutputItemSet () const |
virtual weld::Button & | GetOKButton () const override |
weld::Button & | GetCancelButton () const |
weld::Button * | GetUserButton () const |
weld::Button * | GetStandardButton () const |
weld::Button * | GetApplyButton () const |
weld::Button * | GetResetButton () const |
void | RemoveResetButton () |
void | RemoveStandardButton () |
virtual short | run () override |
virtual const SfxItemSet * | GetExampleSet () const override |
void | SetApplyHandler (const Link< weld::Button &, void > &_rHdl) |
bool | Apply () |
void | Applied () |
std::vector< OUString > | getAllPageUIXMLDescriptions () const |
bool | selectPageByUIXMLDescription (const OUString &rUIXMLDescription) |
BitmapEx | createScreenshot () const |
OUString | GetScreenshotId () const |
![]() | |
SfxOkDialogController (weld::Widget *pParent, const OUString &rUIXMLDescription, const OUString &rID) | |
virtual weld::Button & | GetOKButton () const=0 |
virtual const SfxItemSet * | GetExampleSet () const=0 |
![]() | |
SfxDialogController (weld::Widget *pParent, const OUString &rUIFile, const OUString &rDialogId) | |
virtual void | Activate () |
virtual void | Deactivate () |
virtual void | ChildWinDispose () |
virtual void | Close () |
virtual void | EndDialog (int nResponse) |
virtual bool | CloseOnHide () const |
Private Member Functions | |
void | PageCreated (const OUString &rId, SfxTabPage &rPage) override |
Private Attributes | |
SwView & | m_rView |
bool | m_bDrawParaDlg |
Additional Inherited Members | |
![]() | |
static bool | runAsync (const std::shared_ptr< SfxTabDialogController > &rController, const std::function< void(sal_Int32)> &) |
![]() | |
DECL_LINK (OkHdl, weld::Button &, void) | |
DECL_DLLPRIVATE_LINK (ResetHdl, weld::Button &, void) | |
DECL_DLLPRIVATE_LINK (BaseFmtHdl, weld::Button &, void) | |
DECL_DLLPRIVATE_LINK (UserHdl, weld::Button &, void) | |
DECL_DLLPRIVATE_LINK (CancelHdl, weld::Button &, void) | |
virtual short | Ok () |
virtual void | RefreshInputSet () |
virtual SfxItemSet * | CreateInputItemSet (const OUString &rName) |
virtual void | PageCreated (const OUString &rName, SfxTabPage &rPage) |
virtual void | ActivatePage (const OUString &rPage) |
bool | DeactivatePage (std::u16string_view aPage) |
SfxItemSet * | GetInputSetImpl () |
SfxTabPage * | GetTabPage (std::u16string_view rPageId) const |
bool | PrepareLeaveCurrentPage () |
void | SavePosAndId () |
![]() | |
std::unique_ptr< weld::Notebook > | m_xTabCtrl |
std::unique_ptr< SfxItemSet > | m_xExampleSet |
Definition at line 26 of file swuipardlg.hxx.
SwParaDlg::SwParaDlg | ( | weld::Window * | pParent, |
SwView & | rVw, | ||
const SfxItemSet & | rCoreSet, | ||
sal_uInt8 | nDialogMode, | ||
const OUString * | pCollName, | ||
bool | bDraw = false , |
||
const OUString & | sDefPage = {} |
||
) |
Definition at line 42 of file pardlg.cxx.
References SfxTabDialogController::AddTabPage(), SvxAbstractDialogFactory::Create(), SwDropCapsPage::Create(), SwParagraphNumTabPage::Create(), DLG_ENVELOP, SwView::GetDocShell(), GetHtmlMode(), SwDropCapsPage::GetRanges(), SwParagraphNumTabPage::GetRanges(), HTMLMODE_FULL_STYLES, HTMLMODE_ON, HTMLMODE_SOME_STYLES, SvtCJKOptions::IsAsianTypographyEnabled(), SvxHtmlOptions::IsPrintLayoutExtension(), m_bDrawParaDlg, m_xDialog, SfxTabDialogController::RemoveTabPage(), SfxTabDialogController::SetCurPageId(), and SwResId().
|
overridevirtual |
Definition at line 145 of file pardlg.cxx.
|
overrideprivatevirtual |
Reimplemented from SfxTabDialogController.
Definition at line 149 of file pardlg.cxx.
References weld::ComboBox::append_text(), BODY, eType, SfxStyleSheetBasePool::First(), SwFEShell::GetAnyCurRect(), SwEditShell::GetCurTextFormatColl(), SwView::GetDocShell(), SwFEShell::GetFrameType(), SfxTabDialogController::GetInputSetImpl(), SfxStyleSheetBase::GetName(), SfxItemSet::GetPool(), SwWrtShell::GetSelectionType(), SwDocShell::GetStyleSheetPool(), SwView::GetWrtShell(), SwTextFormatColl::IsAssignedToListLevelOfOutlineStyle(), m_bDrawParaDlg, m_rView, o3tl::mm10, SfxStyleSheetBasePool::Next(), SfxTabPage::PageCreated(), PagePrt, SfxItemSet::Put(), SetFormat(), SwResId(), Table, o3tl::toTwips(), and SwRect::Width().
|
private |
Definition at line 29 of file swuipardlg.hxx.
Referenced by PageCreated(), and SwParaDlg().
|
private |
Definition at line 28 of file swuipardlg.hxx.
Referenced by PageCreated().