Searched refs:pPoolItemHint (Results 1 – 1 of 1) sorted by relevance
332 const SfxPoolItemHint *pPoolItemHint = PTR_CAST(SfxPoolItemHint, &rHint); in Notify() local333 if ( pPoolItemHint in Notify()334 && ( pPoolItemHint->GetObject()->ISA( SvxColorTableItem ) ) ) in Notify()337 maColorTable = static_cast< SvxColorTableItem* >(pPoolItemHint->GetObject())->GetColorTable(); in Notify()
Completed in 14 milliseconds