Lines Matching refs:ODbaseIndexDialog
79 DBG_NAME(ODbaseIndexDialog) in DBG_NAME() argument
81 ODbaseIndexDialog::ODbaseIndexDialog( Window * pParent, String aDataSrcName ) in DBG_NAME()
100 DBG_CTOR(ODbaseIndexDialog,NULL); in DBG_NAME()
102 aCB_Tables.SetSelectHdl( LINK(this, ODbaseIndexDialog, TableSelectHdl) ); in DBG_NAME()
103 aIB_Add.SetClickHdl( LINK(this, ODbaseIndexDialog, AddClickHdl) ); in DBG_NAME()
104 aIB_Remove.SetClickHdl( LINK(this, ODbaseIndexDialog, RemoveClickHdl) ); in DBG_NAME()
105 aIB_AddAll.SetClickHdl( LINK(this, ODbaseIndexDialog, AddAllClickHdl) ); in DBG_NAME()
106 aIB_RemoveAll.SetClickHdl( LINK(this, ODbaseIndexDialog, RemoveAllClickHdl) ); in DBG_NAME()
107 aPB_OK.SetClickHdl( LINK(this, ODbaseIndexDialog, OKClickHdl) ); in DBG_NAME()
109 aLB_FreeIndexes.SetSelectHdl( LINK(this, ODbaseIndexDialog, OnListEntrySelected) ); in DBG_NAME()
110 aLB_TableIndexes.SetSelectHdl( LINK(this, ODbaseIndexDialog, OnListEntrySelected) ); in DBG_NAME()
125 ODbaseIndexDialog::~ODbaseIndexDialog() in ~ODbaseIndexDialog()
128 DBG_DTOR(ODbaseIndexDialog,NULL); in ~ODbaseIndexDialog()
132 sal_Bool ODbaseIndexDialog::GetTable(const String& _rName, TableInfoListIterator& _rPosition) in GetTable()
154 void ODbaseIndexDialog::checkButtons() in checkButtons()
164 OTableIndex ODbaseIndexDialog::implRemoveIndex(const String& _rName, TableIndexList& _rList, ListBo… in implRemoveIndex()
199 void ODbaseIndexDialog::implInsertIndex(const OTableIndex& _rIndex, TableIndexList& _rList, ListBox… in implInsertIndex()
207 OTableIndex ODbaseIndexDialog::RemoveTableIndex( const String& _rTableName, const String& _rIndexNa… in RemoveTableIndex()
220 void ODbaseIndexDialog::InsertTableIndex( const String& _rTableName, const OTableIndex& _rIndex) in InsertTableIndex()
230 IMPL_LINK( ODbaseIndexDialog, OKClickHdl, PushButton*, /*pButton*/ )
245 IMPL_LINK( ODbaseIndexDialog, AddClickHdl, PushButton*, /*pButton*/ )
257 IMPL_LINK( ODbaseIndexDialog, RemoveClickHdl, PushButton*, /*pButton*/ )
269 IMPL_LINK( ODbaseIndexDialog, AddAllClickHdl, PushButton*, /*pButton*/ )
283 IMPL_LINK( ODbaseIndexDialog, RemoveAllClickHdl, PushButton*, /*pButton*/ )
297 IMPL_LINK( ODbaseIndexDialog, OnListEntrySelected, ListBox*, /*NOTINTERESTEDIN*/ )
304 IMPL_LINK( ODbaseIndexDialog, TableSelectHdl, ComboBox*, pComboBox ) in IMPL_LINK() argument
327 void ODbaseIndexDialog::Init() in Init()
455 void ODbaseIndexDialog::SetCtrls() in SetCtrls()