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

#include <iahndl.hxx>

Public Member Functions

 ErrorResource (const std::pair< TranslateId, ErrCode > *pStringArray, const std::locale &rResLocale)
 
bool getString (ErrCode nErrorCode, OUString &rString) const
 

Private Attributes

const std::pair< TranslateId, ErrCode > * m_pStringArray
 
const std::locale & m_rResLocale
 

Detailed Description

Definition at line 243 of file iahndl.hxx.

Constructor & Destructor Documentation

◆ ErrorResource()

ErrorResource::ErrorResource ( const std::pair< TranslateId, ErrCode > *  pStringArray,
const std::locale &  rResLocale 
)
inlineexplicit

Definition at line 248 of file iahndl.hxx.

Member Function Documentation

◆ getString()

bool ErrorResource::getString ( ErrCode  nErrorCode,
OUString &  rString 
) const

Member Data Documentation

◆ m_pStringArray

const std::pair<TranslateId, ErrCode>* ErrorResource::m_pStringArray
private

Definition at line 245 of file iahndl.hxx.

Referenced by getString().

◆ m_rResLocale

const std::locale& ErrorResource::m_rResLocale
private

Definition at line 246 of file iahndl.hxx.

Referenced by getString().


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