|
| | OSQLNameEditControl (BrowserDataWin *pParent, const OUString &rAllowedChars) |
| |
| virtual void | connect_changed (const Link< weld::Entry &, void > &rLink) override |
| |
| | EditControl (BrowserDataWin *pParent) |
| |
| virtual void | dispose () override |
| |
| virtual void | connect_changed (const Link< weld::Entry &, void > &rLink) override |
| |
| virtual void | connect_focus_in (const Link< weld::Widget &, void > &rLink) override |
| |
| virtual void | connect_focus_out (const Link< weld::Widget &, void > &rLink) override |
| |
| virtual void | connect_key_press (const Link< const KeyEvent &, bool > &rLink) override |
| |
| | EditControlBase (BrowserDataWin *pParent) |
| |
| virtual void | SetEditableReadOnly (bool bReadOnly) override |
| |
| virtual void | SetPointFont (const vcl::Font &rFont) override |
| |
| virtual void | dispose () override |
| |
| weld::Entry & | get_widget () |
| |
| virtual void | connect_changed (const Link< weld::Entry &, void > &rLink)=0 |
| |
| virtual void | connect_focus_in (const Link< weld::Widget &, void > &rLink)=0 |
| |
| virtual void | connect_focus_out (const Link< weld::Widget &, void > &rLink)=0 |
| |
| virtual void | connect_key_press (const Link< const KeyEvent &, bool > &rLink)=0 |
| |
| | ControlBase (BrowserDataWin *pParent, const OUString &rUIXMLDescription, const OUString &rID) |
| |
| virtual void | SetEditableReadOnly (bool bReadOnly) |
| |
| virtual bool | ProcessKey (const KeyEvent &rKEvt) |
| |
| virtual void | SetPointFont (const vcl::Font &rFont)=0 |
| |
| void | SetFocusInHdl (const Link< LinkParamNone *, void > &rHdl) |
| |
| void | SetFocusOutHdl (const Link< LinkParamNone *, void > &rHdl) |
| |
| void | SetMousePressHdl (const Link< const MouseEvent &, void > &rHdl) |
| |
| void | SetMouseReleaseHdl (const Link< const MouseEvent &, void > &rHdl) |
| |
| void | SetMouseMoveHdl (const Link< const MouseEvent &, void > &rHdl) |
| |
| void | SetKeyInputHdl (const Link< const KeyEvent &, void > &rHdl) |
| |
| void | SetKeyReleaseHdl (const Link< const KeyEvent &, void > &rHdl) |
| |
| | OSQLNameChecker (OUString _sAllowedChars) |
| |
| void | setAllowedChars (const OUString &_rAllowedChars) |
| |
| void | setCheck (bool _bCheck) |
| |
| bool | checkString (std::u16string_view _sToCheck, OUString &_rsCorrected) |
| |
Definition at line 49 of file SqlNameEdit.hxx.