#include <core_resource.hxx>
|
static OUString | loadString (TranslateId pResId) |
| loads the string with the specified resource id More...
|
|
static OUString | loadString (TranslateId pResId, const char *_pPlaceholderAscii1, std::u16string_view _rReplace1, const char *_pPlaceholderAscii2, std::u16string_view _rReplace2) |
| loads a string from the resource file, substituting two placeholders with given strings More...
|
|
Definition at line 33 of file core_resource.hxx.
◆ ResourceManager()
dbaccess::ResourceManager::ResourceManager |
( |
| ) |
|
|
privatedelete |
◆ ~ResourceManager()
dbaccess::ResourceManager::~ResourceManager |
( |
| ) |
|
|
inlineprivate |
◆ loadString() [1/2]
OUString dbaccess::ResourceManager::loadString |
( |
TranslateId |
pResId | ) |
|
|
static |
◆ loadString() [2/2]
OUString dbaccess::ResourceManager::loadString |
( |
TranslateId |
pResId, |
|
|
const char * |
_pPlaceholderAscii1, |
|
|
std::u16string_view |
_rReplace1, |
|
|
const char * |
_pPlaceholderAscii2, |
|
|
std::u16string_view |
_rReplace2 |
|
) |
| |
|
static |
loads a string from the resource file, substituting two placeholders with given strings
- Parameters
-
pResId | the resource ID of the string to load |
_pPlaceholderAscii1 | the ASCII representation of the first placeholder string |
_rReplace1 | the string which should substitute the first placeholder |
_pPlaceholderAscii2 | the ASCII representation of the second placeholder string |
_rReplace2 | the string which should substitute the second placeholder |
Definition at line 31 of file core_resource.cxx.
References loadString().
The documentation for this class was generated from the following files: