LibreOffice Module sfx2 (master) 1
Public Member Functions | Private Attributes | List of all members
SfxPrintingHint Class Referencefinal

#include <event.hxx>

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

Public Member Functions

 SfxPrintingHint (css::view::PrintableState nState, const css::uno::Sequence< css::beans::PropertyValue > &rOpts, SfxObjectShell *pObj, const css::uno::Reference< css::frame::XController2 > &xController)
 
 SfxPrintingHint (css::view::PrintableState nState)
 
css::view::PrintableState GetWhich () const
 
const css::uno::Sequence< css::beans::PropertyValue > & GetOptions () const
 
- Public Member Functions inherited from SfxViewEventHint
 SfxViewEventHint (SfxEventHintId nId, const OUString &aName, SfxObjectShell *pObj, const css::uno::Reference< css::frame::XController > &xController)
 
 SfxViewEventHint (SfxEventHintId nId, const OUString &aName, SfxObjectShell *pObj, css::uno::Reference< css::frame::XController2 > xController)
 
const css::uno::Reference< css::frame::XController2 > & GetController () const
 
- Public Member Functions inherited from SfxEventHint
 SfxEventHint (SfxEventHintId nId, OUString aName, SfxObjectShell *pObj)
 
SfxEventHintId GetEventId () const
 
const OUString & GetEventName () const
 
SfxObjectShellGetObjShell () const
 
- Public Member Functions inherited from SfxHint
 SfxHint ()
 
 SfxHint (SfxHintId nId)
 
virtual ~SfxHint ()
 
 SfxHint (SfxHint const &)=default
 
 SfxHint (SfxHint &&)=default
 
SfxHintoperator= (SfxHint const &)=default
 
SfxHintoperator= (SfxHint &&)=default
 
SfxHintId GetId () const
 

Private Attributes

css::view::PrintableState mnPrintableState
 
css::uno::Sequence< css::beans::PropertyValue > aOpts
 

Detailed Description

Definition at line 235 of file event.hxx.

Constructor & Destructor Documentation

◆ SfxPrintingHint() [1/2]

SfxPrintingHint::SfxPrintingHint ( css::view::PrintableState  nState,
const css::uno::Sequence< css::beans::PropertyValue > &  rOpts,
SfxObjectShell pObj,
const css::uno::Reference< css::frame::XController2 > &  xController 
)
inline

Definition at line 240 of file event.hxx.

References nState, PRINTDOC, and xController.

◆ SfxPrintingHint() [2/2]

SfxPrintingHint::SfxPrintingHint ( css::view::PrintableState  nState)
inline

Definition at line 254 of file event.hxx.

References nState, PRINTDOC, and Reference.

Member Function Documentation

◆ GetOptions()

const css::uno::Sequence< css::beans::PropertyValue > & SfxPrintingHint::GetOptions ( ) const
inline

Definition at line 264 of file event.hxx.

References aOpts.

Referenced by IMPL_PrintListener_DataContainer::Notify().

◆ GetWhich()

css::view::PrintableState SfxPrintingHint::GetWhich ( ) const
inline

Definition at line 263 of file event.hxx.

References mnPrintableState.

Referenced by IMPL_PrintListener_DataContainer::Notify().

Member Data Documentation

◆ aOpts

css::uno::Sequence< css::beans::PropertyValue > SfxPrintingHint::aOpts
private

Definition at line 238 of file event.hxx.

Referenced by GetOptions().

◆ mnPrintableState

css::view::PrintableState SfxPrintingHint::mnPrintableState
private

Definition at line 237 of file event.hxx.

Referenced by GetWhich().


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