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 78 of file acceptor.hxx.
desktop::AccInstanceProvider::AccInstanceProvider | ( | const css::uno::Reference< css::uno::XComponentContext > & | rxContext | ) |
Definition at line 199 of file acceptor.cxx.
References m_rContext.
|
overridevirtual |
Definition at line 204 of file acceptor.cxx.
|
overridevirtual |
Definition at line 208 of file acceptor.cxx.
References m_rContext.
|
private |
Definition at line 81 of file acceptor.hxx.
Referenced by getInstance().