LibreOffice Module filter (master) 1
Public Member Functions | Private Member Functions | Private Attributes | Friends | List of all members
ImpPDFTabDialog Class Referencefinal

Class tabbed dialog. More...

#include <impdialog.hxx>

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

Public Member Functions

 ImpPDFTabDialog (weld::Window *pParent, const Sequence< PropertyValue > &rFilterData, const css::uno::Reference< XComponent > &rDoc)
 Tabbed PDF dialog implementation Please note: the default used here are the same as per specification, They should be the same in PDFFilter::implExport and in PDFExport::PDFExport. More...
 
virtual ~ImpPDFTabDialog () override
 
Sequence< PropertyValue > GetFilterData ()
 
ImpPDFTabOpnFtrPagegetOpenPage () const
 
ImpPDFTabSecurityPagegetSecurityPage () const
 
ImpPDFTabLinksPagegetLinksPage () const
 
ImpPDFTabGeneralPagegetGeneralPage () const
 
- Public Member Functions inherited from SfxTabDialogController
 SfxTabDialogController (weld::Widget *pParent, const OUString &rUIXMLDescription, const OUString &rID, const SfxItemSet *=nullptr, bool bEditFmt=false)
 
virtual ~SfxTabDialogController () override
 
void AddTabPage (const OUString &rName, CreateTabPage pCreateFunc, GetTabPageRanges pRangesFunc)
 
void AddTabPage (const OUString &rName, sal_uInt16 nPageCreateId)
 
void AddTabPage (const OUString &rName, const OUString &rLabel, CreateTabPage pCreateFunc)
 
void AddTabPage (const OUString &rName, const OUString &rLabel, sal_uInt16 nPageCreateId)
 
void RemoveTabPage (const OUString &rName)
 
void SetCurPageId (const OUString &rName)
 
void ShowPage (const OUString &rName)
 
OUString GetCurPageId () const
 
SfxTabPageGetCurTabPage () const
 
const WhichRangesContainerGetInputRanges (const SfxItemPool &)
 
void SetInputSet (const SfxItemSet *pInSet)
 
const SfxItemSetGetOutputItemSet () const
 
virtual weld::ButtonGetOKButton () const override
 
weld::ButtonGetCancelButton () const
 
weld::ButtonGetUserButton () const
 
weld::ButtonGetStandardButton () const
 
weld::ButtonGetApplyButton () const
 
weld::ButtonGetResetButton () const
 
void RemoveResetButton ()
 
void RemoveStandardButton ()
 
virtual short run () override
 
virtual const SfxItemSetGetExampleSet () const override
 
void SetApplyHandler (const Link< weld::Button &, void > &_rHdl)
 
bool Apply ()
 
void Applied ()
 
std::vector< OUString > getAllPageUIXMLDescriptions () const
 
bool selectPageByUIXMLDescription (const OUString &rUIXMLDescription)
 
BitmapEx createScreenshot () const
 
OUString GetScreenshotId () const
 
- Public Member Functions inherited from SfxOkDialogController
 SfxOkDialogController (weld::Widget *pParent, const OUString &rUIXMLDescription, const OUString &rID)
 
virtual weld::ButtonGetOKButton () const=0
 
virtual const SfxItemSetGetExampleSet () const=0
 
- Public Member Functions inherited from SfxDialogController
 SfxDialogController (weld::Widget *pParent, const OUString &rUIFile, const OUString &rDialogId)
 
virtual void Activate ()
 
virtual void Deactivate ()
 
virtual void ChildWinDispose ()
 
virtual void Close ()
 
virtual void EndDialog (int nResponse)
 
virtual bool CloseOnHide () const
 

Private Member Functions

 DECL_LINK (CancelHdl, weld::Button &, void)
 
 DECL_LINK (OkHdl, weld::Button &, void)
 
virtual void PageCreated (const OUString &rId, SfxTabPage &rPage) override
 

Private Attributes

css::uno::Reference< css::lang::XComponent > mrDoc
 
FilterConfigItem maConfigItem
 
FilterConfigItem maConfigI18N
 
Any maSelection
 
bool mbIsPresentation
 
bool mbIsSpreadsheet
 
bool mbIsWriter
 
bool mbSelectionPresent
 
bool mbUseCTLFont
 
bool mbUseLosslessCompression
 
sal_Int32 mnQuality
 
bool mbReduceImageResolution
 
sal_Int32 mnMaxImageResolution
 
bool mbUseTaggedPDF
 
bool mbUseTaggedPDFUserSelection
 
sal_Int32 mnPDFTypeSelection
 
bool mbPDFUACompliance
 
bool mbExportNotes
 
bool mbExportNotesInMargin
 
bool mbViewPDF
 
bool mbUseReferenceXObject
 
bool mbUseReferenceXObjectUserSelection = false
 
bool mbExportNotesPages
 
bool mbExportOnlyNotesPages
 
bool mbUseTransitionEffects
 
bool mbIsSkipEmptyPages
 
bool mbIsExportPlaceholders
 
bool mbAddStream
 
sal_Int32 mnFormsType
 
bool mbExportFormFields
 
bool mbAllowDuplicateFieldNames
 
bool mbExportBookmarks
 
bool mbExportBookmarksUserSelection = true
 
bool mbExportHiddenSlides
 
bool mbSinglePageSheets
 
sal_Int32 mnOpenBookmarkLevels
 
bool mbHideViewerToolbar
 
bool mbHideViewerMenubar
 
bool mbHideViewerWindowControls
 
bool mbResizeWinToInit
 
bool mbCenterWindow
 
bool mbOpenInFullScreenMode
 
bool mbDisplayPDFDocumentTitle
 
sal_Int32 mnMagnification
 
sal_Int32 mnInitialView
 
sal_Int32 mnInitialViewUserSelection
 
sal_Int32 mnZoom
 
sal_Int32 mnInitialPage
 
sal_Int32 mnPageLayout
 
bool mbFirstPageLeft
 
bool mbEncrypt
 
bool mbRestrictPermissions
 
css::uno::Sequence< css::beans::NamedValue > maPreparedOwnerPassword
 
sal_Int32 mnPrint
 
sal_Int32 mnChangesAllowed
 
bool mbCanCopyOrExtract
 
bool mbCanExtractForAccessibility
 
css::uno::Reference< css::beans::XMaterialHolder > mxPreparedPasswords
 
bool mbIsRangeChecked
 
OUString msPageRange
 
bool mbSelectionIsChecked
 
bool mbExportRelativeFsysLinks
 
sal_Int32 mnViewPDFMode
 
bool mbConvertOOoTargets
 
bool mbExportBmkToPDFDestination
 
bool mbSignPDF
 
OUString msSignPassword
 
OUString msSignLocation
 
OUString msSignContact
 
OUString msSignReason
 
css::uno::Reference< css::security::XCertificate > maSignCertificate
 
OUString msSignTSA
 
OUString maWatermarkText
 

Friends

class ImpPDFTabGeneralPage
 
class ImpPDFTabViewerPage
 
class ImpPDFTabOpnFtrPage
 
class ImpPDFTabSecurityPage
 
class ImpPDFTabLinksPage
 
class ImpPDFTabSigningPage
 

Additional Inherited Members

- Static Public Member Functions inherited from SfxTabDialogController
static bool runAsync (const std::shared_ptr< SfxTabDialogController > &rController, const std::function< void(sal_Int32)> &)
 
- Protected Member Functions inherited from SfxTabDialogController
 DECL_LINK (OkHdl, weld::Button &, void)
 
 DECL_DLLPRIVATE_LINK (ResetHdl, weld::Button &, void)
 
 DECL_DLLPRIVATE_LINK (BaseFmtHdl, weld::Button &, void)
 
 DECL_DLLPRIVATE_LINK (UserHdl, weld::Button &, void)
 
 DECL_DLLPRIVATE_LINK (CancelHdl, weld::Button &, void)
 
virtual short Ok ()
 
virtual void RefreshInputSet ()
 
virtual SfxItemSetCreateInputItemSet (const OUString &rName)
 
virtual void PageCreated (const OUString &rName, SfxTabPage &rPage)
 
virtual void ActivatePage (const OUString &rPage)
 
bool DeactivatePage (std::u16string_view aPage)
 
SfxItemSetGetInputSetImpl ()
 
SfxTabPageGetTabPage (std::u16string_view rPageId) const
 
bool PrepareLeaveCurrentPage ()
 
void SavePosAndId ()
 
- Protected Attributes inherited from SfxTabDialogController
std::unique_ptr< weld::Notebookm_xTabCtrl
 
std::unique_ptr< SfxItemSetm_xExampleSet
 

Detailed Description

Class tabbed dialog.

Definition at line 59 of file impdialog.hxx.

Constructor & Destructor Documentation

◆ ImpPDFTabDialog()

ImpPDFTabDialog::ImpPDFTabDialog ( weld::Window pParent,
const Sequence< PropertyValue > &  rFilterData,
const css::uno::Reference< XComponent > &  rDoc 
)

Tabbed PDF dialog implementation Please note: the default used here are the same as per specification, They should be the same in PDFFilter::implExport and in PDFExport::PDFExport.

Definition at line 54 of file impdialog.cxx.

References SfxTabDialogController::AddTabPage(), weld::Button::connect_clicked(), ImpPDFTabGeneralPage::Create(), ImpPDFTabOpnFtrPage::Create(), ImpPDFTabViewerPage::Create(), ImpPDFTabSecurityPage::Create(), ImpPDFTabLinksPage::Create(), ImpPDFTabSigningPage::Create(), SfxTabDialogController::GetCancelButton(), SfxTabDialogController::GetOKButton(), comphelper::LibreOfficeKit::isActive(), LINK, SfxTabDialogController::m_xTabCtrl, maConfigI18N, maConfigItem, maSelection, mbAddStream, mbAllowDuplicateFieldNames, mbCanCopyOrExtract, mbCanExtractForAccessibility, mbCenterWindow, mbConvertOOoTargets, mbDisplayPDFDocumentTitle, mbExportBmkToPDFDestination, mbExportBookmarks, mbExportBookmarksUserSelection, mbExportFormFields, mbExportHiddenSlides, mbExportNotes, mbExportNotesInMargin, mbExportNotesPages, mbExportOnlyNotesPages, mbExportRelativeFsysLinks, mbFirstPageLeft, mbHideViewerMenubar, mbHideViewerToolbar, mbHideViewerWindowControls, mbIsExportPlaceholders, mbIsPresentation, mbIsSkipEmptyPages, mbIsSpreadsheet, mbIsWriter, mbOpenInFullScreenMode, mbPDFUACompliance, mbReduceImageResolution, mbResizeWinToInit, mbSelectionPresent, mbSignPDF, mbSinglePageSheets, mbUseCTLFont, mbUseLosslessCompression, mbUseTaggedPDF, mbUseTaggedPDFUserSelection, mbUseTransitionEffects, mbViewPDF, mnChangesAllowed, mnFormsType, mnInitialPage, mnInitialView, mnInitialViewUserSelection, mnMagnification, mnMaxImageResolution, mnOpenBookmarkLevels, mnPageLayout, mnPDFTypeSelection, mnPrint, mnQuality, mnViewPDFMode, mnZoom, FilterConfigItem::ReadBool(), FilterConfigItem::ReadInt32(), FilterConfigItem::ReadString(), SfxTabDialogController::RemoveResetButton(), weld::Button::set_label(), SfxTabDialogController::SetCurPageId(), u, and xController.

◆ ~ImpPDFTabDialog()

ImpPDFTabDialog::~ImpPDFTabDialog ( )
overridevirtual

Member Function Documentation

◆ DECL_LINK() [1/2]

ImpPDFTabDialog::DECL_LINK ( CancelHdl  ,
weld::Button ,
void   
)
private

◆ DECL_LINK() [2/2]

ImpPDFTabDialog::DECL_LINK ( OkHdl  ,
weld::Button ,
void   
)
private

◆ GetFilterData()

Sequence< PropertyValue > ImpPDFTabDialog::GetFilterData ( )

Definition at line 417 of file impdialog.cxx.

References comphelper::concatSequences(), comphelper::containerToSequence(), FilterConfigItem::GetFilterData(), SfxTabDialogController::GetTabPage(), maConfigItem, comphelper::makePropertyValue(), maPreparedOwnerPassword, maSelection, maSignCertificate, maWatermarkText, mbAddStream, mbAllowDuplicateFieldNames, mbCanCopyOrExtract, mbCanExtractForAccessibility, mbCenterWindow, mbConvertOOoTargets, mbDisplayPDFDocumentTitle, mbEncrypt, mbExportBmkToPDFDestination, mbExportBookmarks, mbExportFormFields, mbExportHiddenSlides, mbExportNotes, mbExportNotesInMargin, mbExportNotesPages, mbExportOnlyNotesPages, mbExportRelativeFsysLinks, mbFirstPageLeft, mbHideViewerMenubar, mbHideViewerToolbar, mbHideViewerWindowControls, mbIsExportPlaceholders, mbIsPresentation, mbIsRangeChecked, mbIsSkipEmptyPages, mbIsSpreadsheet, mbIsWriter, mbOpenInFullScreenMode, mbPDFUACompliance, mbReduceImageResolution, mbResizeWinToInit, mbRestrictPermissions, mbSelectionIsChecked, mbSignPDF, mbSinglePageSheets, mbUseLosslessCompression, mbUseReferenceXObject, mbUseTaggedPDF, mbUseTaggedPDFUserSelection, mbUseTransitionEffects, mbViewPDF, mnChangesAllowed, mnFormsType, mnInitialPage, mnInitialView, mnMagnification, mnMaxImageResolution, mnOpenBookmarkLevels, mnPageLayout, mnPDFTypeSelection, mnPrint, mnQuality, mnViewPDFMode, mnZoom, msPageRange, msSignContact, msSignLocation, msSignPassword, msSignReason, msSignTSA, mxPreparedPasswords, u, FilterConfigItem::WriteBool(), and FilterConfigItem::WriteInt32().

◆ getGeneralPage()

ImpPDFTabGeneralPage * ImpPDFTabDialog::getGeneralPage ( ) const

◆ getLinksPage()

ImpPDFTabLinksPage * ImpPDFTabDialog::getLinksPage ( ) const

Definition at line 304 of file impdialog.cxx.

References SfxTabDialogController::GetTabPage(), and u.

◆ getOpenPage()

ImpPDFTabOpnFtrPage * ImpPDFTabDialog::getOpenPage ( ) const

Definition at line 294 of file impdialog.cxx.

References SfxTabDialogController::GetTabPage(), and u.

◆ getSecurityPage()

ImpPDFTabSecurityPage * ImpPDFTabDialog::getSecurityPage ( ) const

Definition at line 284 of file impdialog.cxx.

References SfxTabDialogController::GetTabPage(), and u.

◆ PageCreated()

void ImpPDFTabDialog::PageCreated ( const OUString &  rId,
SfxTabPage rPage 
)
overrideprivatevirtual

Reimplemented from SfxTabDialogController.

Definition at line 390 of file impdialog.cxx.

Friends And Related Function Documentation

◆ ImpPDFTabGeneralPage

friend class ImpPDFTabGeneralPage
friend

Definition at line 152 of file impdialog.hxx.

◆ ImpPDFTabLinksPage

friend class ImpPDFTabLinksPage
friend

Definition at line 156 of file impdialog.hxx.

◆ ImpPDFTabOpnFtrPage

friend class ImpPDFTabOpnFtrPage
friend

Definition at line 154 of file impdialog.hxx.

◆ ImpPDFTabSecurityPage

friend class ImpPDFTabSecurityPage
friend

Definition at line 155 of file impdialog.hxx.

◆ ImpPDFTabSigningPage

friend class ImpPDFTabSigningPage
friend

Definition at line 157 of file impdialog.hxx.

◆ ImpPDFTabViewerPage

friend class ImpPDFTabViewerPage
friend

Definition at line 153 of file impdialog.hxx.

Member Data Documentation

◆ maConfigI18N

FilterConfigItem ImpPDFTabDialog::maConfigI18N
private

Definition at line 64 of file impdialog.hxx.

Referenced by ImpPDFTabDialog(), and ~ImpPDFTabDialog().

◆ maConfigItem

FilterConfigItem ImpPDFTabDialog::maConfigItem
private

Definition at line 63 of file impdialog.hxx.

Referenced by GetFilterData(), ImpPDFTabDialog(), and ~ImpPDFTabDialog().

◆ maPreparedOwnerPassword

css::uno::Sequence< css::beans::NamedValue > ImpPDFTabDialog::maPreparedOwnerPassword
private

Definition at line 124 of file impdialog.hxx.

Referenced by ImpPDFTabSecurityPage::GetFilterConfigItem(), and GetFilterData().

◆ maSelection

Any ImpPDFTabDialog::maSelection
private

Definition at line 66 of file impdialog.hxx.

Referenced by GetFilterData(), and ImpPDFTabDialog().

◆ maSignCertificate

css::uno::Reference< css::security::XCertificate > ImpPDFTabDialog::maSignCertificate
private

◆ maWatermarkText

OUString ImpPDFTabDialog::maWatermarkText
private

Definition at line 148 of file impdialog.hxx.

Referenced by ImpPDFTabGeneralPage::GetFilterConfigItem(), and GetFilterData().

◆ mbAddStream

bool ImpPDFTabDialog::mbAddStream
private

◆ mbAllowDuplicateFieldNames

bool ImpPDFTabDialog::mbAllowDuplicateFieldNames
private

◆ mbCanCopyOrExtract

bool ImpPDFTabDialog::mbCanCopyOrExtract
private

◆ mbCanExtractForAccessibility

bool ImpPDFTabDialog::mbCanExtractForAccessibility
private

◆ mbCenterWindow

bool ImpPDFTabDialog::mbCenterWindow
private

◆ mbConvertOOoTargets

bool ImpPDFTabDialog::mbConvertOOoTargets
private

◆ mbDisplayPDFDocumentTitle

bool ImpPDFTabDialog::mbDisplayPDFDocumentTitle
private

◆ mbEncrypt

bool ImpPDFTabDialog::mbEncrypt
private

Definition at line 121 of file impdialog.hxx.

Referenced by ImpPDFTabSecurityPage::GetFilterConfigItem(), and GetFilterData().

◆ mbExportBmkToPDFDestination

bool ImpPDFTabDialog::mbExportBmkToPDFDestination
private

◆ mbExportBookmarks

bool ImpPDFTabDialog::mbExportBookmarks
private

◆ mbExportBookmarksUserSelection

bool ImpPDFTabDialog::mbExportBookmarksUserSelection = true
private

◆ mbExportFormFields

bool ImpPDFTabDialog::mbExportFormFields
private

◆ mbExportHiddenSlides

bool ImpPDFTabDialog::mbExportHiddenSlides
private

◆ mbExportNotes

bool ImpPDFTabDialog::mbExportNotes
private

◆ mbExportNotesInMargin

bool ImpPDFTabDialog::mbExportNotesInMargin
private

◆ mbExportNotesPages

bool ImpPDFTabDialog::mbExportNotesPages
private

◆ mbExportOnlyNotesPages

bool ImpPDFTabDialog::mbExportOnlyNotesPages
private

◆ mbExportRelativeFsysLinks

bool ImpPDFTabDialog::mbExportRelativeFsysLinks
private

◆ mbFirstPageLeft

bool ImpPDFTabDialog::mbFirstPageLeft
private

◆ mbHideViewerMenubar

bool ImpPDFTabDialog::mbHideViewerMenubar
private

◆ mbHideViewerToolbar

bool ImpPDFTabDialog::mbHideViewerToolbar
private

◆ mbHideViewerWindowControls

bool ImpPDFTabDialog::mbHideViewerWindowControls
private

◆ mbIsExportPlaceholders

bool ImpPDFTabDialog::mbIsExportPlaceholders
private

◆ mbIsPresentation

bool ImpPDFTabDialog::mbIsPresentation
private

◆ mbIsRangeChecked

bool ImpPDFTabDialog::mbIsRangeChecked
private

Definition at line 131 of file impdialog.hxx.

Referenced by ImpPDFTabGeneralPage::GetFilterConfigItem(), and GetFilterData().

◆ mbIsSkipEmptyPages

bool ImpPDFTabDialog::mbIsSkipEmptyPages
private

◆ mbIsSpreadsheet

bool ImpPDFTabDialog::mbIsSpreadsheet
private

◆ mbIsWriter

bool ImpPDFTabDialog::mbIsWriter
private

◆ mbOpenInFullScreenMode

bool ImpPDFTabDialog::mbOpenInFullScreenMode
private

◆ mbPDFUACompliance

bool ImpPDFTabDialog::mbPDFUACompliance
private

◆ mbReduceImageResolution

bool ImpPDFTabDialog::mbReduceImageResolution
private

◆ mbResizeWinToInit

bool ImpPDFTabDialog::mbResizeWinToInit
private

◆ mbRestrictPermissions

bool ImpPDFTabDialog::mbRestrictPermissions
private

Definition at line 123 of file impdialog.hxx.

Referenced by ImpPDFTabSecurityPage::GetFilterConfigItem(), and GetFilterData().

◆ mbSelectionIsChecked

bool ImpPDFTabDialog::mbSelectionIsChecked
private

Definition at line 133 of file impdialog.hxx.

Referenced by ImpPDFTabGeneralPage::GetFilterConfigItem(), and GetFilterData().

◆ mbSelectionPresent

bool ImpPDFTabDialog::mbSelectionPresent
private

Definition at line 75 of file impdialog.hxx.

Referenced by ImpPDFTabDialog(), and ImpPDFTabGeneralPage::SetFilterConfigItem().

◆ mbSignPDF

bool ImpPDFTabDialog::mbSignPDF
private

◆ mbSinglePageSheets

bool ImpPDFTabDialog::mbSinglePageSheets
private

◆ mbUseCTLFont

bool ImpPDFTabDialog::mbUseCTLFont
private

Definition at line 76 of file impdialog.hxx.

Referenced by ImpPDFTabDialog(), and ImpPDFTabOpnFtrPage::SetFilterConfigItem().

◆ mbUseLosslessCompression

bool ImpPDFTabDialog::mbUseLosslessCompression
private

◆ mbUseReferenceXObject

bool ImpPDFTabDialog::mbUseReferenceXObject
private

Definition at line 88 of file impdialog.hxx.

Referenced by ImpPDFTabGeneralPage::GetFilterConfigItem(), and GetFilterData().

◆ mbUseReferenceXObjectUserSelection

bool ImpPDFTabDialog::mbUseReferenceXObjectUserSelection = false
private

Definition at line 89 of file impdialog.hxx.

Referenced by ImpPDFTabGeneralPage::GetFilterConfigItem().

◆ mbUseTaggedPDF

bool ImpPDFTabDialog::mbUseTaggedPDF
private

◆ mbUseTaggedPDFUserSelection

bool ImpPDFTabDialog::mbUseTaggedPDFUserSelection
private

◆ mbUseTransitionEffects

bool ImpPDFTabDialog::mbUseTransitionEffects
private

◆ mbViewPDF

bool ImpPDFTabDialog::mbViewPDF
private

◆ mnChangesAllowed

sal_Int32 ImpPDFTabDialog::mnChangesAllowed
private

◆ mnFormsType

sal_Int32 ImpPDFTabDialog::mnFormsType
private

◆ mnInitialPage

sal_Int32 ImpPDFTabDialog::mnInitialPage
private

◆ mnInitialView

sal_Int32 ImpPDFTabDialog::mnInitialView
private

◆ mnInitialViewUserSelection

sal_Int32 ImpPDFTabDialog::mnInitialViewUserSelection
private

◆ mnMagnification

sal_Int32 ImpPDFTabDialog::mnMagnification
private

◆ mnMaxImageResolution

sal_Int32 ImpPDFTabDialog::mnMaxImageResolution
private

◆ mnOpenBookmarkLevels

sal_Int32 ImpPDFTabDialog::mnOpenBookmarkLevels
private

◆ mnPageLayout

sal_Int32 ImpPDFTabDialog::mnPageLayout
private

◆ mnPDFTypeSelection

sal_Int32 ImpPDFTabDialog::mnPDFTypeSelection
private

◆ mnPrint

sal_Int32 ImpPDFTabDialog::mnPrint
private

◆ mnQuality

sal_Int32 ImpPDFTabDialog::mnQuality
private

◆ mnViewPDFMode

sal_Int32 ImpPDFTabDialog::mnViewPDFMode
private

◆ mnZoom

sal_Int32 ImpPDFTabDialog::mnZoom
private

◆ mrDoc

css::uno::Reference<css::lang::XComponent> ImpPDFTabDialog::mrDoc
private

Definition at line 61 of file impdialog.hxx.

◆ msPageRange

OUString ImpPDFTabDialog::msPageRange
private

Definition at line 132 of file impdialog.hxx.

Referenced by ImpPDFTabGeneralPage::GetFilterConfigItem(), and GetFilterData().

◆ msSignContact

OUString ImpPDFTabDialog::msSignContact
private

◆ msSignLocation

OUString ImpPDFTabDialog::msSignLocation
private

◆ msSignPassword

OUString ImpPDFTabDialog::msSignPassword
private

◆ msSignReason

OUString ImpPDFTabDialog::msSignReason
private

◆ msSignTSA

OUString ImpPDFTabDialog::msSignTSA
private

Definition at line 146 of file impdialog.hxx.

Referenced by ImpPDFTabSigningPage::GetFilterConfigItem(), and GetFilterData().

◆ mxPreparedPasswords

css::uno::Reference< css::beans::XMaterialHolder > ImpPDFTabDialog::mxPreparedPasswords
private

Definition at line 129 of file impdialog.hxx.

Referenced by ImpPDFTabSecurityPage::GetFilterConfigItem(), and GetFilterData().


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