#include <gridcell.hxx>
|
virtual void | Init (BrowserDataWin &rParent, const css::uno::Reference< css::sdbc::XRowSet > &_rxCursor) override |
|
virtual ::svt::CellControllerRef | CreateController () const override |
|
| DbCellControl (DbGridColumn &_rColumn) |
|
virtual | ~DbCellControl () override |
|
vcl::Window & | GetWindow () const |
|
bool | isAlignedController () const |
|
void | AlignControl (sal_Int16 nAlignment) |
|
void | SetTextLineColor () |
|
void | SetTextLineColor (const Color &_rColor) |
|
bool | Commit () |
|
virtual OUString | GetFormatText (const css::uno::Reference< css::sdb::XColumn > &_rxField, const css::uno::Reference< css::util::XNumberFormatter > &xFormatter, const Color **ppColor=nullptr)=0 |
|
virtual void | Update () |
|
virtual void | UpdateFromField (const css::uno::Reference< css::sdb::XColumn > &_rxField, const css::uno::Reference< css::util::XNumberFormatter > &xFormatter)=0 |
|
virtual void | PaintFieldToCell (OutputDevice &rDev, const tools::Rectangle &rRect, const css::uno::Reference< css::sdb::XColumn > &_rxField, const css::uno::Reference< css::util::XNumberFormatter > &xFormatter) |
|
virtual void | PaintCell (OutputDevice &_rDev, const tools::Rectangle &_rRect) |
|
void | ImplInitWindow (vcl::Window const &rParent, const InitWindowFacet _eInitWhat) |
|
double | GetValue (const css::uno::Reference< css::sdb::XColumn > &_rxField, const css::uno::Reference< css::util::XNumberFormatter > &xFormatter) const |
|
| OPropertyChangeListener (::osl::Mutex &_rMutex) |
|
virtual | ~OPropertyChangeListener () |
|
virtual void | _disposing (const css::lang::EventObject &_rSource) |
|
Definition at line 533 of file gridcell.hxx.
DbSpinField::DbSpinField |
( |
DbGridColumn & |
_rColumn, |
|
|
sal_Int16 |
_nStandardAlign = css::awt::TextAlign::RIGHT |
|
) |
| |
|
protected |
virtual VclPtr<Control> DbSpinField::createField |
( |
BrowserDataWin * |
_pParent, |
|
|
bool |
bSpinButton, |
|
|
const css::uno::Reference< css::beans::XPropertySet > & |
_rxModel |
|
) |
| |
|
protectedpure virtual |
void DbSpinField::Init |
( |
BrowserDataWin & |
rParent, |
|
|
const css::uno::Reference< css::sdbc::XRowSet > & |
_rxCursor |
|
) |
| |
|
overridevirtual |
Reimplemented from DbCellControl.
Definition at line 1831 of file gridcell.cxx.
References createField(), FM_PROP_SPIN, comphelper::getBOOL(), DbGridColumn::getModel(), DbCellControl::implAdjustGenericFieldSetting(), DbCellControl::Init(), m_nStandardAlign, DbCellControl::m_pPainter, DbCellControl::m_pWindow, DbCellControl::m_rColumn, DbGridColumn::SetAlignmentFromModel(), and xModel.
sal_Int16 DbSpinField::m_nStandardAlign |
|
private |
The documentation for this class was generated from the following files: