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

#include <filinsreq.hxx>

Inheritance diagram for fileaccess::XInteractionSupplyNameImpl:
[legend]
Collaboration diagram for fileaccess::XInteractionSupplyNameImpl:
[legend]

Public Member Functions

 XInteractionSupplyNameImpl ()
 
virtual void SAL_CALL select () override
 
void SAL_CALL setName (const OUString &Name) override
 
const OUString & getName () const
 
bool isSelected () const
 

Private Attributes

bool m_bSelected
 
OUString m_aNewName
 

Detailed Description

Definition at line 37 of file filinsreq.hxx.

Constructor & Destructor Documentation

◆ XInteractionSupplyNameImpl()

fileaccess::XInteractionSupplyNameImpl::XInteractionSupplyNameImpl ( )
inline

Definition at line 42 of file filinsreq.hxx.

Member Function Documentation

◆ getName()

const OUString & fileaccess::XInteractionSupplyNameImpl::getName ( ) const
inline

Definition at line 57 of file filinsreq.hxx.

References m_aNewName.

Referenced by fileaccess::XInteractionRequestImpl::newName().

◆ isSelected()

bool fileaccess::XInteractionSupplyNameImpl::isSelected ( ) const
inline

Definition at line 62 of file filinsreq.hxx.

References m_bSelected.

Referenced by fileaccess::XInteractionRequestImpl::newName().

◆ select()

virtual void SAL_CALL fileaccess::XInteractionSupplyNameImpl::select ( )
inlineoverridevirtual

Definition at line 47 of file filinsreq.hxx.

References m_bSelected.

◆ setName()

void SAL_CALL fileaccess::XInteractionSupplyNameImpl::setName ( const OUString &  Name)
inlineoverride

Definition at line 52 of file filinsreq.hxx.

References m_aNewName, and Name.

Member Data Documentation

◆ m_aNewName

OUString fileaccess::XInteractionSupplyNameImpl::m_aNewName
private

Definition at line 70 of file filinsreq.hxx.

Referenced by getName(), and setName().

◆ m_bSelected

bool fileaccess::XInteractionSupplyNameImpl::m_bSelected
private

Definition at line 69 of file filinsreq.hxx.

Referenced by isSelected(), and select().


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