LibreOffice Module sw (master) 1
|
#include <swuicnttab.hxx>
Public Member Functions | |
SwTOXStylesTabPage (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet &rAttrSet) | |
virtual | ~SwTOXStylesTabPage () override |
virtual bool | FillItemSet (SfxItemSet *) override |
virtual void | Reset (const SfxItemSet *) override |
virtual void | ActivatePage (const SfxItemSet &) override |
virtual DeactivateRC | DeactivatePage (SfxItemSet *pSet) override |
Public Member Functions inherited from SfxTabPage | |
void | SetDialogController (SfxOkDialogController *pDialog) |
virtual | ~SfxTabPage () override |
void | set_visible (bool bVisible) |
const SfxItemSet & | GetItemSet () const |
virtual bool | FillItemSet (SfxItemSet *) |
virtual void | Reset (const SfxItemSet *) |
virtual bool | DeferResetToFirstActivation () |
bool | HasExchangeSupport () const |
void | SetExchangeSupport () |
virtual void | ActivatePage (const SfxItemSet &) |
virtual DeactivateRC | DeactivatePage (SfxItemSet *pSet) |
void | SetUserData (const OUString &rString) |
const OUString & | GetUserData () const |
virtual void | FillUserData () |
virtual bool | IsReadOnly () const |
virtual void | PageCreated (const SfxAllItemSet &aSet) |
virtual void | ChangesApplied () |
void | SetFrame (const css::uno::Reference< css::frame::XFrame > &xFrame) |
css::uno::Reference< css::frame::XFrame > | GetFrame () const |
const SfxItemSet * | GetDialogExampleSet () const |
OUString | GetHelpId () const |
OUString | GetConfigId () const |
bool | IsVisible () const |
weld::Window * | GetFrameWeld () const |
std::unordered_map< OUString, css::uno::Any > & | getAdditionalProperties () |
Static Public Member Functions | |
static std::unique_ptr< SfxTabPage > | Create (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet *rAttrSet) |
Static Public Member Functions inherited from SfxTabPage | |
static const SfxPoolItem * | GetItem (const SfxItemSet &rSet, sal_uInt16 nSlot, bool bDeep=true) |
static const T * | GetItem (const SfxItemSet &rSet, TypedWhichId< T > nSlot, bool bDeep=true) |
Private Member Functions | |
DECL_LINK (EditStyleHdl, weld::Button &, void) | |
DECL_LINK (StdHdl, weld::Button &, void) | |
DECL_LINK (EnableSelectHdl, weld::TreeView &, void) | |
DECL_LINK (DoubleClickHdl, weld::TreeView &, bool) | |
DECL_LINK (AssignHdl, weld::Button &, void) | |
void | Modify () |
SwForm & | GetForm () |
Private Attributes | |
std::unique_ptr< SwForm > | m_pCurrentForm |
std::unique_ptr< weld::TreeView > | m_xLevelLB |
std::unique_ptr< weld::Button > | m_xAssignBT |
std::unique_ptr< weld::TreeView > | m_xParaLayLB |
std::unique_ptr< weld::Button > | m_xStdBT |
std::unique_ptr< weld::Button > | m_xEditStyleBT |
Additional Inherited Members | |
Protected Member Functions inherited from SfxTabPage | |
SfxTabPage (weld::Container *pPage, weld::DialogController *pController, const OUString &rUIXMLDescription, const OUString &rID, const SfxItemSet *rAttrSet) | |
sal_uInt16 | GetWhich (sal_uInt16 nSlot, bool bDeep=true) const |
TypedWhichId< T > | GetWhich (TypedWhichId< T > nSlot, bool bDeep=true) const |
const SfxPoolItem * | GetOldItem (const SfxItemSet &rSet, sal_uInt16 nSlot, bool bDeep=true) |
const T * | GetOldItem (const SfxItemSet &rSet, TypedWhichId< T > nSlot, bool bDeep=true) |
SfxOkDialogController * | GetDialogController () const |
Definition at line 409 of file swuicnttab.hxx.
SwTOXStylesTabPage::SwTOXStylesTabPage | ( | weld::Container * | pPage, |
weld::DialogController * | pController, | ||
const SfxItemSet & | rAttrSet | ||
) |
Definition at line 3523 of file cnttab.cxx.
References LINK, m_xAssignBT, m_xEditStyleBT, m_xLevelLB, m_xParaLayLB, m_xStdBT, and SfxTabPage::SetExchangeSupport().
|
overridevirtual |
Definition at line 3546 of file cnttab.cxx.
|
overridevirtual |
Reimplemented from SfxTabPage.
Definition at line 3560 of file cnttab.cxx.
References aDeliEnd, aDeliStart, aStr, FORM_ALPHA_DELIMITER, SfxTabPage::GetDialogController(), GetForm(), SwFormat::GetName(), SwEditShell::GetTextFormatColl(), SwEditShell::GetTextFormatCollCount(), i, SwFormat::IsDefault(), m_pCurrentForm, m_xLevelLB, m_xParaLayLB, SwResId(), and TOX_INDEX.
Referenced by Reset().
|
static |
Definition at line 3634 of file cnttab.cxx.
Referenced by SwMultiTOXTabDialog::SwMultiTOXTabDialog().
|
overridevirtual |
Reimplemented from SfxTabPage.
Definition at line 3628 of file cnttab.cxx.
References GetForm(), and m_pCurrentForm.
|
private |
|
private |
|
private |
|
private |
|
private |
|
overridevirtual |
Reimplemented from SfxTabPage.
Definition at line 3550 of file cnttab.cxx.
|
inlineprivate |
Definition at line 426 of file swuicnttab.hxx.
References SwMultiTOXTabDialog::GetCurrentTOXType(), SfxTabPage::GetDialogController(), and SwMultiTOXTabDialog::GetForm().
Referenced by ActivatePage(), DeactivatePage(), and Modify().
|
private |
Definition at line 3713 of file cnttab.cxx.
References SwMultiTOXTabDialog::CreateOrUpdateExample(), CurTOXType::eType, SwMultiTOXTabDialog::GetCurrentTOXType(), SfxTabPage::GetDialogController(), GetForm(), m_pCurrentForm, and TOX_PAGE_STYLES.
|
overridevirtual |
Reimplemented from SfxTabPage.
Definition at line 3555 of file cnttab.cxx.
References ActivatePage(), and rSet.
|
private |
Definition at line 411 of file swuicnttab.hxx.
Referenced by ActivatePage(), DeactivatePage(), and Modify().
|
private |
Definition at line 414 of file swuicnttab.hxx.
Referenced by SwTOXStylesTabPage().
|
private |
Definition at line 417 of file swuicnttab.hxx.
Referenced by SwTOXStylesTabPage().
|
private |
Definition at line 413 of file swuicnttab.hxx.
Referenced by ActivatePage(), and SwTOXStylesTabPage().
|
private |
Definition at line 415 of file swuicnttab.hxx.
Referenced by ActivatePage(), and SwTOXStylesTabPage().
|
private |
Definition at line 416 of file swuicnttab.hxx.
Referenced by SwTOXStylesTabPage().