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

Implements the relative link stuff. More...

#include <impdialog.hxx>

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

Public Member Functions

 ImpPDFTabLinksPage (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet &rSet)
 The link preferences tab page (relative and other stuff) More...
 
virtual ~ImpPDFTabLinksPage () override
 
void GetFilterConfigItem (ImpPDFTabDialog *paParent)
 
void SetFilterConfigItem (const ImpPDFTabDialog *paParent)
 
void ImplPDFALinkControl (bool bEnableLaunch)
 Called from general tab, with PDFA/1 selection status. More...
 
- 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 Member Functions

 DECL_LINK (ClickRbOpnLnksDefaultHdl, weld::Toggleable &, void)
 
 DECL_LINK (ClickRbOpnLnksBrowserHdl, weld::Toggleable &, void)
 

Private Attributes

bool mbOpnLnksDefaultUserState
 
bool mbOpnLnksLaunchUserState
 
bool mbOpnLnksBrowserUserState
 
std::unique_ptr< weld::CheckButtonm_xCbExprtBmkrToNmDst
 
std::unique_ptr< weld::CheckButtonm_xCbOOoToPDFTargets
 
std::unique_ptr< weld::CheckButtonm_xCbExportRelativeFsysLinks
 
std::unique_ptr< weld::RadioButtonm_xRbOpnLnksDefault
 
std::unique_ptr< weld::RadioButtonm_xRbOpnLnksLaunch
 
std::unique_ptr< weld::RadioButtonm_xRbOpnLnksBrowser
 

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

Implements the relative link stuff.

Definition at line 374 of file impdialog.hxx.

Constructor & Destructor Documentation

◆ ImpPDFTabLinksPage()

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

The link preferences tab page (relative and other stuff)

Definition at line 1506 of file impdialog.cxx.

◆ ~ImpPDFTabLinksPage()

ImpPDFTabLinksPage::~ImpPDFTabLinksPage ( )
overridevirtual

Definition at line 1520 of file impdialog.cxx.

Member Function Documentation

◆ Create()

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

Definition at line 1524 of file impdialog.cxx.

Referenced by ImpPDFTabDialog::ImpPDFTabDialog().

◆ DECL_LINK() [1/2]

ImpPDFTabLinksPage::DECL_LINK ( ClickRbOpnLnksBrowserHdl  ,
weld::Toggleable ,
void   
)
private

◆ DECL_LINK() [2/2]

ImpPDFTabLinksPage::DECL_LINK ( ClickRbOpnLnksDefaultHdl  ,
weld::Toggleable ,
void   
)
private

◆ GetFilterConfigItem()

void ImpPDFTabLinksPage::GetFilterConfigItem ( ImpPDFTabDialog paParent)

◆ ImplPDFALinkControl()

void ImpPDFTabLinksPage::ImplPDFALinkControl ( bool  bEnableLaunch)

Called from general tab, with PDFA/1 selection status.

Retrieves/store the status of Launch action selection.

Definition at line 1596 of file impdialog.cxx.

References m_xRbOpnLnksBrowser, m_xRbOpnLnksDefault, m_xRbOpnLnksLaunch, mbOpnLnksBrowserUserState, mbOpnLnksDefaultUserState, and mbOpnLnksLaunchUserState.

Referenced by IMPL_LINK_NOARG(), and SetFilterConfigItem().

◆ SetFilterConfigItem()

void ImpPDFTabLinksPage::SetFilterConfigItem ( const ImpPDFTabDialog paParent)

Member Data Documentation

◆ m_xCbExportRelativeFsysLinks

std::unique_ptr<weld::CheckButton> ImpPDFTabLinksPage::m_xCbExportRelativeFsysLinks
private

Definition at line 382 of file impdialog.hxx.

Referenced by GetFilterConfigItem(), and SetFilterConfigItem().

◆ m_xCbExprtBmkrToNmDst

std::unique_ptr<weld::CheckButton> ImpPDFTabLinksPage::m_xCbExprtBmkrToNmDst
private

Definition at line 380 of file impdialog.hxx.

Referenced by GetFilterConfigItem(), and SetFilterConfigItem().

◆ m_xCbOOoToPDFTargets

std::unique_ptr<weld::CheckButton> ImpPDFTabLinksPage::m_xCbOOoToPDFTargets
private

Definition at line 381 of file impdialog.hxx.

Referenced by GetFilterConfigItem(), and SetFilterConfigItem().

◆ m_xRbOpnLnksBrowser

std::unique_ptr<weld::RadioButton> ImpPDFTabLinksPage::m_xRbOpnLnksBrowser
private

Definition at line 385 of file impdialog.hxx.

Referenced by GetFilterConfigItem(), ImplPDFALinkControl(), and SetFilterConfigItem().

◆ m_xRbOpnLnksDefault

std::unique_ptr<weld::RadioButton> ImpPDFTabLinksPage::m_xRbOpnLnksDefault
private

Definition at line 383 of file impdialog.hxx.

Referenced by GetFilterConfigItem(), ImplPDFALinkControl(), and SetFilterConfigItem().

◆ m_xRbOpnLnksLaunch

std::unique_ptr<weld::RadioButton> ImpPDFTabLinksPage::m_xRbOpnLnksLaunch
private

Definition at line 384 of file impdialog.hxx.

Referenced by GetFilterConfigItem(), ImplPDFALinkControl(), and SetFilterConfigItem().

◆ mbOpnLnksBrowserUserState

bool ImpPDFTabLinksPage::mbOpnLnksBrowserUserState
private

Definition at line 378 of file impdialog.hxx.

Referenced by GetFilterConfigItem(), ImplPDFALinkControl(), and SetFilterConfigItem().

◆ mbOpnLnksDefaultUserState

bool ImpPDFTabLinksPage::mbOpnLnksDefaultUserState
private

Definition at line 376 of file impdialog.hxx.

Referenced by GetFilterConfigItem(), ImplPDFALinkControl(), and SetFilterConfigItem().

◆ mbOpnLnksLaunchUserState

bool ImpPDFTabLinksPage::mbOpnLnksLaunchUserState
private

Definition at line 377 of file impdialog.hxx.

Referenced by GetFilterConfigItem(), ImplPDFALinkControl(), and SetFilterConfigItem().


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