Lines Matching refs:pSearchItem

293 	IMPL_TextlistItem* pSearchItem = impl_searchTopic ( rTopic, bbeforeProgress ) ;  in removeText()  local
295 if ( pSearchItem != NULL ) in removeText()
303 m_pTextlist_Top->Remove ( pSearchItem ) ; in removeText()
307 m_pTextlist_Bottom->Remove ( pSearchItem ) ; in removeText()
310 delete pSearchItem ; in removeText()
329 IMPL_TextlistItem* pSearchItem = impl_searchTopic ( rTopic, bbeforeProgress ) ; in updateText() local
331 if ( pSearchItem != NULL ) in updateText()
337 pSearchItem->sText = rText ; in updateText()
885 IMPL_TextlistItem* pSearchItem = m_pTextlist_Top->GetObject (n) ; in impl_rebuildFixedText() local
886 aCollectString += pSearchItem->sTopic ; in impl_rebuildFixedText()
903 IMPL_TextlistItem* pSearchItem = m_pTextlist_Top->GetObject (n) ; in impl_rebuildFixedText() local
904 aCollectString += pSearchItem->sText ; in impl_rebuildFixedText()
923 IMPL_TextlistItem* pSearchItem = m_pTextlist_Bottom->GetObject (n) ; in impl_rebuildFixedText() local
924 aCollectString += pSearchItem->sTopic ; in impl_rebuildFixedText()
941 IMPL_TextlistItem* pSearchItem = m_pTextlist_Bottom->GetObject (n) ; in impl_rebuildFixedText() local
942 aCollectString += pSearchItem->sText ; in impl_rebuildFixedText()
966 IMPL_TextlistItem* pSearchItem = m_pTextlist_Top->GetObject ( nPosition ) ; in impl_cleanMemory() local
967 delete pSearchItem ; in impl_cleanMemory()
974 IMPL_TextlistItem* pSearchItem = m_pTextlist_Bottom->GetObject ( nPosition ) ; in impl_cleanMemory() local
975 delete pSearchItem ; in impl_cleanMemory()
1011 IMPL_TextlistItem* pSearchItem = pTextList->GetObject ( nPosition ) ; in impl_searchTopic() local
1013 if ( pSearchItem->sTopic == rTopic ) in impl_searchTopic()
1016 return pSearchItem ; in impl_searchTopic()