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

Interaction-Tab-Page. More...

#include <tpaction.hxx>

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

Public Member Functions

 SdTPAction (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet &rInAttrs)
 Action-TabPage. More...
 
virtual ~SdTPAction () override
 
virtual bool FillItemSet (SfxItemSet *) override
 
virtual void Reset (const SfxItemSet *) override
 
virtual void ActivatePage (const SfxItemSet &rSet) override
 
virtual DeactivateRC DeactivatePage (SfxItemSet *pSet) override
 
void Construct ()
 
void SetView (const ::sd::View *pSdView)
 
- 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 SD_DLLPUBLIC TranslateId GetClickActionSdResId (css::presentation::ClickAction eCA)
 
static std::unique_ptr< SfxTabPageCreate (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet &)
 
- 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

 DECL_LINK (ClickSearchHdl, weld::Button &, void)
 
 DECL_LINK (ClickActionHdl, weld::ComboBox &, void)
 
 DECL_LINK (SelectTreeHdl, weld::TreeView &, void)
 
 DECL_LINK (CheckFileHdl, weld::Widget &, void)
 
void UpdateTree ()
 
void OpenFileDialog ()
 
css::presentation::ClickAction GetActualClickAction ()
 
void SetActualClickAction (css::presentation::ClickAction eCA)
 
void SetEditText (OUString const &rStr)
 
OUString GetEditText (bool bURL=false)
 

Private Attributes

const ::sd::ViewmpView
 
SdDrawDocumentmpDoc
 
XColorListRef pColList
 
bool bTreeUpdated
 
std::vector< css::presentation::ClickAction > maCurrentActions
 
OUString aLastFile
 
::std::vector< tools::LongaVerbVector
 
std::unique_ptr< weld::ComboBoxm_xLbAction
 
std::unique_ptr< weld::Labelm_xFtTree
 
std::unique_ptr< SdPageObjsTLVm_xLbTree
 
std::unique_ptr< SdPageObjsTLVm_xLbTreeDocument
 
std::unique_ptr< weld::TreeViewm_xLbOLEAction
 
std::unique_ptr< weld::Framem_xFrame
 
std::unique_ptr< weld::Entrym_xEdtSound
 
std::unique_ptr< weld::Entrym_xEdtBookmark
 
std::unique_ptr< weld::Entrym_xEdtDocument
 
std::unique_ptr< weld::Entrym_xEdtProgram
 
std::unique_ptr< weld::Entrym_xEdtMacro
 
std::unique_ptr< weld::Buttonm_xBtnSearch
 
std::unique_ptr< weld::Buttonm_xBtnSeek
 

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

Interaction-Tab-Page.

Definition at line 48 of file tpaction.hxx.

Constructor & Destructor Documentation

◆ SdTPAction()

SdTPAction::SdTPAction ( weld::Container pPage,
weld::DialogController pController,
const SfxItemSet rInAttrs 
)

◆ ~SdTPAction()

SdTPAction::~SdTPAction ( )
overridevirtual

Definition at line 128 of file tpaction.cxx.

Member Function Documentation

◆ ActivatePage()

void SdTPAction::ActivatePage ( const SfxItemSet rSet)
overridevirtual

Reimplemented from SfxTabPage.

Definition at line 331 of file tpaction.cxx.

◆ Construct()

void SdTPAction::Construct ( )

◆ Create()

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

Definition at line 343 of file tpaction.cxx.

Referenced by SdActionDlg::SdActionDlg().

◆ DeactivatePage()

DeactivateRC SdTPAction::DeactivatePage ( SfxItemSet pSet)
overridevirtual

Reimplemented from SfxTabPage.

Definition at line 335 of file tpaction.cxx.

References FillItemSet().

◆ DECL_LINK() [1/4]

SdTPAction::DECL_LINK ( CheckFileHdl  ,
weld::Widget ,
void   
)
private

◆ DECL_LINK() [2/4]

SdTPAction::DECL_LINK ( ClickActionHdl  ,
weld::ComboBox ,
void   
)
private

◆ DECL_LINK() [3/4]

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

◆ DECL_LINK() [4/4]

SdTPAction::DECL_LINK ( SelectTreeHdl  ,
weld::TreeView ,
void   
)
private

◆ FillItemSet()

bool SdTPAction::FillItemSet ( SfxItemSet rAttrs)
overridevirtual

◆ GetActualClickAction()

presentation::ClickAction SdTPAction::GetActualClickAction ( )
private

◆ GetClickActionSdResId()

TranslateId SdTPAction::GetClickActionSdResId ( css::presentation::ClickAction  eCA)
static

Definition at line 150 of file unomodel.cxx.

Referenced by Construct(), and ImplPDFExportShapeInteraction().

◆ GetEditText()

OUString SdTPAction::GetEditText ( bool  bURL = false)
private

◆ OpenFileDialog()

void SdTPAction::OpenFileDialog ( )
private

◆ Reset()

void SdTPAction::Reset ( const SfxItemSet rAttrs)
overridevirtual

◆ SetActualClickAction()

void SdTPAction::SetActualClickAction ( css::presentation::ClickAction  eCA)
private

Definition at line 669 of file tpaction.cxx.

References m_xLbAction, and maCurrentActions.

Referenced by Reset().

◆ SetEditText()

void SdTPAction::SetEditText ( OUString const &  rStr)
private

◆ SetView()

void SdTPAction::SetView ( const ::sd::View pSdView)

◆ UpdateTree()

void SdTPAction::UpdateTree ( )
private

Definition at line 348 of file tpaction.cxx.

References bTreeUpdated, SdDrawDocument::GetDocSh(), m_xLbTree, and mpDoc.

Member Data Documentation

◆ aLastFile

OUString SdTPAction::aLastFile
private

Definition at line 57 of file tpaction.hxx.

◆ aVerbVector

::std::vector< tools::Long > SdTPAction::aVerbVector
private

Definition at line 58 of file tpaction.hxx.

Referenced by Construct(), GetEditText(), and SetEditText().

◆ bTreeUpdated

bool SdTPAction::bTreeUpdated
private

Definition at line 55 of file tpaction.hxx.

Referenced by UpdateTree().

◆ m_xBtnSearch

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

Definition at line 71 of file tpaction.hxx.

Referenced by SdTPAction().

◆ m_xBtnSeek

std::unique_ptr<weld::Button> SdTPAction::m_xBtnSeek
private

Definition at line 72 of file tpaction.hxx.

Referenced by SdTPAction().

◆ m_xEdtBookmark

std::unique_ptr<weld::Entry> SdTPAction::m_xEdtBookmark
private

Definition at line 67 of file tpaction.hxx.

Referenced by GetEditText(), and SetEditText().

◆ m_xEdtDocument

std::unique_ptr<weld::Entry> SdTPAction::m_xEdtDocument
private

Definition at line 68 of file tpaction.hxx.

Referenced by GetEditText(), OpenFileDialog(), SdTPAction(), and SetEditText().

◆ m_xEdtMacro

std::unique_ptr<weld::Entry> SdTPAction::m_xEdtMacro
private

Definition at line 70 of file tpaction.hxx.

Referenced by GetEditText(), SdTPAction(), and SetEditText().

◆ m_xEdtProgram

std::unique_ptr<weld::Entry> SdTPAction::m_xEdtProgram
private

Definition at line 69 of file tpaction.hxx.

Referenced by GetEditText(), and SetEditText().

◆ m_xEdtSound

std::unique_ptr<weld::Entry> SdTPAction::m_xEdtSound
private

Definition at line 66 of file tpaction.hxx.

Referenced by GetEditText(), Reset(), and SetEditText().

◆ m_xFrame

std::unique_ptr<weld::Frame> SdTPAction::m_xFrame
private

Definition at line 65 of file tpaction.hxx.

◆ m_xFtTree

std::unique_ptr<weld::Label> SdTPAction::m_xFtTree
private

Definition at line 61 of file tpaction.hxx.

◆ m_xLbAction

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

◆ m_xLbOLEAction

std::unique_ptr<weld::TreeView> SdTPAction::m_xLbOLEAction
private

Definition at line 64 of file tpaction.hxx.

Referenced by Construct(), GetEditText(), SdTPAction(), and SetEditText().

◆ m_xLbTree

std::unique_ptr<SdPageObjsTLV> SdTPAction::m_xLbTree
private

Definition at line 62 of file tpaction.hxx.

Referenced by OpenFileDialog(), Reset(), SdTPAction(), SetView(), and UpdateTree().

◆ m_xLbTreeDocument

std::unique_ptr<SdPageObjsTLV> SdTPAction::m_xLbTreeDocument
private

Definition at line 63 of file tpaction.hxx.

Referenced by GetEditText(), Reset(), and SetView().

◆ maCurrentActions

std::vector<css::presentation::ClickAction> SdTPAction::maCurrentActions
private

Definition at line 56 of file tpaction.hxx.

Referenced by Construct(), GetActualClickAction(), and SetActualClickAction().

◆ mpDoc

SdDrawDocument* SdTPAction::mpDoc
private

Definition at line 52 of file tpaction.hxx.

Referenced by FillItemSet(), GetEditText(), SetView(), and UpdateTree().

◆ mpView

const ::sd::View* SdTPAction::mpView
private

Definition at line 51 of file tpaction.hxx.

Referenced by Construct(), and SetView().

◆ pColList

XColorListRef SdTPAction::pColList
private

Definition at line 53 of file tpaction.hxx.

Referenced by SetView().


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