|
LibreOffice Module dbaccess (master) 1
|
#include <SqlNameEdit.hxx>
Public Member Functions | |
| OSQLNameChecker (OUString _sAllowedChars) | |
| void | setAllowedChars (const OUString &_rAllowedChars) |
| void | setCheck (bool _bCheck) |
| bool | checkString (std::u16string_view _sToCheck, OUString &_rsCorrected) |
Private Attributes | |
| OUString | m_sAllowedChars |
| bool | m_bCheck |
Definition at line 27 of file SqlNameEdit.hxx.
|
inline |
Definition at line 32 of file SqlNameEdit.hxx.
| bool dbaui::OSQLNameChecker::checkString | ( | std::u16string_view | _sToCheck, |
| OUString & | _rsCorrected | ||
| ) |
Definition at line 34 of file SqlNameEdit.cxx.
References i, dbaui::isCharOk(), m_bCheck, and m_sAllowedChars.
|
inline |
Definition at line 38 of file SqlNameEdit.hxx.
References m_sAllowedChars.
|
inline |
Definition at line 42 of file SqlNameEdit.hxx.
References m_bCheck.
Referenced by dbaui::OSaveAsDlg::implInitOnlyTitle().
|
private |
Definition at line 30 of file SqlNameEdit.hxx.
Referenced by checkString(), and setCheck().
|
private |
Definition at line 29 of file SqlNameEdit.hxx.
Referenced by checkString(), and setAllowedChars().