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 (const OUString &rStr) | |
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 | ( | const OUString & | rStr | ) |
constructor
rStr | string representation of the tokens |
Definition at line 921 of file tox.cxx.
References lcl_BuildToken(), and m_Tokens.
|
inline |
Returns vector of tokens.
Definition at line 312 of file tox.hxx.
References m_Tokens.
Referenced by SwForm::SetPattern().
|
private |
the tokens
Definition at line 297 of file tox.hxx.
Referenced by GetTokens(), and SwFormTokensHelper().