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

Class tab page viewer. More...

#include <impdialog.hxx>

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

Public Member Functions

 ImpPDFTabOpnFtrPage (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet &rSet)
 The option features tab page. More...
 
virtual ~ImpPDFTabOpnFtrPage () override
 
void GetFilterConfigItem (ImpPDFTabDialog *paParent)
 
void SetFilterConfigItem (ImpPDFTabDialog *pParent)
 
- 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 (ToggleRbPgLyContinueFacingHdl, weld::Toggleable &, void)
 
 DECL_LINK (ToggleRbMagnHdl, weld::Toggleable &, void)
 
void ToggleRbPgLyContinueFacingHdl ()
 
void ToggleInitialView (ImpPDFTabDialog &rParent)
 

Private Attributes

bool mbUseCTLFont
 
std::unique_ptr< weld::RadioButtonmxRbOpnPageOnly
 
std::unique_ptr< weld::RadioButtonmxRbOpnOutline
 
std::unique_ptr< weld::RadioButtonmxRbOpnThumbs
 
std::unique_ptr< weld::SpinButtonmxNumInitialPage
 
std::unique_ptr< weld::RadioButtonmxRbMagnDefault
 
std::unique_ptr< weld::RadioButtonmxRbMagnFitWin
 
std::unique_ptr< weld::RadioButtonmxRbMagnFitWidth
 
std::unique_ptr< weld::RadioButtonmxRbMagnFitVisible
 
std::unique_ptr< weld::RadioButtonmxRbMagnZoom
 
std::unique_ptr< weld::SpinButtonmxNumZoom
 
std::unique_ptr< weld::RadioButtonmxRbPgLyDefault
 
std::unique_ptr< weld::RadioButtonmxRbPgLySinglePage
 
std::unique_ptr< weld::RadioButtonmxRbPgLyContinue
 
std::unique_ptr< weld::RadioButtonmxRbPgLyContinueFacing
 
std::unique_ptr< weld::CheckButtonmxCbPgLyFirstOnLeft
 

Friends

class ImpPDFTabGeneralPage
 

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 253 of file impdialog.hxx.

Constructor & Destructor Documentation

◆ ImpPDFTabOpnFtrPage()

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

The option features tab page.

Definition at line 972 of file impdialog.cxx.

References LINK, mxRbMagnDefault, mxRbMagnFitVisible, mxRbMagnFitWidth, mxRbMagnFitWin, and mxRbMagnZoom.

◆ ~ImpPDFTabOpnFtrPage()

ImpPDFTabOpnFtrPage::~ImpPDFTabOpnFtrPage ( )
overridevirtual

Definition at line 998 of file impdialog.cxx.

Member Function Documentation

◆ Create()

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

Definition at line 1002 of file impdialog.cxx.

Referenced by ImpPDFTabDialog::ImpPDFTabDialog().

◆ DECL_LINK() [1/2]

ImpPDFTabOpnFtrPage::DECL_LINK ( ToggleRbMagnHdl  ,
weld::Toggleable ,
void   
)
private

◆ DECL_LINK() [2/2]

ImpPDFTabOpnFtrPage::DECL_LINK ( ToggleRbPgLyContinueFacingHdl  ,
weld::Toggleable ,
void   
)
private

◆ GetFilterConfigItem()

void ImpPDFTabOpnFtrPage::GetFilterConfigItem ( ImpPDFTabDialog paParent)

◆ SetFilterConfigItem()

void ImpPDFTabOpnFtrPage::SetFilterConfigItem ( ImpPDFTabDialog pParent)

◆ ToggleInitialView()

void ImpPDFTabOpnFtrPage::ToggleInitialView ( ImpPDFTabDialog rParent)
private

◆ ToggleRbPgLyContinueFacingHdl()

void ImpPDFTabOpnFtrPage::ToggleRbPgLyContinueFacingHdl ( )
private

Definition at line 1168 of file impdialog.cxx.

References mxCbPgLyFirstOnLeft, and mxRbPgLyContinueFacing.

Referenced by SetFilterConfigItem().

Friends And Related Function Documentation

◆ ImpPDFTabGeneralPage

friend class ImpPDFTabGeneralPage
friend

Definition at line 255 of file impdialog.hxx.

Member Data Documentation

◆ mbUseCTLFont

bool ImpPDFTabOpnFtrPage::mbUseCTLFont
private

Definition at line 257 of file impdialog.hxx.

Referenced by GetFilterConfigItem(), and SetFilterConfigItem().

◆ mxCbPgLyFirstOnLeft

std::unique_ptr<weld::CheckButton> ImpPDFTabOpnFtrPage::mxCbPgLyFirstOnLeft
private

◆ mxNumInitialPage

std::unique_ptr<weld::SpinButton> ImpPDFTabOpnFtrPage::mxNumInitialPage
private

Definition at line 262 of file impdialog.hxx.

Referenced by GetFilterConfigItem(), and SetFilterConfigItem().

◆ mxNumZoom

std::unique_ptr<weld::SpinButton> ImpPDFTabOpnFtrPage::mxNumZoom
private

Definition at line 268 of file impdialog.hxx.

Referenced by GetFilterConfigItem(), and SetFilterConfigItem().

◆ mxRbMagnDefault

std::unique_ptr<weld::RadioButton> ImpPDFTabOpnFtrPage::mxRbMagnDefault
private

Definition at line 263 of file impdialog.hxx.

Referenced by ImpPDFTabOpnFtrPage(), and SetFilterConfigItem().

◆ mxRbMagnFitVisible

std::unique_ptr<weld::RadioButton> ImpPDFTabOpnFtrPage::mxRbMagnFitVisible
private

Definition at line 266 of file impdialog.hxx.

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

◆ mxRbMagnFitWidth

std::unique_ptr<weld::RadioButton> ImpPDFTabOpnFtrPage::mxRbMagnFitWidth
private

Definition at line 265 of file impdialog.hxx.

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

◆ mxRbMagnFitWin

std::unique_ptr<weld::RadioButton> ImpPDFTabOpnFtrPage::mxRbMagnFitWin
private

Definition at line 264 of file impdialog.hxx.

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

◆ mxRbMagnZoom

std::unique_ptr<weld::RadioButton> ImpPDFTabOpnFtrPage::mxRbMagnZoom
private

Definition at line 267 of file impdialog.hxx.

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

◆ mxRbOpnOutline

std::unique_ptr<weld::RadioButton> ImpPDFTabOpnFtrPage::mxRbOpnOutline
private

Definition at line 260 of file impdialog.hxx.

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

◆ mxRbOpnPageOnly

std::unique_ptr<weld::RadioButton> ImpPDFTabOpnFtrPage::mxRbOpnPageOnly
private

Definition at line 259 of file impdialog.hxx.

Referenced by SetFilterConfigItem(), and ToggleInitialView().

◆ mxRbOpnThumbs

std::unique_ptr<weld::RadioButton> ImpPDFTabOpnFtrPage::mxRbOpnThumbs
private

Definition at line 261 of file impdialog.hxx.

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

◆ mxRbPgLyContinue

std::unique_ptr<weld::RadioButton> ImpPDFTabOpnFtrPage::mxRbPgLyContinue
private

Definition at line 271 of file impdialog.hxx.

Referenced by GetFilterConfigItem(), and SetFilterConfigItem().

◆ mxRbPgLyContinueFacing

std::unique_ptr<weld::RadioButton> ImpPDFTabOpnFtrPage::mxRbPgLyContinueFacing
private

◆ mxRbPgLyDefault

std::unique_ptr<weld::RadioButton> ImpPDFTabOpnFtrPage::mxRbPgLyDefault
private

Definition at line 269 of file impdialog.hxx.

Referenced by SetFilterConfigItem().

◆ mxRbPgLySinglePage

std::unique_ptr<weld::RadioButton> ImpPDFTabOpnFtrPage::mxRbPgLySinglePage
private

Definition at line 270 of file impdialog.hxx.

Referenced by GetFilterConfigItem(), and SetFilterConfigItem().


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