Home
last modified time | relevance | path

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

/AOO41X/main/cui/source/options/
H A Doptdict.cxx231 aAllDictsLB ( this, CUI_RES( LB_ALLDICTS ) ), in IMPL_LINK_INLINE_END()
273 aAllDictsLB.SetSelectHdl( in IMPL_LINK_INLINE_END()
296 aAllDictsLB.InsertEntry( aTxt ); in IMPL_LINK_INLINE_END()
310 aAllDictsLB.SelectEntry( aLookUpEntry ); in IMPL_LINK_INLINE_END()
311 sal_uInt16 nPos = aAllDictsLB.GetSelectEntryPos(); in IMPL_LINK_INLINE_END()
316 aAllDictsLB.SelectEntryPos( nPos ); in IMPL_LINK_INLINE_END()
412 sal_uInt16 nLBPos = aAllDictsLB.GetSelectEntryPos(); in RemoveDictEntry()
430 sal_uInt16 nPos = aAllDictsLB.GetSelectEntryPos(); in IMPL_LINK()
455 sal_uInt16 nDicPos = aAllDictsLB.GetSelectEntryPos(); in IMPL_LINK()
464 sTxt.SearchAndReplaceAscii( "%1", aAllDictsLB.GetSelectEntry() ); in IMPL_LINK()
[all …]
/AOO41X/main/cui/source/inc/
H A Doptdict.hxx117 ListBox aAllDictsLB; member in SvxEditDictionaryDialog
178 sal_uInt16 GetSelectedDict() {return aAllDictsLB.GetSelectEntryPos();} in GetSelectedDict()