LibreOffice Module sw (master) 1
Public Member Functions | Static Public Member Functions | Private Attributes | List of all members
SwShdwCursorOptionsTabPage Class Referencefinal

#include <optpage.hxx>

Inheritance diagram for SwShdwCursorOptionsTabPage:
[legend]
Collaboration diagram for SwShdwCursorOptionsTabPage:
[legend]

Public Member Functions

 SwShdwCursorOptionsTabPage (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet &rSet)
 
virtual ~SwShdwCursorOptionsTabPage () override
 
virtual bool FillItemSet (SfxItemSet *rSet) override
 
virtual void Reset (const SfxItemSet *rSet) override
 
virtual void PageCreated (const SfxAllItemSet &aSet) override
 
- Public Member Functions inherited from SfxTabPage
void SetDialogController (SfxOkDialogController *pDialog)
 
virtual ~SfxTabPage () override
 
void set_visible (bool bVisible)
 
const SfxItemSetGetItemSet () 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 SfxItemSetGetDialogExampleSet () const
 
OUString GetHelpId () const
 
OUString GetConfigId () const
 
bool IsVisible () const
 
weld::WindowGetFrameWeld () const
 
std::unordered_map< OUString, css::uno::Any > & getAdditionalProperties ()
 

Static Public Member Functions

static std::unique_ptr< SfxTabPageCreate (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet *rAttrSet)
 
- Static Public Member Functions inherited from SfxTabPage
static const SfxPoolItemGetItem (const SfxItemSet &rSet, sal_uInt16 nSlot, bool bDeep=true)
 
static const T * GetItem (const SfxItemSet &rSet, TypedWhichId< T > nSlot, bool bDeep=true)
 

Private Attributes

SwWrtShellm_pWrtShell
 
std::unique_ptr< weld::CheckButtonm_xParaCB
 
std::unique_ptr< weld::CheckButtonm_xSHyphCB
 
std::unique_ptr< weld::CheckButtonm_xSpacesCB
 
std::unique_ptr< weld::CheckButtonm_xHSpacesCB
 
std::unique_ptr< weld::CheckButtonm_xTabCB
 
std::unique_ptr< weld::Labelm_xTabLabel
 
std::unique_ptr< weld::CheckButtonm_xBreakCB
 
std::unique_ptr< weld::CheckButtonm_xCharHiddenCB
 
std::unique_ptr< weld::CheckButtonm_xBookmarkCB
 
std::unique_ptr< weld::Labelm_xBookmarkLabel
 
std::unique_ptr< weld::Framem_xDirectCursorFrame
 
std::unique_ptr< weld::CheckButtonm_xOnOffCB
 
std::unique_ptr< weld::ComboBoxm_xDirectCursorFillMode
 
std::unique_ptr< weld::Framem_xCursorProtFrame
 
std::unique_ptr< weld::Framem_xImageFrame
 
std::unique_ptr< weld::CheckButtonm_xCursorInProtCB
 
std::unique_ptr< weld::ComboBoxm_xDefaultAnchorType
 
std::unique_ptr< weld::CheckButtonm_xMathBaselineAlignmentCB
 

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 SfxPoolItemGetOldItem (const SfxItemSet &rSet, sal_uInt16 nSlot, bool bDeep=true)
 
const T * GetOldItem (const SfxItemSet &rSet, TypedWhichId< T > nSlot, bool bDeep=true)
 
SfxOkDialogControllerGetDialogController () const
 

Detailed Description

Definition at line 219 of file optpage.hxx.

Constructor & Destructor Documentation

◆ SwShdwCursorOptionsTabPage()

SwShdwCursorOptionsTabPage::SwShdwCursorOptionsTabPage ( weld::Container pPage,
weld::DialogController pController,
const SfxItemSet rSet 
)

◆ ~SwShdwCursorOptionsTabPage()

SwShdwCursorOptionsTabPage::~SwShdwCursorOptionsTabPage ( )
overridevirtual

Definition at line 1229 of file optpage.cxx.

Member Function Documentation

◆ Create()

std::unique_ptr< SfxTabPage > SwShdwCursorOptionsTabPage::Create ( weld::Container pPage,
weld::DialogController pController,
const SfxItemSet rAttrSet 
)
static

Definition at line 1233 of file optpage.cxx.

References rSet.

Referenced by SwAbstractDialogFactory_Impl::GetTabPageCreatorFunc().

◆ FillItemSet()

bool SwShdwCursorOptionsTabPage::FillItemSet ( SfxItemSet rSet)
overridevirtual

◆ PageCreated()

void SwShdwCursorOptionsTabPage::PageCreated ( const SfxAllItemSet aSet)
overridevirtual

Reimplemented from SfxTabPage.

Definition at line 1238 of file optpage.cxx.

References SfxItemSet::GetItem(), SwWrtShellItem::GetValue(), and m_pWrtShell.

◆ Reset()

void SwShdwCursorOptionsTabPage::Reset ( const SfxItemSet rSet)
overridevirtual

Member Data Documentation

◆ m_pWrtShell

SwWrtShell* SwShdwCursorOptionsTabPage::m_pWrtShell
private

Definition at line 221 of file optpage.hxx.

Referenced by FillItemSet(), PageCreated(), and Reset().

◆ m_xBookmarkCB

std::unique_ptr<weld::CheckButton> SwShdwCursorOptionsTabPage::m_xBookmarkCB
private

Definition at line 232 of file optpage.hxx.

Referenced by FillItemSet(), Reset(), and SwShdwCursorOptionsTabPage().

◆ m_xBookmarkLabel

std::unique_ptr<weld::Label> SwShdwCursorOptionsTabPage::m_xBookmarkLabel
private

Definition at line 233 of file optpage.hxx.

Referenced by SwShdwCursorOptionsTabPage().

◆ m_xBreakCB

std::unique_ptr<weld::CheckButton> SwShdwCursorOptionsTabPage::m_xBreakCB
private

Definition at line 230 of file optpage.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xCharHiddenCB

std::unique_ptr<weld::CheckButton> SwShdwCursorOptionsTabPage::m_xCharHiddenCB
private

Definition at line 231 of file optpage.hxx.

Referenced by FillItemSet(), Reset(), and SwShdwCursorOptionsTabPage().

◆ m_xCursorInProtCB

std::unique_ptr<weld::CheckButton> SwShdwCursorOptionsTabPage::m_xCursorInProtCB
private

Definition at line 241 of file optpage.hxx.

Referenced by FillItemSet(), Reset(), and SwShdwCursorOptionsTabPage().

◆ m_xCursorProtFrame

std::unique_ptr<weld::Frame> SwShdwCursorOptionsTabPage::m_xCursorProtFrame
private

Definition at line 239 of file optpage.hxx.

Referenced by SwShdwCursorOptionsTabPage().

◆ m_xDefaultAnchorType

std::unique_ptr<weld::ComboBox> SwShdwCursorOptionsTabPage::m_xDefaultAnchorType
private

Definition at line 243 of file optpage.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xDirectCursorFillMode

std::unique_ptr<weld::ComboBox> SwShdwCursorOptionsTabPage::m_xDirectCursorFillMode
private

Definition at line 238 of file optpage.hxx.

Referenced by FillItemSet(), Reset(), and SwShdwCursorOptionsTabPage().

◆ m_xDirectCursorFrame

std::unique_ptr<weld::Frame> SwShdwCursorOptionsTabPage::m_xDirectCursorFrame
private

Definition at line 235 of file optpage.hxx.

Referenced by SwShdwCursorOptionsTabPage().

◆ m_xHSpacesCB

std::unique_ptr<weld::CheckButton> SwShdwCursorOptionsTabPage::m_xHSpacesCB
private

Definition at line 227 of file optpage.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xImageFrame

std::unique_ptr<weld::Frame> SwShdwCursorOptionsTabPage::m_xImageFrame
private

Definition at line 240 of file optpage.hxx.

Referenced by SwShdwCursorOptionsTabPage().

◆ m_xMathBaselineAlignmentCB

std::unique_ptr<weld::CheckButton> SwShdwCursorOptionsTabPage::m_xMathBaselineAlignmentCB
private

Definition at line 245 of file optpage.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xOnOffCB

std::unique_ptr<weld::CheckButton> SwShdwCursorOptionsTabPage::m_xOnOffCB
private

Definition at line 236 of file optpage.hxx.

Referenced by FillItemSet(), Reset(), and SwShdwCursorOptionsTabPage().

◆ m_xParaCB

std::unique_ptr<weld::CheckButton> SwShdwCursorOptionsTabPage::m_xParaCB
private

Definition at line 224 of file optpage.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xSHyphCB

std::unique_ptr<weld::CheckButton> SwShdwCursorOptionsTabPage::m_xSHyphCB
private

Definition at line 225 of file optpage.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xSpacesCB

std::unique_ptr<weld::CheckButton> SwShdwCursorOptionsTabPage::m_xSpacesCB
private

Definition at line 226 of file optpage.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xTabCB

std::unique_ptr<weld::CheckButton> SwShdwCursorOptionsTabPage::m_xTabCB
private

Definition at line 228 of file optpage.hxx.

Referenced by FillItemSet(), Reset(), and SwShdwCursorOptionsTabPage().

◆ m_xTabLabel

std::unique_ptr<weld::Label> SwShdwCursorOptionsTabPage::m_xTabLabel
private

Definition at line 229 of file optpage.hxx.

Referenced by SwShdwCursorOptionsTabPage().


The documentation for this class was generated from the following files: