Searched refs:aDCBExpandKey (Results 1 – 2 of 2) sorted by relevance
2419 aDCBExpandKey (this, CUI_RES(DCB_EXPAND_KEY)), in OfaAutoCompleteTabPage()2444 sal_uInt16 nPos = aDCBExpandKey.InsertEntry( aKCode.GetName() ); in OfaAutoCompleteTabPage()2445 aDCBExpandKey.SetEntryData( nPos, (void*)(sal_uLong)*pKeys ); in OfaAutoCompleteTabPage()2447 aDCBExpandKey.SelectEntryPos( nPos ); in OfaAutoCompleteTabPage()2497 nVal = aDCBExpandKey.GetSelectEntryPos(); in FillItemSet()2498 if( nVal < aDCBExpandKey.GetEntryCount() ) in FillItemSet()2500 sal_uLong nKey = (sal_uLong)aDCBExpandKey.GetEntryData( nVal ); in FillItemSet()2536 for( sal_uInt16 n = 0, nCnt = aDCBExpandKey.GetEntryCount(); n < nCnt; ++n ) in Reset()2537 if( nKey == (sal_uLong)aDCBExpandKey.GetEntryData( n )) in Reset()2539 aDCBExpandKey.SelectEntryPos( n ); in Reset()[all …]
418 ListBox aDCBExpandKey; member in OfaAutoCompleteTabPage
Completed in 41 milliseconds