|
LibreOffice Module ucb (master) 1
|
#include <filinsreq.hxx>
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 | |
| XInteractionSupplyNameImpl * | p1 |
| XInteractionAbortImpl * | p2 |
| css::uno::Reference< css::task::XInteractionRequest > | m_xRequest |
| css::uno::Reference< css::uno::XInterface > | m_xOrigin |
Definition at line 101 of file filinsreq.hxx.
| fileaccess::XInteractionRequestImpl::XInteractionRequestImpl | ( | const OUString & | aClashingName, |
| const css::uno::Reference< css::uno::XInterface > & | xOrigin, | ||
| TaskManager * | pShell, | ||
| sal_Int32 | CommandId | ||
| ) |
|
inline |
Definition at line 111 of file filinsreq.hxx.
References fileaccess::XInteractionAbortImpl::isSelected(), and p2.
Referenced by fileaccess::BaseContent::insert().
|
inline |
Definition at line 124 of file filinsreq.hxx.
References m_xRequest.
Referenced by fileaccess::BaseContent::insert().
|
inline |
Definition at line 116 of file filinsreq.hxx.
References fileaccess::XInteractionSupplyNameImpl::getName(), fileaccess::XInteractionSupplyNameImpl::isSelected(), and p1.
Referenced by fileaccess::BaseContent::insert().
|
private |
Definition at line 136 of file filinsreq.hxx.
|
private |
Definition at line 134 of file filinsreq.hxx.
Referenced by getRequest().
|
private |
Definition at line 131 of file filinsreq.hxx.
Referenced by newName().
|
private |
Definition at line 132 of file filinsreq.hxx.
Referenced by aborted().