Home
last modified time | relevance | path

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

/AOO41X/main/cui/source/tabpages/
H A Dautocdlg.cxx1592 aDoubleCapsLB (this, CUI_RES(LB_DOUBLE_CAPS )), in OfaAutocorrExceptPage()
1615 aDoubleCapsLB.SetSelectHdl(LINK(this, OfaAutocorrExceptPage, SelectHdl)); in OfaAutocorrExceptPage()
1734 if( USHRT_MAX == aDoubleCapsLB.GetEntryPos(*pString) ) in FillItemSet()
1737 nCount = aDoubleCapsLB.GetEntryCount(); in FillItemSet()
1740 String* pEntry = new String( aDoubleCapsLB.GetEntry( i ) ); in FillItemSet()
1826 for(i = 0; i < aDoubleCapsLB.GetEntryCount(); i++) in RefillReplaceBoxes()
1829 new String(aDoubleCapsLB.GetEntry(i)), i); in RefillReplaceBoxes()
1832 aDoubleCapsLB.Clear(); in RefillReplaceBoxes()
1848 aDoubleCapsLB.InsertEntry(*pArrays->aDoubleCapsStrings.GetObject(i)); in RefillReplaceBoxes()
1863 aDoubleCapsLB.InsertEntry(*pWrdList->GetObject(i)); in RefillReplaceBoxes()
[all …]
/AOO41X/main/cui/source/inc/
H A Dautocdlg.hxx290 ListBox aDoubleCapsLB; member in OfaAutocorrExceptPage