LibreOffice Module filter (master) 1
|
#include <pdfdialog.hxx>
Public Member Functions | |
PDFDialog (const Reference< XComponentContext > &rxContext) | |
virtual | ~PDFDialog () override |
![]() | |
OPropertyArrayUsageHelper () | |
virtual | ~OPropertyArrayUsageHelper () |
::cppu::IPropertyArrayHelper * | getArrayHelper () |
Private Member Functions | |
virtual Sequence< sal_Int8 > SAL_CALL | getImplementationId () override |
virtual OUString SAL_CALL | getImplementationName () override |
virtual Sequence< OUString > SAL_CALL | getSupportedServiceNames () override |
virtual std::unique_ptr< weld::DialogController > | createDialog (const css::uno::Reference< css::awt::XWindow > &rParent) override |
virtual void | executedDialog (sal_Int16 nExecutionResult) override |
virtual Reference< XPropertySetInfo > SAL_CALL | getPropertySetInfo () override |
virtual ::cppu::IPropertyArrayHelper &SAL_CALL | getInfoHelper () override |
virtual ::cppu::IPropertyArrayHelper * | createArrayHelper () const override |
virtual std::shared_ptr< SfxTabDialogController > | createAsyncDialog (const css::uno::Reference< css::awt::XWindow > &rParent) override |
virtual void | runAsync (const css::uno::Reference< css::ui::dialogs::XDialogClosedListener > &xListener) override |
virtual void | executedAsyncDialog (std::shared_ptr< SfxTabDialogController > xAsyncDialog, sal_Int32 nExecutionResult) override |
virtual Sequence< PropertyValue > SAL_CALL | getPropertyValues () override |
virtual void SAL_CALL | setPropertyValues (const Sequence< PropertyValue > &aProps) override |
virtual void SAL_CALL | setSourceDocument (const Reference< XComponent > &xDoc) override |
Private Attributes | |
Sequence< PropertyValue > | maMediaDescriptor |
Sequence< PropertyValue > | maFilterData |
Reference< XComponent > | mxSrcDoc |
Additional Inherited Members | |
virtual ::cppu::IPropertyArrayHelper * | createArrayHelper () const =0 |
![]() | |
static std::mutex & | theMutex () |
![]() | |
static sal_Int32 | s_nRefCount |
::cppu::IPropertyArrayHelper * | s_pProps |
Definition at line 40 of file pdfdialog.hxx.
|
explicit |
Definition at line 30 of file pdfdialog.cxx.
|
overridevirtual |
Definition at line 36 of file pdfdialog.cxx.
|
overrideprivatevirtual |
Implements comphelper::OPropertyArrayUsageHelper< PDFDialog >.
Definition at line 108 of file pdfdialog.cxx.
|
overrideprivatevirtual |
Definition at line 65 of file pdfdialog.cxx.
References Application::GetFrameWeld(), maFilterData, and mxSrcDoc.
|
overrideprivatevirtual |
Definition at line 58 of file pdfdialog.cxx.
References Application::GetFrameWeld(), maFilterData, and mxSrcDoc.
|
overrideprivatevirtual |
|
overrideprivatevirtual |
Definition at line 72 of file pdfdialog.cxx.
References m_xDialog, and maFilterData.
Definition at line 41 of file pdfdialog.cxx.
|
overrideprivatevirtual |
Definition at line 47 of file pdfdialog.cxx.
|
overrideprivate |
Definition at line 103 of file pdfdialog.cxx.
References comphelper::OPropertyArrayUsageHelper< PDFDialog >::getArrayHelper().
Referenced by getPropertySetInfo().
|
overrideprivatevirtual |
Definition at line 97 of file pdfdialog.cxx.
References getInfoHelper().
|
overrideprivatevirtual |
Definition at line 116 of file pdfdialog.cxx.
References gentoken::i, maFilterData, maMediaDescriptor, Name, and nCount.
|
overrideprivatevirtual |
Definition at line 53 of file pdfdialog.cxx.
|
overrideprivatevirtual |
Definition at line 79 of file pdfdialog.cxx.
References aEvent, executedAsyncDialog(), and SfxTabDialogController::runAsync().
|
overrideprivatevirtual |
Definition at line 137 of file pdfdialog.cxx.
References maFilterData, and maMediaDescriptor.
|
overrideprivatevirtual |
Definition at line 152 of file pdfdialog.cxx.
References mxSrcDoc.
|
private |
Definition at line 46 of file pdfdialog.hxx.
Referenced by createAsyncDialog(), createDialog(), executedAsyncDialog(), executedDialog(), getPropertyValues(), and setPropertyValues().
|
private |
Definition at line 45 of file pdfdialog.hxx.
Referenced by getPropertyValues(), and setPropertyValues().
|
private |
Definition at line 47 of file pdfdialog.hxx.
Referenced by createAsyncDialog(), createDialog(), and setSourceDocument().