Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/ui/dbui/
H A Ddbinsdlg.cxx233 aLbTxtDbColumn( this, SW_RES( LB_TXT_DB_COLUMN )), in SwInsertDBColAutoPilot()
428 aLbTxtDbColumn.SetSelectHdl( LINK( this, SwInsertDBColAutoPilot, SelectHdl )); in SwInsertDBColAutoPilot()
433 aLbTxtDbColumn.SetDoubleClickHdl( LINK( this, SwInsertDBColAutoPilot, DblClickHdl )); in SwInsertDBColAutoPilot()
441 aLbTxtDbColumn.InsertEntry( rS, n ); in SwInsertDBColAutoPilot()
443 aLbTxtDbColumn.SelectEntryPos( 0 ); in SwInsertDBColAutoPilot()
473 aLbTxtDbColumn.Show( !bShowTbl ); in IMPL_LINK()
495 SelectHdl( bShowTbl ? &aLbTblDbColumn : &aLbTxtDbColumn ); in IMPL_LINK()
509 : aLbTxtDbColumn; in IMPL_LINK()
616 String aFld( aLbTxtDbColumn.GetSelectEntry() ); in IMPL_LINK()
675 if( pBox == &aLbTxtDbColumn ) in IMPL_LINK()
[all …]
/aoo41x/main/sw/source/ui/inc/
H A Ddbinsdlg.hxx106 ListBox aLbTxtDbColumn; member in SwInsertDBColAutoPilot

Completed in 34 milliseconds