LibreOffice Module uui (master) 1
Public Member Functions | Private Attributes | List of all members
uui::PasswordContainerInteractionHandler Class Reference

#include <passwordcontainer.hxx>

Inheritance diagram for uui::PasswordContainerInteractionHandler:
[legend]
Collaboration diagram for uui::PasswordContainerInteractionHandler:
[legend]

Public Member Functions

 PasswordContainerInteractionHandler (const css::uno::Reference< css::uno::XComponentContext > &xContext)
 
virtual ~PasswordContainerInteractionHandler () override
 
virtual OUString SAL_CALL getImplementationName () override
 
virtual sal_Bool SAL_CALL supportsService (const OUString &ServiceName) override
 
virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames () override
 
virtual void SAL_CALL handle (const css::uno::Reference< css::task::XInteractionRequest > &Request) override
 
virtual sal_Bool SAL_CALL handleInteractionRequest (const css::uno::Reference< css::task::XInteractionRequest > &Request) override
 

Private Attributes

PasswordContainerHelper m_aPwContainerHelper
 

Detailed Description

Definition at line 123 of file passwordcontainer.hxx.

Constructor & Destructor Documentation

◆ PasswordContainerInteractionHandler()

uui::PasswordContainerInteractionHandler::PasswordContainerInteractionHandler ( const css::uno::Reference< css::uno::XComponentContext > &  xContext)
explicit

Definition at line 273 of file passwordcontainer.cxx.

◆ ~PasswordContainerInteractionHandler()

uui::PasswordContainerInteractionHandler::~PasswordContainerInteractionHandler ( )
overridevirtual

Definition at line 281 of file passwordcontainer.cxx.

Member Function Documentation

◆ getImplementationName()

OUString SAL_CALL uui::PasswordContainerInteractionHandler::getImplementationName ( )
overridevirtual

Definition at line 291 of file passwordcontainer.cxx.

◆ getSupportedServiceNames()

uno::Sequence< OUString > SAL_CALL uui::PasswordContainerInteractionHandler::getSupportedServiceNames ( )
overridevirtual

Definition at line 308 of file passwordcontainer.cxx.

◆ handle()

void SAL_CALL uui::PasswordContainerInteractionHandler::handle ( const css::uno::Reference< css::task::XInteractionRequest > &  Request)
overridevirtual

Definition at line 319 of file passwordcontainer.cxx.

References handleInteractionRequest().

◆ handleInteractionRequest()

sal_Bool SAL_CALL uui::PasswordContainerInteractionHandler::handleInteractionRequest ( const css::uno::Reference< css::task::XInteractionRequest > &  Request)
overridevirtual

Definition at line 327 of file passwordcontainer.cxx.

References aURL, and m_aPwContainerHelper.

Referenced by handle().

◆ supportsService()

sal_Bool SAL_CALL uui::PasswordContainerInteractionHandler::supportsService ( const OUString &  ServiceName)
overridevirtual

Definition at line 299 of file passwordcontainer.cxx.

References ServiceName, and cppu::supportsService().

Member Data Documentation

◆ m_aPwContainerHelper

PasswordContainerHelper uui::PasswordContainerInteractionHandler::m_aPwContainerHelper
private

Definition at line 149 of file passwordcontainer.hxx.

Referenced by handleInteractionRequest().


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