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

Class tab page viewer. More...

#include <impdialog.hxx>

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

Public Member Functions

 ImpPDFTabViewerPage (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet &rSet)
 The Viewer preferences tab page. More...
 
virtual ~ImpPDFTabViewerPage () override
 
void GetFilterConfigItem (ImpPDFTabDialog *paParent)
 
void SetFilterConfigItem (const ImpPDFTabDialog *paParent)
 
- 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 (ToggleRbBookmarksHdl, weld::Toggleable &, void)
 

Private Attributes

bool mbIsPresentation
 
std::unique_ptr< weld::CheckButtonm_xCbResWinInit
 
std::unique_ptr< weld::CheckButtonm_xCbCenterWindow
 
std::unique_ptr< weld::CheckButtonm_xCbOpenFullScreen
 
std::unique_ptr< weld::CheckButtonm_xCbDispDocTitle
 
std::unique_ptr< weld::CheckButtonm_xCbHideViewerMenubar
 
std::unique_ptr< weld::CheckButtonm_xCbHideViewerToolbar
 
std::unique_ptr< weld::CheckButtonm_xCbHideViewerWindowControls
 
std::unique_ptr< weld::CheckButtonm_xCbTransitionEffects
 
std::unique_ptr< weld::RadioButtonm_xRbAllBookmarkLevels
 
std::unique_ptr< weld::RadioButtonm_xRbVisibleBookmarkLevels
 
std::unique_ptr< weld::SpinButtonm_xNumBookmarkLevels
 

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

Class tab page viewer.

Definition at line 292 of file impdialog.hxx.

Constructor & Destructor Documentation

◆ ImpPDFTabViewerPage()

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

The Viewer preferences tab page.

Definition at line 1179 of file impdialog.cxx.

References LINK, m_xRbAllBookmarkLevels, and m_xRbVisibleBookmarkLevels.

◆ ~ImpPDFTabViewerPage()

ImpPDFTabViewerPage::~ImpPDFTabViewerPage ( )
overridevirtual

Definition at line 1198 of file impdialog.cxx.

Member Function Documentation

◆ Create()

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

Definition at line 1207 of file impdialog.cxx.

Referenced by ImpPDFTabDialog::ImpPDFTabDialog().

◆ DECL_LINK()

ImpPDFTabViewerPage::DECL_LINK ( ToggleRbBookmarksHdl  ,
weld::Toggleable ,
void   
)
private

◆ GetFilterConfigItem()

void ImpPDFTabViewerPage::GetFilterConfigItem ( ImpPDFTabDialog paParent)

◆ SetFilterConfigItem()

void ImpPDFTabViewerPage::SetFilterConfigItem ( const ImpPDFTabDialog paParent)

Member Data Documentation

◆ m_xCbCenterWindow

std::unique_ptr<weld::CheckButton> ImpPDFTabViewerPage::m_xCbCenterWindow
private

Definition at line 297 of file impdialog.hxx.

Referenced by GetFilterConfigItem(), and SetFilterConfigItem().

◆ m_xCbDispDocTitle

std::unique_ptr<weld::CheckButton> ImpPDFTabViewerPage::m_xCbDispDocTitle
private

Definition at line 299 of file impdialog.hxx.

Referenced by GetFilterConfigItem(), and SetFilterConfigItem().

◆ m_xCbHideViewerMenubar

std::unique_ptr<weld::CheckButton> ImpPDFTabViewerPage::m_xCbHideViewerMenubar
private

Definition at line 300 of file impdialog.hxx.

Referenced by GetFilterConfigItem(), and SetFilterConfigItem().

◆ m_xCbHideViewerToolbar

std::unique_ptr<weld::CheckButton> ImpPDFTabViewerPage::m_xCbHideViewerToolbar
private

Definition at line 301 of file impdialog.hxx.

Referenced by GetFilterConfigItem(), and SetFilterConfigItem().

◆ m_xCbHideViewerWindowControls

std::unique_ptr<weld::CheckButton> ImpPDFTabViewerPage::m_xCbHideViewerWindowControls
private

Definition at line 302 of file impdialog.hxx.

Referenced by GetFilterConfigItem(), and SetFilterConfigItem().

◆ m_xCbOpenFullScreen

std::unique_ptr<weld::CheckButton> ImpPDFTabViewerPage::m_xCbOpenFullScreen
private

Definition at line 298 of file impdialog.hxx.

Referenced by GetFilterConfigItem(), and SetFilterConfigItem().

◆ m_xCbResWinInit

std::unique_ptr<weld::CheckButton> ImpPDFTabViewerPage::m_xCbResWinInit
private

Definition at line 296 of file impdialog.hxx.

Referenced by GetFilterConfigItem(), and SetFilterConfigItem().

◆ m_xCbTransitionEffects

std::unique_ptr<weld::CheckButton> ImpPDFTabViewerPage::m_xCbTransitionEffects
private

Definition at line 303 of file impdialog.hxx.

Referenced by GetFilterConfigItem(), and SetFilterConfigItem().

◆ m_xNumBookmarkLevels

std::unique_ptr<weld::SpinButton> ImpPDFTabViewerPage::m_xNumBookmarkLevels
private

Definition at line 306 of file impdialog.hxx.

Referenced by GetFilterConfigItem(), and SetFilterConfigItem().

◆ m_xRbAllBookmarkLevels

std::unique_ptr<weld::RadioButton> ImpPDFTabViewerPage::m_xRbAllBookmarkLevels
private

Definition at line 304 of file impdialog.hxx.

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

◆ m_xRbVisibleBookmarkLevels

std::unique_ptr<weld::RadioButton> ImpPDFTabViewerPage::m_xRbVisibleBookmarkLevels
private

Definition at line 305 of file impdialog.hxx.

Referenced by ImpPDFTabViewerPage(), and SetFilterConfigItem().

◆ mbIsPresentation

bool ImpPDFTabViewerPage::mbIsPresentation
private

Definition at line 294 of file impdialog.hxx.

Referenced by SetFilterConfigItem().


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