|
LibreOffice Module filter (master) 1
|
Class tab page viewer. More...
#include <impdialog.hxx>
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 SfxItemSet & | GetItemSet () 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 SfxItemSet * | GetDialogExampleSet () const |
| OUString | GetHelpId () const |
| OUString | GetConfigId () const |
| bool | IsVisible () const |
| weld::Window * | GetFrameWeld () const |
| std::unordered_map< OUString, css::uno::Any > & | getAdditionalProperties () |
Static Public Member Functions | |
| static std::unique_ptr< SfxTabPage > | Create (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet *rAttrSet) |
Static Public Member Functions inherited from SfxTabPage | |
| static const SfxPoolItem * | GetItem (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::RadioButton > | mxRbOpnPageOnly |
| std::unique_ptr< weld::RadioButton > | mxRbOpnOutline |
| std::unique_ptr< weld::RadioButton > | mxRbOpnThumbs |
| std::unique_ptr< weld::SpinButton > | mxNumInitialPage |
| std::unique_ptr< weld::RadioButton > | mxRbMagnDefault |
| std::unique_ptr< weld::RadioButton > | mxRbMagnFitWin |
| std::unique_ptr< weld::RadioButton > | mxRbMagnFitWidth |
| std::unique_ptr< weld::RadioButton > | mxRbMagnFitVisible |
| std::unique_ptr< weld::RadioButton > | mxRbMagnZoom |
| std::unique_ptr< weld::SpinButton > | mxNumZoom |
| std::unique_ptr< weld::RadioButton > | mxRbPgLyDefault |
| std::unique_ptr< weld::RadioButton > | mxRbPgLySinglePage |
| std::unique_ptr< weld::RadioButton > | mxRbPgLyContinue |
| std::unique_ptr< weld::RadioButton > | mxRbPgLyContinueFacing |
| std::unique_ptr< weld::CheckButton > | mxCbPgLyFirstOnLeft |
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 SfxPoolItem * | GetOldItem (const SfxItemSet &rSet, sal_uInt16 nSlot, bool bDeep=true) |
| const T * | GetOldItem (const SfxItemSet &rSet, TypedWhichId< T > nSlot, bool bDeep=true) |
| SfxOkDialogController * | GetDialogController () const |
Class tab page viewer.
Definition at line 253 of file impdialog.hxx.
| 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.
|
overridevirtual |
Definition at line 998 of file impdialog.cxx.
|
static |
Definition at line 1002 of file impdialog.cxx.
Referenced by ImpPDFTabDialog::ImpPDFTabDialog().
|
private |
|
private |
| void ImpPDFTabOpnFtrPage::GetFilterConfigItem | ( | ImpPDFTabDialog * | paParent | ) |
Definition at line 1007 of file impdialog.cxx.
References ImpPDFTabDialog::mbFirstPageLeft, ImpPDFTabDialog::mbPDFUACompliance, mbUseCTLFont, ImpPDFTabDialog::mnInitialPage, ImpPDFTabDialog::mnInitialView, ImpPDFTabDialog::mnInitialViewUserSelection, ImpPDFTabDialog::mnMagnification, ImpPDFTabDialog::mnPageLayout, ImpPDFTabDialog::mnZoom, mxCbPgLyFirstOnLeft, mxNumInitialPage, mxNumZoom, mxRbMagnFitVisible, mxRbMagnFitWidth, mxRbMagnFitWin, mxRbMagnZoom, mxRbOpnOutline, mxRbOpnThumbs, mxRbPgLyContinue, mxRbPgLyContinueFacing, and mxRbPgLySinglePage.
| void ImpPDFTabOpnFtrPage::SetFilterConfigItem | ( | ImpPDFTabDialog * | pParent | ) |
Definition at line 1045 of file impdialog.cxx.
References LINK, ImpPDFTabDialog::mbFirstPageLeft, ImpPDFTabDialog::mbUseCTLFont, mbUseCTLFont, ImpPDFTabDialog::mnInitialPage, ImpPDFTabDialog::mnInitialView, ImpPDFTabDialog::mnMagnification, ImpPDFTabDialog::mnPageLayout, ImpPDFTabDialog::mnZoom, mxCbPgLyFirstOnLeft, mxNumInitialPage, mxNumZoom, mxRbMagnDefault, mxRbMagnFitVisible, mxRbMagnFitWidth, mxRbMagnFitWin, mxRbMagnZoom, mxRbOpnOutline, mxRbOpnPageOnly, mxRbOpnThumbs, mxRbPgLyContinue, mxRbPgLyContinueFacing, mxRbPgLyDefault, mxRbPgLySinglePage, ToggleInitialView(), and ToggleRbPgLyContinueFacingHdl().
|
private |
Definition at line 1121 of file impdialog.cxx.
References ImpPDFTabDialog::getGeneralPage(), ImpPDFTabGeneralPage::IsPdfUaSelected(), ImpPDFTabDialog::mnInitialViewUserSelection, mxRbOpnOutline, mxRbOpnPageOnly, and mxRbOpnThumbs.
Referenced by IMPL_LINK_NOARG(), and SetFilterConfigItem().
|
private |
Definition at line 1168 of file impdialog.cxx.
References mxCbPgLyFirstOnLeft, and mxRbPgLyContinueFacing.
Referenced by SetFilterConfigItem().
|
friend |
Definition at line 255 of file impdialog.hxx.
|
private |
Definition at line 257 of file impdialog.hxx.
Referenced by GetFilterConfigItem(), and SetFilterConfigItem().
|
private |
Definition at line 273 of file impdialog.hxx.
Referenced by GetFilterConfigItem(), SetFilterConfigItem(), and ToggleRbPgLyContinueFacingHdl().
|
private |
Definition at line 262 of file impdialog.hxx.
Referenced by GetFilterConfigItem(), and SetFilterConfigItem().
|
private |
Definition at line 268 of file impdialog.hxx.
Referenced by GetFilterConfigItem(), and SetFilterConfigItem().
|
private |
Definition at line 263 of file impdialog.hxx.
Referenced by ImpPDFTabOpnFtrPage(), and SetFilterConfigItem().
|
private |
Definition at line 266 of file impdialog.hxx.
Referenced by GetFilterConfigItem(), ImpPDFTabOpnFtrPage(), and SetFilterConfigItem().
|
private |
Definition at line 265 of file impdialog.hxx.
Referenced by GetFilterConfigItem(), ImpPDFTabOpnFtrPage(), and SetFilterConfigItem().
|
private |
Definition at line 264 of file impdialog.hxx.
Referenced by GetFilterConfigItem(), ImpPDFTabOpnFtrPage(), and SetFilterConfigItem().
|
private |
Definition at line 267 of file impdialog.hxx.
Referenced by GetFilterConfigItem(), ImpPDFTabOpnFtrPage(), and SetFilterConfigItem().
|
private |
Definition at line 260 of file impdialog.hxx.
Referenced by GetFilterConfigItem(), SetFilterConfigItem(), and ToggleInitialView().
|
private |
Definition at line 259 of file impdialog.hxx.
Referenced by SetFilterConfigItem(), and ToggleInitialView().
|
private |
Definition at line 261 of file impdialog.hxx.
Referenced by GetFilterConfigItem(), SetFilterConfigItem(), and ToggleInitialView().
|
private |
Definition at line 271 of file impdialog.hxx.
Referenced by GetFilterConfigItem(), and SetFilterConfigItem().
|
private |
Definition at line 272 of file impdialog.hxx.
Referenced by GetFilterConfigItem(), SetFilterConfigItem(), and ToggleRbPgLyContinueFacingHdl().
|
private |
Definition at line 269 of file impdialog.hxx.
Referenced by SetFilterConfigItem().
|
private |
Definition at line 270 of file impdialog.hxx.
Referenced by GetFilterConfigItem(), and SetFilterConfigItem().