LibreOffice Module svx (master) 1
|
Public Member Functions | |
AbsolutePos (std::unique_ptr< weld::Entry > xEntry, NavigationBar *pBar) | |
virtual bool | DoKeyInput (const KeyEvent &rEvt) override |
virtual void | PositionFired (sal_Int64 nRecord) override |
weld::Entry * | GetWidget () |
Public Member Functions inherited from RecordItemWindowBase | |
RecordItemWindowBase (std::unique_ptr< weld::Entry > xEntry) | |
virtual | ~RecordItemWindowBase () |
void | set_text (const OUString &rText) |
void | set_font (const vcl::Font &rFont) |
void | set_help_id (const OUString &rHelpId) |
Private Attributes | |
VclPtr< NavigationBar > | m_xParent |
Additional Inherited Members | |
virtual bool | DoKeyInput (const KeyEvent &rEvt) |
Protected Attributes inherited from RecordItemWindowBase | |
std::unique_ptr< weld::Entry > | m_xWidget |
Definition at line 166 of file gridctrl.hxx.
NavigationBar::AbsolutePos::AbsolutePos | ( | std::unique_ptr< weld::Entry > | xEntry, |
NavigationBar * | pBar | ||
) |
Definition at line 276 of file gridctrl.cxx.
|
overridevirtual |
Reimplemented from RecordItemWindowBase.
Definition at line 282 of file gridctrl.cxx.
References RecordItemWindowBase::DoKeyInput(), KeyEvent::GetKeyCode(), and KEY_TAB.
|
inline |
Definition at line 174 of file gridctrl.hxx.
References RecordItemWindowBase::m_xWidget.
|
overridevirtual |
Reimplemented from RecordItemWindowBase.
Definition at line 292 of file gridctrl.cxx.
References Absolute.
|
private |
Definition at line 176 of file gridctrl.hxx.