Lines Matching refs:aReplaceTLB

994 	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()
1187 nListBoxCount = (sal_uInt16)aReplaceTLB.GetEntryCount(); in FillItemSet()
1191 SvLBoxEntry* pEntry = aReplaceTLB.GetEntry( i ); in FillItemSet()
1192 String sShort = aReplaceTLB.GetEntryText(pEntry, 0); in FillItemSet()
1197 String sLong = aReplaceTLB.GetEntryText(pEntry, 1); in FillItemSet()
1229 sal_uInt16 nListBoxCount = (sal_uInt16)aReplaceTLB.GetEntryCount(); in RefillReplaceBox()
1234 SvLBoxEntry* pEntry = aReplaceTLB.GetEntry( i ); in RefillReplaceBox()
1235 pDouble->sShort = aReplaceTLB.GetEntryText(pEntry, 0); in RefillReplaceBox()
1236 pDouble->sLong = aReplaceTLB.GetEntryText(pEntry, 1); in RefillReplaceBox()
1242 aReplaceTLB.Clear(); in RefillReplaceBox()
1264 SvLBoxEntry* pEntry = aReplaceTLB.InsertEntry(sEntry); in RefillReplaceBox()
1290 SvLBoxEntry* pEntry = aReplaceTLB.InsertEntry(sEntry); in RefillReplaceBox()
1389 SvLBoxEntry* _pEntry = aReplaceTLB.FirstSelected(); in IMPL_LINK()
1395 aReplaceTLB.GetModel()->Remove(_pEntry); in IMPL_LINK()
1402 SvLBoxEntry* _pNewEntry = aReplaceTLB.FirstSelected(); in IMPL_LINK()
1407 aReplaceTLB.SetUpdateMode(sal_False); in IMPL_LINK()
1413 nPos = (sal_uInt16)aReplaceTLB.GetModel()->GetAbsPos(_pNewEntry); in IMPL_LINK()
1414 aReplaceTLB.GetModel()->Remove(_pNewEntry); in IMPL_LINK()
1419 for( j = 0; j < aReplaceTLB.GetEntryCount(); j++ ) in IMPL_LINK()
1421 SvLBoxEntry* pReplaceEntry = aReplaceTLB.GetEntry(j); in IMPL_LINK()
1423 aReplaceTLB.GetEntryText(pReplaceEntry, 0) ) ) in IMPL_LINK()
1429 aReplaceTLB.InsertEntry( in IMPL_LINK()
1435 aReplaceTLB.MakeVisible( pInsEntry ); in IMPL_LINK()
1436 aReplaceTLB.SetUpdateMode(sal_True); in IMPL_LINK()
1458 SvLBoxEntry* pFirstSel = aReplaceTLB.FirstSelected(); in IMPL_LINK()
1471 for(sal_uInt16 i = 0; i < aReplaceTLB.GetEntryCount(); i++) in IMPL_LINK()
1473 SvLBoxEntry* pEntry = aReplaceTLB.GetEntry( i ); in IMPL_LINK()
1474 String aTestStr=aReplaceTLB.GetEntryText(pEntry, 0); in IMPL_LINK()
1479 aReplaceTLB.SetCurEntry(pEntry); in IMPL_LINK()
1490 aReplaceTLB.MakeVisible(pEntry); in IMPL_LINK()
1497 aReplaceTLB.SelectAll(sal_False); in IMPL_LINK()
1505 else if(aReplaceTLB.GetEntryCount()>0) in IMPL_LINK()
1507 SvLBoxEntry* pEntry = aReplaceTLB.GetEntry( 0 ); in IMPL_LINK()
1508 aReplaceTLB.MakeVisible(pEntry); in IMPL_LINK()
1526 aReplaceTLB.GetEntryText( pFirstSel, 1 ) ); in IMPL_LINK()