LibreOffice Module desktop (master) 1
|
#include <acceptor.hxx>
Public Member Functions | |
AccInstanceProvider (const css::uno::Reference< css::uno::XComponentContext > &rxContext) | |
virtual | ~AccInstanceProvider () override |
virtual css::uno::Reference< css::uno::XInterface > SAL_CALL | getInstance (const OUString &aName) override |
Private Attributes | |
css::uno::Reference< css::uno::XComponentContext > | m_rContext |
Definition at line 79 of file acceptor.hxx.
desktop::AccInstanceProvider::AccInstanceProvider | ( | const css::uno::Reference< css::uno::XComponentContext > & | rxContext | ) |
Definition at line 200 of file acceptor.cxx.
References m_rContext.
|
overridevirtual |
Definition at line 205 of file acceptor.cxx.
|
overridevirtual |
Definition at line 209 of file acceptor.cxx.
References aName, and m_rContext.
|
private |
Definition at line 82 of file acceptor.hxx.
Referenced by getInstance().