Home
last modified time | relevance | path

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

/AOO41X/main/cui/source/tabpages/ !
H A Dautocdlg.cxx1586 aAbbrevLB (this, CUI_RES(LB_ABBREV )), in OfaAutocorrExceptPage()
1614 aAbbrevLB.SetSelectHdl(LINK(this, OfaAutocorrExceptPage, SelectHdl)); in OfaAutocorrExceptPage()
1756 if( USHRT_MAX == aAbbrevLB.GetEntryPos(*pString) ) in FillItemSet()
1759 nCount = aAbbrevLB.GetEntryCount(); in FillItemSet()
1762 String* pEntry = new String( aAbbrevLB.GetEntry( i ) ); in FillItemSet()
1820 for(i = 0; i < aAbbrevLB.GetEntryCount(); i++) in RefillReplaceBoxes()
1823 new String(aAbbrevLB.GetEntry(i)), i); in RefillReplaceBoxes()
1833 aAbbrevLB.Clear(); in RefillReplaceBoxes()
1844 aAbbrevLB.InsertEntry(*pArrays->aAbbrevStrings.GetObject(i)); in RefillReplaceBoxes()
1859 aAbbrevLB.InsertEntry(*pCplList->GetObject(i)); in RefillReplaceBoxes()
[all …]
/AOO41X/main/cui/source/inc/ !
H A Dautocdlg.hxx283 ListBox aAbbrevLB; member in OfaAutocorrExceptPage