|
LibreOffice Module sfx2 (master) 1
|
Public Member Functions | |
| IMPL_PrintListener_DataContainer () | |
| void | Notify (SfxBroadcaster &aBC, const SfxHint &aHint) override |
Public Member Functions inherited from SfxListener | |
| SfxListener () | |
| SfxListener (const SfxListener &rCopy) | |
| virtual | ~SfxListener () COVERITY_NOEXCEPT_FALSE |
| void | StartListening (SfxBroadcaster &rBroadcaster, DuplicateHandling eDuplicateHanding=DuplicateHandling::Unexpected) |
| void | EndListening (SfxBroadcaster &rBroadcaster, bool bRemoveAllDuplicates=false) |
| void | EndListeningAll () |
| bool | IsListening (SfxBroadcaster &rBroadcaster) const |
| sal_uInt16 | GetBroadcasterCount () const |
| SfxBroadcaster * | GetBroadcasterJOE (sal_uInt16 nNo) const |
| virtual void | Notify (SfxBroadcaster &rBC, const SfxHint &rHint) |
| void | RemoveBroadcaster_Impl (SfxBroadcaster &rBC) |
| virtual bool | IsSdrView () const |
Public Attributes | |
| SfxObjectShellRef | m_pObjectShell |
| std::mutex | m_aMutex |
| comphelper::OInterfaceContainerHelper4< view::XPrintJobListener > | m_aJobListeners |
| uno::Reference< css::view::XPrintJob > | m_xPrintJob |
| css::uno::Sequence< css::beans::PropertyValue > | m_aPrintOptions |
Definition at line 58 of file printhelper.cxx.
|
inlineexplicit |
Definition at line 66 of file printhelper.cxx.
|
overridevirtual |
Reimplemented from SfxListener.
Definition at line 757 of file printhelper.cxx.
References aEvent, tools::SvRef< typename T >::get(), comphelper::OInterfaceContainerHelper4< class ListenerT >::getLength(), SfxPrintingHint::GetOptions(), SfxPrintingHint::GetWhich(), comphelper::OInterfaceIteratorHelper4< class ListenerT >::hasMoreElements(), m_aJobListeners, m_aMutex, m_aPrintOptions, m_pObjectShell, m_xPrintJob, comphelper::OInterfaceIteratorHelper4< class ListenerT >::next(), and SFX_PRINTABLESTATE_CANCELJOB.
| comphelper::OInterfaceContainerHelper4<view::XPrintJobListener> IMPL_PrintListener_DataContainer::m_aJobListeners |
Definition at line 62 of file printhelper.cxx.
Referenced by Notify().
| std::mutex IMPL_PrintListener_DataContainer::m_aMutex |
Definition at line 61 of file printhelper.cxx.
Referenced by Notify().
| css::uno::Sequence< css::beans::PropertyValue > IMPL_PrintListener_DataContainer::m_aPrintOptions |
Definition at line 64 of file printhelper.cxx.
Referenced by Notify().
| SfxObjectShellRef IMPL_PrintListener_DataContainer::m_pObjectShell |
Definition at line 60 of file printhelper.cxx.
Referenced by Notify().
| uno::Reference< css::view::XPrintJob> IMPL_PrintListener_DataContainer::m_xPrintJob |
Definition at line 63 of file printhelper.cxx.
Referenced by Notify().