LibreOffice Module sfx2 (master) 1
Public Member Functions | Public Attributes | List of all members
SfxRequest_Impl Struct Reference
Inheritance diagram for SfxRequest_Impl:
[legend]
Collaboration diagram for SfxRequest_Impl:
[legend]

Public Member Functions

 SfxRequest_Impl (SfxRequest *pOwner)
 
void SetPool (SfxItemPool *pNewPool)
 
virtual void Notify (SfxBroadcaster &rBC, const SfxHint &rHint) override
 
void Record (const uno::Sequence< beans::PropertyValue > &rArgs)
 
- 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
 
SfxBroadcasterGetBroadcasterJOE (sal_uInt16 nNo) const
 
virtual void Notify (SfxBroadcaster &rBC, const SfxHint &rHint)
 
void RemoveBroadcaster_Impl (SfxBroadcaster &rBC)
 
virtual bool IsSdrView () const
 

Public Attributes

SfxRequestpAnti
 
OUString aTarget
 
SfxItemPoolpPool
 
std::unique_ptr< SfxPoolItempRetVal
 
SfxShellpShell
 
const SfxSlotpSlot
 
sal_uInt16 nModifier
 
bool bDone
 
bool bIgnored
 
bool bCancelled
 
SfxCallMode nCallMode
 
bool bAllowRecording
 
std::unique_ptr< SfxAllItemSetpInternalArgs
 
SfxViewFramepViewFrame
 
css::uno::Reference< css::frame::XDispatchRecorder > xRecorder
 
css::uno::Reference< css::util::XURLTransformer > xTransform
 

Detailed Description

Definition at line 51 of file request.cxx.

Constructor & Destructor Documentation

◆ SfxRequest_Impl()

SfxRequest_Impl::SfxRequest_Impl ( SfxRequest pOwner)
inlineexplicit

Definition at line 78 of file request.cxx.

Member Function Documentation

◆ Notify()

void SfxRequest_Impl::Notify ( SfxBroadcaster rBC,
const SfxHint rHint 
)
overridevirtual

Reimplemented from SfxListener.

Definition at line 99 of file request.cxx.

References SfxRequest::Cancel(), SfxHint::GetId(), and pAnti.

◆ Record()

void SfxRequest_Impl::Record ( const uno::Sequence< beans::PropertyValue > &  rArgs)

Definition at line 320 of file request.cxx.

References aStr, aURL, bDone, SfxSlot::GetCommand(), nCount, pSlot, xRecorder, and xTransform.

◆ SetPool()

void SfxRequest_Impl::SetPool ( SfxItemPool pNewPool)

Member Data Documentation

◆ aTarget

OUString SfxRequest_Impl::aTarget

Definition at line 60 of file request.cxx.

◆ bAllowRecording

bool SfxRequest_Impl::bAllowRecording

Definition at line 70 of file request.cxx.

◆ bCancelled

bool SfxRequest_Impl::bCancelled

Definition at line 68 of file request.cxx.

◆ bDone

bool SfxRequest_Impl::bDone

Definition at line 66 of file request.cxx.

Referenced by Record().

◆ bIgnored

bool SfxRequest_Impl::bIgnored

Definition at line 67 of file request.cxx.

◆ nCallMode

SfxCallMode SfxRequest_Impl::nCallMode

Definition at line 69 of file request.cxx.

◆ nModifier

sal_uInt16 SfxRequest_Impl::nModifier

Definition at line 65 of file request.cxx.

◆ pAnti

SfxRequest* SfxRequest_Impl::pAnti

Definition at line 59 of file request.cxx.

Referenced by Notify().

◆ pInternalArgs

std::unique_ptr<SfxAllItemSet> SfxRequest_Impl::pInternalArgs

Definition at line 72 of file request.cxx.

◆ pPool

SfxItemPool* SfxRequest_Impl::pPool

Definition at line 61 of file request.cxx.

Referenced by SetPool().

◆ pRetVal

std::unique_ptr<SfxPoolItem> SfxRequest_Impl::pRetVal

Definition at line 62 of file request.cxx.

◆ pShell

SfxShell* SfxRequest_Impl::pShell

Definition at line 63 of file request.cxx.

◆ pSlot

const SfxSlot* SfxRequest_Impl::pSlot

Definition at line 64 of file request.cxx.

Referenced by Record().

◆ pViewFrame

SfxViewFrame* SfxRequest_Impl::pViewFrame

Definition at line 73 of file request.cxx.

◆ xRecorder

css::uno::Reference< css::frame::XDispatchRecorder > SfxRequest_Impl::xRecorder

Definition at line 75 of file request.cxx.

Referenced by Record().

◆ xTransform

css::uno::Reference< css::util::XURLTransformer > SfxRequest_Impl::xTransform

Definition at line 76 of file request.cxx.

Referenced by Record().


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