Home
last modified time | relevance | path

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

/trunk/main/cui/source/tabpages/
H A Dautocdlg.cxx994 aReplaceTLB( this, CUI_RES(TLB_REPLACE )), in OfaAutocorrReplacePage()
1016 aReplaceTLB.SetTabs( &nTabs[0], MAP_APPFONT ); in OfaAutocorrReplacePage()
1018 aReplaceTLB.SetStyle(aReplaceTLB.GetStyle()|WB_HSCROLL|WB_CLIPCHILDREN); in OfaAutocorrReplacePage()
1019 aReplaceTLB.SetSelectHdl(LINK(this, OfaAutocorrReplacePage, SelectHdl)); in OfaAutocorrReplacePage()
1145 sal_uInt16 nListBoxCount = (sal_uInt16)aReplaceTLB.GetEntryCount(); in FillItemSet()
1147 aReplaceTLB.SetUpdateMode(sal_False); in FillItemSet()
1161 SvLBoxEntry* pEntry = aReplaceTLB.GetEntry( nListBoxPos - 1); in FillItemSet()
1163 aReplaceTLB.GetEntryText(pEntry, 0))) in FillItemSet()
1167 String sLong = aReplaceTLB.GetEntryText(pEntry, 1); in FillItemSet()
1174 aReplaceTLB.GetModel()->Remove(pEntry); in FillItemSet()
[all …]
/trunk/main/cui/source/inc/
H A Dautocdlg.hxx228 SvTabListBox aReplaceTLB; member in OfaAutocorrReplacePage