Searched refs:aLbType (Results 1 – 6 of 6) sorted by relevance
| /AOO41X/main/cui/source/tabpages/ |
| H A D | connect.cxx | 98 aLbType ( this, CUI_RES( LB_TYPE ) ), in SvxConnectionPage() 162 aLbType.SetSelectHdl( aLink ); in SvxConnectionPage() 317 aLbType.SelectEntryPos( sal::static_int_cast< sal_uInt16 >(nValue) ); in Reset() 320 aLbType.SetNoSelection(); in Reset() 321 aLbType.SaveValue(); in Reset() 385 sal_uInt16 nPos = aLbType.GetSelectEntryPos(); in FillItemSet() 386 if( nPos != aLbType.GetSavedValue() ) in FillItemSet() 486 if( p == &aLbType ) in IMPL_LINK() 488 sal_uInt16 nPos = aLbType.GetSelectEntryPos(); in IMPL_LINK() 497 if( p == &aLbType ) in IMPL_LINK() [all …]
|
| /AOO41X/main/sc/source/ui/dbgui/ |
| H A D | scuiasciiopt.cxx | 238 aLbType ( this, ScResId( LB_TYPE1 ) ), in ScImportAsciiDlg() 404 aLbType.InsertEntry( aColumnUser.GetToken( i ) ); in ScImportAsciiDlg() 406 aLbType.SetSelectHdl( LINK( this, ScImportAsciiDlg, LbColTypeHdl ) ); in ScImportAsciiDlg() 408 aLbType.Disable(); in ScImportAsciiDlg() 412 maTableBox.InitTypes( aLbType ); in ScImportAsciiDlg() 678 if( pListBox == &aLbType ) in IMPL_LINK() 715 sal_Int32 nTypeCount = aLbType.GetEntryCount(); in IMPL_LINK() 720 aLbType.Enable( bEnable ); in IMPL_LINK() 722 Link aSelHdl = aLbType.GetSelectHdl(); in IMPL_LINK() 723 aLbType.SetSelectHdl( Link() ); in IMPL_LINK() [all …]
|
| H A D | dapidata.cxx | 74 aLbType ( this, ScResId( LB_OBJTYPE ) ), in ScDataPilotDatabaseDlg() 109 aLbType.SelectEntryPos( 0 ); in ScDataPilotDatabaseDlg() 114 aLbType.SetSelectHdl( LINK( this, ScDataPilotDatabaseDlg, SelectHdl ) ); in ScDataPilotDatabaseDlg() 123 sal_uInt16 nSelect = aLbType.GetSelectEntryPos(); in GetValues() 154 sal_uInt16 nSelect = aLbType.GetSelectEntryPos(); in FillObjects()
|
| /AOO41X/main/sc/source/ui/inc/ |
| H A D | dapidata.hxx | 49 ListBox aLbType; member in ScDataPilotDatabaseDlg
|
| H A D | scuiasciiopt.hxx | 75 ListBox aLbType; member in ScImportAsciiDlg
|
| /AOO41X/main/cui/source/inc/ |
| H A D | connect.hxx | 48 ListBox aLbType; member in SvxConnectionPage
|