Searched refs:pCellPosItem (Results 1 – 1 of 1) sorted by relevance
63 const SfxStringItem* pCellPosItem = PTR_CAST(SfxStringItem, pItem); in StateChanged() local65 DBG_ASSERT( pCellPosItem, "SfxStringItem expected!" ); in StateChanged()67 if ( pCellPosItem ) in StateChanged()69 String aAddress( pCellPosItem->GetValue() ); in StateChanged()
Completed in 9 milliseconds