Lines Matching refs:IndexFieldsControl

116 DBG_NAME(IndexFieldsControl)  in DBG_NAME()  argument
118IndexFieldsControl::IndexFieldsControl( Window* _pParent, const ResId& _rId ,sal_Int32 _nMaxColumn… in DBG_NAME()
126 DBG_CTOR(IndexFieldsControl,NULL); in DBG_NAME()
133 IndexFieldsControl::~IndexFieldsControl() in ~IndexFieldsControl()
138 DBG_DTOR(IndexFieldsControl,NULL); in ~IndexFieldsControl()
142 sal_Bool IndexFieldsControl::SeekRow(long nRow) in SeekRow()
161 …void IndexFieldsControl::PaintCell( OutputDevice& _rDev, const Rectangle& _rRect, sal_uInt16 _nCol… in PaintCell()
192 void IndexFieldsControl::initializeFrom(const IndexFields& _rFields) in initializeFrom()
212 void IndexFieldsControl::commitTo(IndexFields& _rFields) in commitTo()
230 sal_uInt32 IndexFieldsControl::GetTotalCellWidth(long _nRow, sal_uInt16 _nColId) in GetTotalCellWidth()
243 void IndexFieldsControl::Init(const Sequence< ::rtl::OUString >& _rAvailableFields) in Init()
296 CellController* IndexFieldsControl::GetController(long _nRow, sal_uInt16 _nColumnId) in GetController()
321 pReturn->SetAdditionalModifyHdl(LINK(this, IndexFieldsControl, OnListEntrySelected)); in GetController()
327 sal_Bool IndexFieldsControl::implGetFieldDesc(long _nRow, ConstIndexFieldsIterator& _rPos) in implGetFieldDesc()
337 sal_Bool IndexFieldsControl::IsModified() const in IsModified()
343 sal_Bool IndexFieldsControl::SaveModified() in SaveModified()
413 …void IndexFieldsControl::InitController(CellControllerRef& /*_rController*/, long _nRow, sal_uInt1… in InitController()
436 IMPL_LINK( IndexFieldsControl, OnListEntrySelected, ListBox*, _pBox ) in IMPL_LINK() argument
472 String IndexFieldsControl::GetCellText(long _nRow,sal_uInt16 nColId) const in GetCellText()
483 …String IndexFieldsControl::GetRowCellText(const ConstIndexFieldsIterator& _rRow,sal_uInt16 nColId)… in GetRowCellText()
503 sal_Bool IndexFieldsControl::IsTabAllowed(sal_Bool /*bForward*/) const in IsTabAllowed()