LibreOffice Module sc (master) 1
Public Member Functions | Static Public Member Functions | Private Member Functions | Private Attributes | List of all members
ScTPValidationError Class Reference

#include <validate.hxx>

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

Public Member Functions

 ScTPValidationError (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet &rArgSet)
 
virtual ~ScTPValidationError () override
 
virtual bool FillItemSet (SfxItemSet *rArgSet) override
 
virtual void Reset (const SfxItemSet *rArgSet) 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 *rArgSet)
 
- 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 Member Functions

void Init ()
 
 DECL_LINK (SelectActionHdl, weld::ComboBox &, void)
 
 DECL_LINK (ClickSearchHdl, weld::Button &, void)
 

Private Attributes

std::unique_ptr< weld::CheckButtonm_xTsbShow
 
std::unique_ptr< weld::ComboBoxm_xLbAction
 
std::unique_ptr< weld::Buttonm_xBtnSearch
 
std::unique_ptr< weld::Entrym_xEdtTitle
 
std::unique_ptr< weld::Labelm_xFtError
 
std::unique_ptr< weld::TextViewm_xEdError
 

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 252 of file validate.hxx.

Constructor & Destructor Documentation

◆ ScTPValidationError()

ScTPValidationError::ScTPValidationError ( weld::Container pPage,
weld::DialogController pController,
const SfxItemSet rArgSet 
)

Definition at line 747 of file validate.cxx.

References Init(), and m_xEdError.

◆ ~ScTPValidationError()

ScTPValidationError::~ScTPValidationError ( )
overridevirtual

Definition at line 764 of file validate.cxx.

Member Function Documentation

◆ Create()

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

Definition at line 778 of file validate.cxx.

Referenced by ScValidationDlg::ScValidationDlg().

◆ DECL_LINK() [1/2]

ScTPValidationError::DECL_LINK ( ClickSearchHdl  ,
weld::Button ,
void   
)
private

◆ DECL_LINK() [2/2]

ScTPValidationError::DECL_LINK ( SelectActionHdl  ,
weld::ComboBox ,
void   
)
private

◆ FillItemSet()

bool ScTPValidationError::FillItemSet ( SfxItemSet rArgSet)
overridevirtual

Reimplemented from SfxTabPage.

Definition at line 809 of file validate.cxx.

References m_xEdError, m_xEdtTitle, m_xLbAction, m_xTsbShow, SfxItemSet::Put(), and TRISTATE_TRUE.

◆ Init()

void ScTPValidationError::Init ( void  )
private

Definition at line 768 of file validate.cxx.

References LINK, m_xBtnSearch, and m_xLbAction.

Referenced by ScTPValidationError().

◆ Reset()

void ScTPValidationError::Reset ( const SfxItemSet rArgSet)
overridevirtual

Reimplemented from SfxTabPage.

Definition at line 784 of file validate.cxx.

References SfxItemSet::GetItemIfSet(), m_xEdError, m_xEdtTitle, m_xLbAction, m_xTsbShow, TRISTATE_FALSE, and TRISTATE_TRUE.

Member Data Documentation

◆ m_xBtnSearch

std::unique_ptr<weld::Button> ScTPValidationError::m_xBtnSearch
private

Definition at line 257 of file validate.hxx.

Referenced by Init().

◆ m_xEdError

std::unique_ptr<weld::TextView> ScTPValidationError::m_xEdError
private

Definition at line 260 of file validate.hxx.

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

◆ m_xEdtTitle

std::unique_ptr<weld::Entry> ScTPValidationError::m_xEdtTitle
private

Definition at line 258 of file validate.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xFtError

std::unique_ptr<weld::Label> ScTPValidationError::m_xFtError
private

Definition at line 259 of file validate.hxx.

◆ m_xLbAction

std::unique_ptr<weld::ComboBox> ScTPValidationError::m_xLbAction
private

Definition at line 256 of file validate.hxx.

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

◆ m_xTsbShow

std::unique_ptr<weld::CheckButton> ScTPValidationError::m_xTsbShow
private

Definition at line 255 of file validate.hxx.

Referenced by FillItemSet(), and Reset().


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