Home
last modified time | relevance | path

Searched refs:aLbTblDbColumn (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/sw/source/ui/dbui/
H A Ddbinsdlg.cxx232 aLbTblDbColumn( this, SW_RES( LB_TBL_DB_COLUMN )), in SwInsertDBColAutoPilot()
429 aLbTblDbColumn.SetSelectHdl( LINK( this, SwInsertDBColAutoPilot, SelectHdl )); in SwInsertDBColAutoPilot()
434 aLbTblDbColumn.SetDoubleClickHdl( LINK( this, SwInsertDBColAutoPilot, DblClickHdl )); in SwInsertDBColAutoPilot()
440 aLbTblDbColumn.InsertEntry( rS, n ); in SwInsertDBColAutoPilot()
444 aLbTblDbColumn.SelectEntryPos( 0 ); in SwInsertDBColAutoPilot()
479 aLbTblDbColumn.Show( bShowTbl ); in IMPL_LINK()
495 SelectHdl( bShowTbl ? &aLbTblDbColumn : &aLbTxtDbColumn ); in IMPL_LINK()
507 ? aLbTblDbColumn in IMPL_LINK()
526 aLbTblDbColumn.SetUpdateMode( sal_False ); in IMPL_LINK()
534 nCnt = aLbTblDbColumn.GetEntryCount(); in IMPL_LINK()
[all …]
/AOO41X/main/sw/source/ui/inc/
H A Ddbinsdlg.hxx105 ListBox aLbTblDbColumn; member in SwInsertDBColAutoPilot