LibreOffice Module ucb (master) 1
|
#include <filinsreq.hxx>
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 |
Definition at line 37 of file filinsreq.hxx.
|
inline |
Definition at line 42 of file filinsreq.hxx.
|
inline |
Definition at line 57 of file filinsreq.hxx.
References m_aNewName.
Referenced by fileaccess::XInteractionRequestImpl::newName().
|
inline |
Definition at line 62 of file filinsreq.hxx.
References m_bSelected.
Referenced by fileaccess::XInteractionRequestImpl::newName().
|
inlineoverridevirtual |
Definition at line 47 of file filinsreq.hxx.
References m_bSelected.
|
inlineoverride |
Definition at line 52 of file filinsreq.hxx.
References m_aNewName, and Name.
|
private |
Definition at line 70 of file filinsreq.hxx.
|
private |
Definition at line 69 of file filinsreq.hxx.
Referenced by isSelected(), and select().