Home
last modified time | relevance | path

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

/trunk/main/cui/source/options/
H A Doptdict.cxx226 aAllDictsLB ( this, CUI_RES( LB_ALLDICTS ) ), in IMPL_LINK_INLINE_END()
268 aAllDictsLB.SetSelectHdl( in IMPL_LINK_INLINE_END()
291 aAllDictsLB.InsertEntry( aTxt ); in IMPL_LINK_INLINE_END()
305 aAllDictsLB.SelectEntry( aLookUpEntry ); in IMPL_LINK_INLINE_END()
306 sal_uInt16 nPos = aAllDictsLB.GetSelectEntryPos(); in IMPL_LINK_INLINE_END()
311 aAllDictsLB.SelectEntryPos( nPos ); in IMPL_LINK_INLINE_END()
407 sal_uInt16 nLBPos = aAllDictsLB.GetSelectEntryPos(); in RemoveDictEntry()
425 sal_uInt16 nPos = aAllDictsLB.GetSelectEntryPos(); in IMPL_LINK()
450 sal_uInt16 nDicPos = aAllDictsLB.GetSelectEntryPos(); in IMPL_LINK()
459 sTxt.SearchAndReplaceAscii( "%1", aAllDictsLB.GetSelectEntry() ); in IMPL_LINK()
[all …]
/trunk/main/cui/source/inc/
H A Doptdict.hxx116 ListBox aAllDictsLB; member in SvxEditDictionaryDialog
177 sal_uInt16 GetSelectedDict() {return aAllDictsLB.GetSelectEntryPos();} in GetSelectedDict()