LibreOffice Module comphelper (master) 1
Public Member Functions | Private Attributes | List of all members
comphelper::SetFlagContext Class Referencefinal

#include <SetFlagContextHelper.hxx>

Inheritance diagram for comphelper::SetFlagContext:
[legend]
Collaboration diagram for comphelper::SetFlagContext:
[legend]

Public Member Functions

 SetFlagContext (OUString sName, css::uno::Reference< css::uno::XCurrentContext > xContext)
 
 SetFlagContext (const SetFlagContext &)=delete
 
SetFlagContextoperator= (const SetFlagContext &)=delete
 
virtual css::uno::Any SAL_CALL getValueByName (OUString const &Name) override
 

Private Attributes

OUString m_sName
 
css::uno::Reference< css::uno::XCurrentContext > mxNextContext
 

Detailed Description

Definition at line 21 of file SetFlagContextHelper.hxx.

Constructor & Destructor Documentation

◆ SetFlagContext() [1/2]

comphelper::SetFlagContext::SetFlagContext ( OUString  sName,
css::uno::Reference< css::uno::XCurrentContext >  xContext 
)
inlineexplicit

Definition at line 24 of file SetFlagContextHelper.hxx.

References sName.

◆ SetFlagContext() [2/2]

comphelper::SetFlagContext::SetFlagContext ( const SetFlagContext )
delete

Member Function Documentation

◆ getValueByName()

virtual css::uno::Any SAL_CALL comphelper::SetFlagContext::getValueByName ( OUString const &  Name)
inlineoverridevirtual

Definition at line 32 of file SetFlagContextHelper.hxx.

References m_sName, mxNextContext, and Name.

◆ operator=()

SetFlagContext & comphelper::SetFlagContext::operator= ( const SetFlagContext )
delete

Member Data Documentation

◆ m_sName

OUString comphelper::SetFlagContext::m_sName
private

Definition at line 43 of file SetFlagContextHelper.hxx.

Referenced by getValueByName().

◆ mxNextContext

css::uno::Reference<css::uno::XCurrentContext> comphelper::SetFlagContext::mxNextContext
private

Definition at line 44 of file SetFlagContextHelper.hxx.

Referenced by getValueByName().


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