LibreOffice Module sd (master) 1
|
#include <htmlex.hxx>
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) |
![]() | |
ErrorContext (weld::Window *pWin) | |
virtual | ~ErrorContext () |
virtual bool | GetString (ErrCode nErrId, OUString &rCtxStr)=0 |
weld::Window * | GetParent () |
Private Attributes | |
TranslateId | mpResId |
OUString | maURL1 |
OUString | maURL2 |
Additional Inherited Members | |
![]() | |
static ErrorContext * | GetContext () |
Definition at line 64 of file htmlex.hxx.
|
explicit |
Definition at line 3143 of file htmlex.cxx.
|
overridevirtual |
Implements ErrorContext.
Definition at line 3148 of file htmlex.cxx.
References DBG_ASSERT, maURL1, maURL2, mpResId, and SdResId().
void HtmlErrorContext::SetContext | ( | TranslateId | pResId, |
const OUString & | rURL | ||
) |
Definition at line 3162 of file htmlex.cxx.
References maURL1, maURL2, and mpResId.
Referenced by HtmlExport::CopyFile(), HtmlExport::CopyScript(), HtmlExport::CreateImageNumberFile(), HtmlExport::SavePresentation(), and HtmlExport::WriteHtml().
void HtmlErrorContext::SetContext | ( | TranslateId | pResId, |
const OUString & | rURL1, | ||
const OUString & | rURL2 | ||
) |
Definition at line 3169 of file htmlex.cxx.
|
private |
Definition at line 68 of file htmlex.hxx.
Referenced by GetString(), and SetContext().
|
private |
Definition at line 69 of file htmlex.hxx.
Referenced by GetString(), and SetContext().
|
private |
Definition at line 67 of file htmlex.hxx.
Referenced by GetString(), and SetContext().