LibreOffice Module sw (master) 1
|
Helper class that converts vectors of tokens to strings and vice versa. More...
#include <tox.hxx>
Public Member Functions | |
SwFormTokensHelper (std::u16string_view aStr) | |
constructor More... | |
const SwFormTokens & | GetTokens () const |
Returns vector of tokens. More... | |
Private Attributes | |
SwFormTokens | m_Tokens |
the tokens More... | |
Helper class that converts vectors of tokens to strings and vice versa.
SwFormTokensHelper::SwFormTokensHelper | ( | std::u16string_view | aStr | ) |
constructor
rStr | string representation of the tokens |
Definition at line 925 of file tox.cxx.
References lcl_BuildToken(), and m_Tokens.
|
inline |
|
private |
the tokens
Definition at line 295 of file tox.hxx.
Referenced by GetTokens(), and SwFormTokensHelper().