Kaydet (Commit) 3cb7db75 authored tarafından Caolán McNamara's avatar Caolán McNamara

gtk3: native render the comically oversized gtk3 spinbuttons

Change-Id: I3e97200d59a97271617a6e9a88c807a07a33edfe
üst c23cd790
...@@ -34,7 +34,7 @@ namespace dbaccess ...@@ -34,7 +34,7 @@ namespace dbaccess
bool fetchRow(); bool fetchRow();
void fillAllRows(); void fillAllRows();
public: public:
OStaticSet(sal_Int32 i_nMaxRows) : OCacheSet(i_nMaxRows) explicit OStaticSet(sal_Int32 i_nMaxRows) : OCacheSet(i_nMaxRows)
, m_aSetIter(m_aSet.end()) , m_aSetIter(m_aSet.end())
, m_bEnd(false) , m_bEnd(false)
{ {
......
...@@ -35,7 +35,7 @@ namespace dbaccess ...@@ -35,7 +35,7 @@ namespace dbaccess
void updateColumn(sal_Int32 nPos,::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRowUpdate > _xParameter,const connectivity::ORowSetValue& _rValue); void updateColumn(sal_Int32 nPos,::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRowUpdate > _xParameter,const connectivity::ORowSetValue& _rValue);
public: public:
WrappedResultSet(sal_Int32 i_nMaxRows) : OCacheSet(i_nMaxRows) explicit WrappedResultSet(sal_Int32 i_nMaxRows) : OCacheSet(i_nMaxRows)
{} {}
virtual ~WrappedResultSet() virtual ~WrappedResultSet()
{ {
......
...@@ -101,13 +101,13 @@ private: ...@@ -101,13 +101,13 @@ private:
ControlType nType, ControlType nType,
ControlPart nPart, ControlPart nPart,
const ImplControlValue& aValue ); const ImplControlValue& aValue );
static void PaintOneSpinButton( GtkStyleContext *context, void PaintOneSpinButton( GtkStyleContext *context,
cairo_t *cr, cairo_t *cr,
ControlType nType, ControlType nType,
ControlPart nPart, ControlPart nPart,
Rectangle aAreaRect, Rectangle aAreaRect,
ControlState nState ); ControlState nState );
static void PaintSpinButton(GtkStyleContext *context, void PaintSpinButton(GtkStyleContext *context,
cairo_t *cr, cairo_t *cr,
const Rectangle& rControlRectangle, const Rectangle& rControlRectangle,
ControlType nType, ControlType nType,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment