Lines Matching refs:pEntry

396 		SvLBoxEntry* pEntry = aWordsLB.GetEntry(j);  in GetLBInsertPos()  local
397 DBG_ASSERT( pEntry, "NULL pointer"); in GetLBInsertPos()
400 compareString( aNormEntry, getNormDicEntry_Impl( aWordsLB.GetEntryText(pEntry, 0) ) ); in GetLBInsertPos()
410 void SvxEditDictionaryDialog::RemoveDictEntry(SvLBoxEntry* pEntry) in RemoveDictEntry() argument
414 if ( pEntry != NULL && nLBPos != LISTBOX_ENTRY_NOTFOUND ) in RemoveDictEntry()
416 String sTmpShort(aWordsLB.GetEntryText(pEntry, 0)); in RemoveDictEntry()
421 aWordsLB.GetModel()->Remove(pEntry); in RemoveDictEntry()
534 const Reference< XDictionaryEntry > *pEntry = aEntries.getConstArray(); in ShowWords_Impl() local
539 aStr = String(pEntry[i]->getDictionaryWord()); in ShowWords_Impl()
541 if(pEntry[i]->isNegative()) in ShowWords_Impl()
544 aStr += String(pEntry[i]->getReplacementText()); in ShowWords_Impl()
566 SvLBoxEntry* pEntry = pBox->FirstSelected(); in IMPL_LINK() local
567 String sTmpShort(pBox->GetEntryText(pEntry, 0)); in IMPL_LINK()
572 aReplaceED.SetText(pBox->GetEntryText(pEntry, 1)); in IMPL_LINK()
589 SvLBoxEntry* pEntry = aWordsLB.FirstSelected(); in IMPL_LINK() local
593 DBG_ASSERT(pEntry, "keine Eintrag selektiert"); in IMPL_LINK()
600 RemoveDictEntry(pEntry); // remove entry from dic and list-box in IMPL_LINK()
708 SvLBoxEntry* pEntry = aWordsLB.GetEntry( i ); in IMPL_LINK() local
709 String aTestStr( aWordsLB.GetEntryText(pEntry, 0) ); in IMPL_LINK()
716 aWordsLB.SetCurEntry(pEntry); in IMPL_LINK()
718 pFirstSel = pEntry; in IMPL_LINK()
719 aReplaceED.SetText(aWordsLB.GetEntryText(pEntry, 1)); in IMPL_LINK()
734 aWordsLB.MakeVisible(pEntry); in IMPL_LINK()
755 SvLBoxEntry* pEntry = aWordsLB.GetEntry( 0 ); in IMPL_LINK() local
757 aWordsLB.MakeVisible(pEntry); in IMPL_LINK()