Lines Matching refs:aAbbrevLB
1586 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()
1892 aAbbrevLB.InsertEntry(aAbbrevED.GetText()); in IMPL_LINK()
1897 aAbbrevLB.RemoveEntry(aAbbrevED.GetText()); in IMPL_LINK()
1920 if(pBox == &aAbbrevLB) in IMPL_LINK()
1946 sal_Bool bSame = lcl_FindEntry(aAbbrevLB, sEntry, *pCompareClass); in IMPL_LINK()
1947 if(bSame && sEntry != aAbbrevLB.GetSelectEntry()) in IMPL_LINK()
1948 pEdt->SetText(aAbbrevLB.GetSelectEntry()); in IMPL_LINK()