LibreOffice Module sc (master) 1
|
#include <tabbgcolordlg.hxx>
Public Member Functions | |
ScTabBgColorValueSet (std::unique_ptr< weld::ScrolledWindow > pWindow) | |
virtual | ~ScTabBgColorValueSet () override |
void | SetDialog (ScTabBgColorDlg *pTabBgColorDlg) |
virtual bool | KeyInput (const KeyEvent &rKEvt) override |
Public Member Functions inherited from SvxColorValueSet | |
SvxColorValueSet (std::unique_ptr< weld::ScrolledWindow > pWindow) | |
virtual void | Resize () override |
void | addEntriesForXColorList (const XColorList &rXColorList, sal_uInt32 nStartIndex=1) |
void | addEntriesForColorSet (const std::set< Color > &rColorSet, std::u16string_view rNamePrefix) |
Size | layoutAllVisible (sal_uInt32 nEntryCount) |
void | layoutToGivenHeight (sal_uInt32 nHeight, sal_uInt32 nEntryCount) |
virtual FactoryFunction | GetUITestFactory () const override |
Private Attributes | |
ScTabBgColorDlg * | m_pTabBgColorDlg |
Additional Inherited Members | |
Static Public Member Functions inherited from SvxColorValueSet | |
static constexpr sal_uInt32 | getMaxRowCount () |
static sal_uInt32 | getEntryEdgeLength () |
static sal_uInt32 | getColumnCount () |
Definition at line 36 of file tabbgcolordlg.hxx.
ScTabBgColorDlg::ScTabBgColorValueSet::ScTabBgColorValueSet | ( | std::unique_ptr< weld::ScrolledWindow > | pWindow | ) |
Definition at line 113 of file tabbgcolordlg.cxx.
|
overridevirtual |
Definition at line 119 of file tabbgcolordlg.cxx.
|
overridevirtual |
Definition at line 123 of file tabbgcolordlg.cxx.
References COL_AUTO(), vcl::KeyCode::GetCode(), KeyEvent::GetKeyCode(), KEY_RETURN, KEY_SPACE, and RET_OK.
|
inline |
Definition at line 42 of file tabbgcolordlg.hxx.
References m_pTabBgColorDlg.
|
private |
Definition at line 49 of file tabbgcolordlg.hxx.
Referenced by SetDialog().