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

#include <htmlex.hxx>

Inheritance diagram for HtmlErrorContext:
[legend]
Collaboration diagram for HtmlErrorContext:
[legend]

Public Member Functions

 HtmlErrorContext ()
 
virtual bool GetString (ErrCode nErrId, OUString &rCtxStr) override
 
void SetContext (TranslateId pResId, const OUString &rURL)
 
void SetContext (TranslateId pResId, const OUString &rURL1, const OUString &rURL2)
 
- Public Member Functions inherited from ErrorContext
 ErrorContext (weld::Window *pWin)
 
virtual ~ErrorContext ()
 
virtual bool GetString (ErrCode nErrId, OUString &rCtxStr)=0
 
weld::WindowGetParent ()
 

Private Attributes

TranslateId mpResId
 
OUString maURL1
 
OUString maURL2
 

Additional Inherited Members

- Static Public Member Functions inherited from ErrorContext
static ErrorContextGetContext ()
 

Detailed Description

Definition at line 64 of file htmlex.hxx.

Constructor & Destructor Documentation

◆ HtmlErrorContext()

HtmlErrorContext::HtmlErrorContext ( )
explicit

Definition at line 3143 of file htmlex.cxx.

Member Function Documentation

◆ GetString()

bool HtmlErrorContext::GetString ( ErrCode  nErrId,
OUString &  rCtxStr 
)
overridevirtual

Implements ErrorContext.

Definition at line 3148 of file htmlex.cxx.

References DBG_ASSERT, maURL1, maURL2, mpResId, and SdResId().

◆ SetContext() [1/2]

void HtmlErrorContext::SetContext ( TranslateId  pResId,
const OUString &  rURL 
)

◆ SetContext() [2/2]

void HtmlErrorContext::SetContext ( TranslateId  pResId,
const OUString &  rURL1,
const OUString &  rURL2 
)

Definition at line 3169 of file htmlex.cxx.

References maURL1, maURL2, and mpResId.

Member Data Documentation

◆ maURL1

OUString HtmlErrorContext::maURL1
private

Definition at line 68 of file htmlex.hxx.

Referenced by GetString(), and SetContext().

◆ maURL2

OUString HtmlErrorContext::maURL2
private

Definition at line 69 of file htmlex.hxx.

Referenced by GetString(), and SetContext().

◆ mpResId

TranslateId HtmlErrorContext::mpResId
private

Definition at line 67 of file htmlex.hxx.

Referenced by GetString(), and SetContext().


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