#include <datanavi.hxx>
|
| MethodString () |
|
OUString const & | toUI (std::u16string_view rStr) const |
| convert from API to UI; put is default. More...
|
|
OUString | toAPI (std::u16string_view rStr) const |
| convert from UI to API; put is default More...
|
|
Definition at line 126 of file datanavi.hxx.
◆ MethodString() [1/2]
svxform::MethodString::MethodString |
( |
const MethodString & |
| ) |
|
|
privatedelete |
◆ MethodString() [2/2]
svxform::MethodString::MethodString |
( |
| ) |
|
|
inline |
◆ toAPI()
OUString svxform::MethodString::toAPI |
( |
std::u16string_view |
rStr | ) |
const |
|
inline |
◆ toUI()
OUString const & svxform::MethodString::toUI |
( |
std::u16string_view |
rStr | ) |
const |
|
inline |
◆ m_sGet_API
constexpr OUStringLiteral svxform::MethodString::m_sGet_API = u"get" |
|
staticconstexprprivate |
◆ m_sGet_UI
OUString svxform::MethodString::m_sGet_UI |
|
private |
◆ m_sPost_API
constexpr OUStringLiteral svxform::MethodString::m_sPost_API = u"post" |
|
staticconstexprprivate |
◆ m_sPost_UI
OUString svxform::MethodString::m_sPost_UI |
|
private |
◆ m_sPut_API
constexpr OUStringLiteral svxform::MethodString::m_sPut_API = u"put" |
|
staticconstexprprivate |
◆ m_sPut_UI
OUString svxform::MethodString::m_sPut_UI |
|
private |
The documentation for this class was generated from the following file: