Lines Matching refs:pUnoItem
269 UnoTreeListItem * pUnoItem = new UnoTreeListItem( pEntry ); in createEntry() local
273 pUnoItem->SetGraphicURL( xNode->getNodeGraphicURL() ); in createEntry()
276 pUnoItem->SetImage( aNodeImage ); in createEntry()
280 pEntry->AddItem( pUnoItem ); in createEntry()
303 UnoTreeListItem* pUnoItem = dynamic_cast< UnoTreeListItem* >( pEntry->GetItem( 1 ) ); in updateEntry() local
304 if( pUnoItem ) in updateEntry()
306 if( aValue != pUnoItem->GetText() ) in updateEntry()
308 pUnoItem->SetText( aValue ); in updateEntry()
312 if( pUnoItem->GetGraphicURL() != pEntry->mxNode->getNodeGraphicURL() ) in updateEntry()
317 pUnoItem->SetGraphicURL( pEntry->mxNode->getNodeGraphicURL() ); in updateEntry()
318 pUnoItem->SetImage( aImage ); in updateEntry()