Searched refs:IndexFieldsControl (Results 1 – 4 of 4) sorted by relevance
/trunk/main/dbaccess/source/ui/dlg/ |
H A D | indexfieldscontrol.cxx | 116 DBG_NAME(IndexFieldsControl) in DBG_NAME() argument 118 …IndexFieldsControl::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() 192 void IndexFieldsControl::initializeFrom(const IndexFields& _rFields) in initializeFrom() 212 void IndexFieldsControl::commitTo(IndexFields& _rFields) in commitTo() 337 sal_Bool IndexFieldsControl::IsModified() const in IsModified() 343 sal_Bool IndexFieldsControl::SaveModified() in SaveModified() [all …]
|
H A D | indexdialog.cxx | 216 …,m_pFields(new IndexFieldsControl (this, ModuleRes(CTR_FIELDS),_nMaxColumnsInIndex,::dbtools::getB… in DBG_NAME()
|
/trunk/main/dbaccess/source/ui/inc/ |
H A D | indexfieldscontrol.hxx | 48 class IndexFieldsControl : public ::svt::EditBrowseBox class 69 …IndexFieldsControl( Window* _pParent, const ResId& _rId ,sal_Int32 _nMaxColumnsInIndex,sal_Bool _b… 70 ~IndexFieldsControl();
|
H A D | indexdialog.hxx | 114 class IndexFieldsControl; 130 IndexFieldsControl* m_pFields;
|
Completed in 19 milliseconds