LibreOffice Module ucb (master) 1
Public Member Functions | Private Attributes | List of all members
fileaccess::XInteractionRequestImpl Class Reference

#include <filinsreq.hxx>

Collaboration diagram for fileaccess::XInteractionRequestImpl:
[legend]

Public Member Functions

 XInteractionRequestImpl (const OUString &aClashingName, const css::uno::Reference< css::uno::XInterface > &xOrigin, TaskManager *pShell, sal_Int32 CommandId)
 
bool aborted () const
 
OUString newName () const
 
css::uno::Reference< css::task::XInteractionRequest > const & getRequest () const
 

Private Attributes

XInteractionSupplyNameImplp1
 
XInteractionAbortImplp2
 
css::uno::Reference< css::task::XInteractionRequest > m_xRequest
 
css::uno::Reference< css::uno::XInterface > m_xOrigin
 

Detailed Description

Definition at line 101 of file filinsreq.hxx.

Constructor & Destructor Documentation

◆ XInteractionRequestImpl()

fileaccess::XInteractionRequestImpl::XInteractionRequestImpl ( const OUString &  aClashingName,
const css::uno::Reference< css::uno::XInterface > &  xOrigin,
TaskManager pShell,
sal_Int32  CommandId 
)

Member Function Documentation

◆ aborted()

bool fileaccess::XInteractionRequestImpl::aborted ( ) const
inline

Definition at line 111 of file filinsreq.hxx.

References fileaccess::XInteractionAbortImpl::isSelected(), and p2.

Referenced by fileaccess::BaseContent::insert().

◆ getRequest()

css::uno::Reference< css::task::XInteractionRequest > const & fileaccess::XInteractionRequestImpl::getRequest ( ) const
inline

Definition at line 124 of file filinsreq.hxx.

References m_xRequest.

Referenced by fileaccess::BaseContent::insert().

◆ newName()

OUString fileaccess::XInteractionRequestImpl::newName ( ) const
inline

Member Data Documentation

◆ m_xOrigin

css::uno::Reference< css::uno::XInterface> fileaccess::XInteractionRequestImpl::m_xOrigin
private

Definition at line 136 of file filinsreq.hxx.

◆ m_xRequest

css::uno::Reference<css::task::XInteractionRequest> fileaccess::XInteractionRequestImpl::m_xRequest
private

Definition at line 134 of file filinsreq.hxx.

Referenced by getRequest().

◆ p1

XInteractionSupplyNameImpl* fileaccess::XInteractionRequestImpl::p1
private

Definition at line 131 of file filinsreq.hxx.

Referenced by newName().

◆ p2

XInteractionAbortImpl* fileaccess::XInteractionRequestImpl::p2
private

Definition at line 132 of file filinsreq.hxx.

Referenced by aborted().


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