LibreOffice Module svx (master)
1
|
#include <datanavi.hxx>
Public Member Functions | |
ReplaceString () | |
OUString const & | toUI (std::u16string_view rStr) const |
convert submission replace string from API value to UI value. More... | |
OUString | toAPI (std::u16string_view rStr) const |
convert submission replace string from UI to API. More... | |
Private Member Functions | |
ReplaceString (const ReplaceString &)=delete | |
Private Attributes | |
OUString | m_sDoc_UI |
OUString | m_sInstance_UI |
OUString | m_sNone_UI |
Static Private Attributes | |
static constexpr OUStringLiteral | m_sDoc_API = u"all" |
static constexpr OUStringLiteral | m_sInstance_API = u"instance" |
static constexpr OUStringLiteral | m_sNone_API = u"none" |
Definition at line 80 of file datanavi.hxx.
|
privatedelete |
|
inline |
Definition at line 93 of file datanavi.hxx.
References SvxResId().
|
inline |
convert submission replace string from UI to API.
Use 'none' as default.
Definition at line 114 of file datanavi.hxx.
References m_sDoc_API, m_sInstance_API, and m_sNone_API.
|
inline |
convert submission replace string from API value to UI value.
Use 'none' as default.
Definition at line 102 of file datanavi.hxx.
References m_sDoc_UI, m_sInstance_UI, and m_sNone_UI.
Referenced by svxform::XFormsPage::EditEntry(), and svxform::AddSubmissionDialog::FillAllBoxes().
|
staticprivate |
Definition at line 86 of file datanavi.hxx.
Referenced by toAPI().
|
private |
Definition at line 82 of file datanavi.hxx.
Referenced by toUI().
|
staticprivate |
Definition at line 87 of file datanavi.hxx.
Referenced by toAPI().
|
private |
Definition at line 83 of file datanavi.hxx.
Referenced by toUI().
|
staticprivate |
Definition at line 88 of file datanavi.hxx.
Referenced by toAPI().
|
private |
Definition at line 84 of file datanavi.hxx.
Referenced by toUI().