Searched refs:pFirstSel (Results 1 – 3 of 3) sorted by relevance
688 SvLBoxEntry* pFirstSel = aWordsLB.FirstSelected(); in IMPL_LINK() local718 pFirstSel = pEntry; in IMPL_LINK()746 pFirstSel = 0; in IMPL_LINK()765 if (pFirstSel) // a aWordsLB entry is selected in IMPL_LINK()767 aWordText = aWordsLB.GetEntryText( pFirstSel, 0 ); in IMPL_LINK()768 aReplaceText = aWordsLB.GetEntryText( pFirstSel, 1 ); in IMPL_LINK()
1458 SvLBoxEntry* pFirstSel = aReplaceTLB.FirstSelected(); in IMPL_LINK() local1480 pFirstSel = pEntry; in IMPL_LINK()1498 pFirstSel = 0; in IMPL_LINK()1515 if(pFirstSel) in IMPL_LINK()1525 ( !pFirstSel || rRepString != in IMPL_LINK()1526 aReplaceTLB.GetEntryText( pFirstSel, 1 ) ); in IMPL_LINK()
1968 SvLBoxEntry* pFirstSel; in HasContentChanged() local1970 0 != ( pFirstSel = FirstSelected()) && in HasContentChanged()1971 lcl_IsContent(pFirstSel)) in HasContentChanged()1973 nSelLevel = ((SwOutlineContent*)pFirstSel->GetUserData())->GetOutlineLevel(); in HasContentChanged()
Completed in 40 milliseconds