LibreOffice
LibreOffice 4.3 SDK C/C++ API Reference
|
Helper class retriving access controller singleton from component context. More...
#include <access_control.hxx>
Public Member Functions | |
inline::com::sun::star::uno::Reference< ::com::sun::star::security::XAccessController > const & | get () const SAL_THROW(()) |
Returns access to the access controller reference being used. More... | |
inline::com::sun::star::security::XAccessController * | operator-> () const SAL_THROW(()) |
Returns access to the access controller reference being used. More... | |
Public Attributes | |
AccessControl(::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > const &xContext) SAL_THROW((AccessControl(::com::sun::star::uno::Reference< ::com::sun::star::security::XAccessController > const &xController) SAL_THROW((AccessControl(::cppu::AccessControl const &ac) SAL_THROW((void | clear () SAL_THROW(()) |
Ctor. More... | |
Helper class retriving access controller singleton from component context.
|
inline |
Returns access to the access controller reference being used.
|
inline |
Returns access to the access controller reference being used.
|
inline |
Ctor.
xContext | component context to retrieve access controller singletonCtor. |
xController | access controllerCopy ctor. |
ac | another objectClears the access controller reference being used. |