LibreOffice Module unotools (master) 1
Classes | Namespaces | Typedefs | Functions
resmgr.hxx File Reference
#include <unotools/unotoolsdllapi.h>
#include <unotools/syslocale.hxx>
#include <rtl/ustring.hxx>
#include <string_view>
Include dependency graph for resmgr.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  TranslateId
 
struct  TranslateNId
 

Namespaces

namespace  Translate
 

Typedefs

typedef OUString(* ResHookProc) (const OUString &rStr)
 

Functions

std::locale Translate::Create (std::string_view aPrefixName, const LanguageTag &rLocale)
 
OUString Translate::get (TranslateId sContextAndId, const std::locale &loc)
 
OUString Translate::nget (TranslateNId aContextSingularPlural, int n, const std::locale &loc)
 
void Translate::SetReadStringHook (ResHookProc pProc)
 
ResHookProc Translate::GetReadStringHook ()
 
OUString Translate::ExpandVariables (const OUString &rString)
 

Typedef Documentation

◆ ResHookProc

typedef OUString(* ResHookProc) (const OUString &rStr)

Definition at line 29 of file resmgr.hxx.