LibreOffice Module svtools (master) 1
|
#include <editbrowsebox.hxx>
Public Member Functions | |
ListBoxCellController (ListBoxControl *pParent) | |
weld::ComboBox & | GetListBox () const |
virtual bool | IsValueChangedFromSaved () const override |
virtual void | SaveValue () override |
![]() | |
CellController (ControlBase *pW) | |
virtual | ~CellController () override |
ControlBase & | GetWindow () const |
virtual void | SaveValue ()=0 |
virtual bool | IsValueChangedFromSaved () const =0 |
virtual void | CommitModifications () |
void | suspend () |
void | resume () |
bool | isSuspended () const |
![]() | |
SvRefBase () | |
SvRefBase (const SvRefBase &) | |
SvRefBase & | operator= (const SvRefBase &) |
void | RestoreNoDelete () |
void | AddNextRef () |
void | AddFirstRef () |
void | ReleaseRef () |
unsigned int | GetRefCount () const |
Protected Member Functions | |
virtual bool | MoveAllowed (const KeyEvent &rEvt) const override |
![]() | |
virtual bool | MoveAllowed (const KeyEvent &rEvt) const |
void | SetModifyHdl (const Link< LinkParamNone *, void > &rLink) |
virtual void | ActivatingMouseEvent (const BrowserMouseEvent &rEvt, bool bUp) |
virtual void | callModifyHdl () |
![]() | |
virtual | ~SvRefBase () COVERITY_NOEXCEPT_FALSE |
Private Member Functions | |
DECL_DLLPRIVATE_LINK (ListBoxSelectHdl, LinkParamNone *, void) | |
Definition at line 762 of file editbrowsebox.hxx.
svt::ListBoxCellController::ListBoxCellController | ( | ListBoxControl * | pParent | ) |
Definition at line 154 of file ebbcontrols.cxx.
References svt::CellController::GetWindow(), LINK, and svt::CellController::SetModifyHdl().
|
private |
|
inline |
Definition at line 767 of file editbrowsebox.hxx.
Referenced by IsValueChangedFromSaved(), MoveAllowed(), and SaveValue().
|
overridevirtual |
Implements svt::CellController.
Definition at line 185 of file ebbcontrols.cxx.
References weld::ComboBox::get_value_changed_from_saved(), and GetListBox().
|
overrideprotectedvirtual |
Reimplemented from svt::CellController.
Definition at line 160 of file ebbcontrols.cxx.
References weld::ComboBox::get_popup_shown(), vcl::KeyCode::GetCode(), KeyEvent::GetKeyCode(), GetListBox(), vcl::KeyCode::IsMod1(), vcl::KeyCode::IsMod2(), vcl::KeyCode::IsShift(), KEY_DOWN, KEY_PAGEDOWN, KEY_PAGEUP, and KEY_UP.
|
overridevirtual |
Implements svt::CellController.
Definition at line 190 of file ebbcontrols.cxx.
References GetListBox(), and weld::ComboBox::save_value().