Lines Matching refs:DriverListControl

46 	class DriverListControl : public DriverListControl_Base  class
60 DriverListControl( Window* _pParent, const ResId& _rId);
104 DriverListControl::DriverListControl( Window* _pParent, const ResId& _rId) in DriverListControl() function in offapp::DriverListControl
118 sal_Bool DriverListControl::IsTabAllowed(sal_Bool /*_bForward*/) const in IsTabAllowed()
125 sal_Bool DriverListControl::isModified() const in isModified()
143 void DriverListControl::Init() in Init()
157 void DriverListControl::CursorMoved() in CursorMoved()
172 const DriverPooling* DriverListControl::getCurrentRow() const in getCurrentRow()
184 DriverPooling* DriverListControl::getCurrentRow() in getCurrentRow()
196 void DriverListControl::updateCurrentRow() in updateCurrentRow()
202 void DriverListControl::Update(const DriverPoolingSettings& _rSettings) in Update()
215 sal_uInt32 DriverListControl::GetTotalCellWidth(long nRow, sal_uInt16 nColId) in GetTotalCellWidth()
221 …String DriverListControl::implGetCellText(DriverPoolingSettings::const_iterator _rPos, sal_uInt16 … in implGetCellText()
245 void DriverListControl::StateChanged( StateChangedType nStateChange ) in StateChanged()
253 String DriverListControl::GetCellText( long nRow, sal_uInt16 nColId ) const in GetCellText()
268 …void DriverListControl::InitController( ::svt::CellControllerRef& rController, long nRow, sal_uInt… in InitController()
274 ::svt::CellController* DriverListControl::GetController( long /*nRow*/, sal_uInt16 /*nCol*/ ) in GetController()
280 sal_Bool DriverListControl::SaveModified() in SaveModified()
286 sal_Bool DriverListControl::SeekRow( long _nRow ) in SeekRow()
299 …void DriverListControl::PaintCell( OutputDevice& rDev, const Rectangle& rRect, sal_uInt16 nColId )… in PaintCell()
332 ,m_pDriverList(new DriverListControl(this, CUI_RES(CTRL_DRIVER_LIST))) in ConnectionPoolOptionsPage()