Searched refs:pUnoItem (Results 1 – 2 of 2) sorted by relevance
269 UnoTreeListItem * pUnoItem = new UnoTreeListItem( pEntry ); in createEntry() local273 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() local304 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()[all …]
2003 SFX_ITEMSET_ARG( pSet, pUnoItem, SfxUnoFrameItem, SID_FILLFRAME, sal_False ); in GetDialogParent()2004 if ( pUnoItem ) in GetDialogParent()2006 uno::Reference < frame::XFrame > xFrame( pUnoItem->GetFrame() ); in GetDialogParent()
Completed in 34 milliseconds